diff --git a/_inheritance.html b/_inheritance.html index 62a52c6ee..3385578a7 100644 --- a/_inheritance.html +++ b/_inheritance.html @@ -6,7 +6,7 @@ - Test Suite Inheritance Diagram — Blivet 3.8.1 documentation + Test Suite Inheritance Diagram — Blivet 3.8.2 documentation @@ -29,7 +29,7 @@

Navigation

  • modules |
  • - + @@ -43,7 +43,7 @@

    Navigation

    Test Suite Inheritance Diagram

    Blivet’s test suite relies on the base classes shown below. These classes take care of working with fake block or loop devices.

    -

    Actual test cases inherit either unittest.TestCase or one of +

    Actual test cases inherit either unittest.TestCase or one of these base classes. Some use cases require more levels of abstraction which is shown on the following diagram.

    Note: with sphinx.ext.inheritance_diagram it is not possible to @@ -93,7 +93,7 @@

    Navigation

  • modules |
  • - + diff --git a/_static/documentation_options.js b/_static/documentation_options.js index 82b6fc681..f42491b5c 100644 --- a/_static/documentation_options.js +++ b/_static/documentation_options.js @@ -1,6 +1,6 @@ var DOCUMENTATION_OPTIONS = { URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'), - VERSION: '3.8.1', + VERSION: '3.8.2', LANGUAGE: 'en', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/api.html b/api.html index 82995355d..68b6dd6ee 100644 --- a/api.html +++ b/api.html @@ -6,7 +6,7 @@ - Public API — Blivet 3.8.1 documentation + Public API — Blivet 3.8.2 documentation @@ -37,7 +37,7 @@

    Navigation

  • previous |
  • - + @@ -198,7 +198,7 @@

    Navigation

  • previous |
  • - + diff --git a/api/blivet.html b/api/blivet.html index 4b3982a3c..bbfd9cde5 100644 --- a/api/blivet.html +++ b/api/blivet.html @@ -6,7 +6,7 @@ - blivet — Blivet 3.8.1 documentation + blivet — Blivet 3.8.2 documentation @@ -37,7 +37,7 @@

    Navigation

  • previous |
  • - + @@ -457,7 +457,7 @@

    Navigation

  • previous |
  • - + diff --git a/api/devices.html b/api/devices.html index e39b92074..30ca18471 100644 --- a/api/devices.html +++ b/api/devices.html @@ -6,7 +6,7 @@ - devices — Blivet 3.8.1 documentation + devices — Blivet 3.8.2 documentation @@ -37,7 +37,7 @@

    Navigation

  • previous |
  • - + @@ -369,7 +369,7 @@

    Navigation

  • previous |
  • - + diff --git a/api/events.html b/api/events.html index 21cd31c15..052b5f92f 100644 --- a/api/events.html +++ b/api/events.html @@ -6,7 +6,7 @@ - events — Blivet 3.8.1 documentation + events — Blivet 3.8.2 documentation @@ -37,7 +37,7 @@

    Navigation

  • previous |
  • - + @@ -125,7 +125,7 @@

    Navigation

  • previous |
  • - + diff --git a/api/formats.html b/api/formats.html index 033d75f07..595e45d7f 100644 --- a/api/formats.html +++ b/api/formats.html @@ -6,7 +6,7 @@ - formats — Blivet 3.8.1 documentation + formats — Blivet 3.8.2 documentation @@ -37,7 +37,7 @@

    Navigation

  • previous |
  • - + @@ -317,7 +317,7 @@

    Navigation

  • previous |
  • - + diff --git a/blivet/blivet.dbus.html b/blivet/blivet.dbus.html index 09864acf6..87c45e6a5 100644 --- a/blivet/blivet.dbus.html +++ b/blivet/blivet.dbus.html @@ -6,7 +6,7 @@ - blivet.dbus package — Blivet 3.8.1 documentation + blivet.dbus package — Blivet 3.8.2 documentation @@ -37,7 +37,7 @@

    Navigation

  • previous |
  • - + @@ -726,7 +726,7 @@

    Navigation

  • previous |
  • - + diff --git a/blivet/blivet.devicelibs.html b/blivet/blivet.devicelibs.html index 31bdf6c8a..b16c7dfae 100644 --- a/blivet/blivet.devicelibs.html +++ b/blivet/blivet.devicelibs.html @@ -6,7 +6,7 @@ - blivet.devicelibs package — Blivet 3.8.1 documentation + blivet.devicelibs package — Blivet 3.8.2 documentation @@ -37,7 +37,7 @@

    Navigation

  • previous |
  • - + @@ -137,7 +137,7 @@

    Submodules
    class blivet.devicelibs.edd.EddEntry(sysfspath, root=None)
    -

    Bases: object

    +

    Bases: object

    This object merely collects what the /sys/firmware/edd/* entries can provide.

    @@ -324,7 +324,7 @@

    Submodules
    class blivet.devicelibs.edd.EddMatcher(edd_entry, root=None)
    -

    Bases: object

    +

    Bases: object

    This object tries to match given entry to a disk device name.

    Assuming, heuristic analysis and guessing hapens here.

    @@ -400,7 +400,7 @@

    Submodules
    Parameters:
      -
    • path (str) – the absolute path at which a filesystem is to be mounted

    • +
    • path (str) – the absolute path at which a filesystem is to be mounted

    • arch – the architecture of the target install, None to use host arch

    @@ -408,7 +408,7 @@

    Submodules

    the GPT partition type UUID or None

    Return type:
    -

    str

    +

    str

    Given an absolute path at which a filesystem is to be mounted, @@ -425,7 +425,7 @@

    Submodules
    Parameters:
      -
    • path (str) – the volume type as a GPT_VOL constant

    • +
    • path (str) – the volume type as a GPT_VOL constant

    • arch – the architecture of the target install, None to use host arch

    @@ -433,7 +433,7 @@

    Submodules

    the GPT partition type UUID or None

    Return type:
    -

    str

    +

    str

    Given a volume type defined by one of the GPT_VOL constants, @@ -450,7 +450,7 @@

    Submodules
    class blivet.devicelibs.lvm.ThPoolProfile(name, desc)
    -

    Bases: tuple

    +

    Bases: tuple

    Create new instance of ThPoolProfile(name, desc)

    @@ -475,7 +475,7 @@

    Submodules

    @@ -551,7 +551,7 @@

    Submodules
    Parameters:
    -

    levels (list of valid RAID level descriptors) – the levels to be added to this object

    +

    levels (list of valid RAID level descriptors) – the levels to be added to this object

    If levels is True, add all standard levels. Else, levels @@ -564,7 +564,7 @@

    Submodules
    Parameters:
    -

    level (object) – an object representing a RAID level

    +

    level (object) – an object representing a RAID level

    There must be at least one element in the names list, or the level @@ -661,7 +661,7 @@

    Submodules
    class blivet.devicelibs.raid.RAIDLevel
    -

    Bases: object

    +

    Bases: object

    An abstract class which is the parent of all classes which represent a RAID level.

    It ensures that RAIDLevel objects will really be singleton objects @@ -759,7 +759,7 @@

    Submodules
    class blivet.devicelibs.raid.RAIDLevels(levels=None)
    -

    Bases: object

    +

    Bases: object

    A class which keeps track of registered RAID levels. This class may be extended, overriding the is_raid method to include any additional properties that a client of this package may require @@ -767,7 +767,7 @@

    Submodules
    Parameters:
    -

    levels (list of valid RAID level descriptors) – the levels to be added to this object

    +

    levels (list of valid RAID level descriptors) – the levels to be added to this object

    If levels is True, add all standard levels. Else, levels @@ -779,7 +779,7 @@

    Submodules
    Parameters:
    -

    level (object) – an object representing a RAID level

    +

    level (object) – an object representing a RAID level

    Raises a RaidError if level is not valid.

    @@ -793,7 +793,7 @@

    Submodules
    Parameters:
    -

    level (object) – an object representing a RAID level

    +

    level (object) – an object representing a RAID level

    There must be at least one element in the names list, or the level @@ -812,7 +812,7 @@

    Submodules
    Parameters:
    -

    descriptor (object) – a RAID level descriptor

    +

    descriptor (object) – a RAID level descriptor

    Note that descriptor may be any object that identifies a @@ -861,7 +861,7 @@

    SubmodulesParameters:
    • size (Size) – size of data to be stored

    • -
    • member_count (int) – number of members in this array

    • +
    • member_count (int) – number of members in this array

    Return type:
    @@ -879,10 +879,10 @@

    Submodules
    Parameters:
    -

    member_count (int) – the number of members belonging to the array

    +

    member_count (int) – the number of members belonging to the array

    Return type:
    -

    int

    +

    int

    Raiess a RaidError if member_count is fewer than the minimum @@ -903,7 +903,7 @@

    Submodules
    Parameters:
      -
    • member_count (int) – the number of members in the array

    • +
    • member_count (int) – the number of members in the array

    • smallest_member_size (Size) – the size of the smallest member of this array

    @@ -927,10 +927,10 @@

    Submodules
    Parameters:
    -

    member_count (int) – the number of members in the array

    +

    member_count (int) – the number of members in the array

    Return type:
    -

    int or None

    +

    int or None

    Raises a RaidError if member_count is fewer than the @@ -945,7 +945,7 @@

    SubmodulesParameters:
    @@ -129,8 +129,8 @@

    Submodules
    Parameters:
      -
    • name (str) – the subvolume name

    • -
    • exists (bool) – does this device exist?

    • +
    • name (str) – the subvolume name

    • +
    • exists (bool) – does this device exist?

    @@ -157,7 +157,7 @@

    Submodules

    whether this device depends on ‘dep’

    Return type:
    -

    bool

    +

    bool

    @@ -178,8 +178,8 @@

    Submodules
    Parameters:
      -
    • name (str) – the subvolume name

    • -
    • exists (bool) – does this device exist?

    • +
    • name (str) – the subvolume name

    • +
    • exists (bool) – does this device exist?

    @@ -194,7 +194,7 @@

    Submodules
    Parameters:
    -

    new (bool) – whether this device is new to the devicetree

    +

    new (bool) – whether this device is new to the devicetree

    The only intended use case for new=False is when unhiding a device @@ -219,7 +219,7 @@

    Submodules
    Parameters:
    -

    modparent (bool) – whether to account for removal in parents

    +

    modparent (bool) – whether to account for removal in parents

    Parents’ list of child devices is updated regardless of modparent. @@ -253,8 +253,8 @@

    Submodules
    Parameters:
      -
    • name (str) – the volume name

    • -
    • exists (bool) – does this device exist?

    • +
    • name (str) – the volume name

    • +
    • exists (bool) – does this device exist?

    @@ -344,7 +344,7 @@

    Submodules
    class blivet.devices.cache.Cache
    -

    Bases: object

    +

    Bases: object

    Abstract base class for cache objects providing the cache-related functionality on cached devices. Instances of this class are not expected to be devices (both in what they represent as well as not instances of the @@ -393,7 +393,7 @@

    Submodules
    class blivet.devices.cache.CacheRequest
    -

    Bases: object

    +

    Bases: object

    Abstract base class for cache requests specifying cache parameters for a cached device

    @@ -419,7 +419,7 @@

    Submodules
    class blivet.devices.cache.CacheStats
    -

    Bases: object

    +

    Bases: object

    Abstract base class for common statistics of caches (cached devices). Inheriting classes are expected to add (cache-)type-specific attributes on top of the common set.

    @@ -476,19 +476,19 @@

    Submodules
    Parameters:
      -
    • name (str) – the device name (generally a device node’s basename)

    • -
    • exists (bool) – does this device exist?

    • +
    • name (str) – the device name (generally a device node’s basename)

    • +
    • exists (bool) – does this device exist?

    • size (Size) – the device’s size

    • parents (list of StorageDevice) – a list of parent devices

    • fmt (DeviceFormat or a subclass of it) – this device’s formatting

    • -
    • uuid (str) – universally unique identifier (device – not fs)

    • -
    • sysfs_path (str) – sysfs device path

    • -
    • major (int) – the device major

    • -
    • minor (int) – the device minor

    • -
    • serial (str) – the ID_SERIAL_SHORT for this device

    • -
    • vendor (str) – the manufacturer of this Device

    • -
    • model (str) – manufacturer’s device model string

    • -
    • bus (str) – the interconnect this device uses

    • +
    • uuid (str) – universally unique identifier (device – not fs)

    • +
    • sysfs_path (str) – sysfs device path

    • +
    • major (int) – the device major

    • +
    • minor (int) – the device minor

    • +
    • serial (str) – the ID_SERIAL_SHORT for this device

    • +
    • vendor (str) – the manufacturer of this Device

    • +
    • model (str) – manufacturer’s device model string

    • +
    • bus (str) – the interconnect this device uses

    @@ -572,7 +572,7 @@

    Submodules
    Parameters:
      -
    • name (str) – the device name (generally a device node’s basename)

    • +
    • name (str) – the device name (generally a device node’s basename)

    • parents (list of Device instances) – a list of parent devices

    @@ -616,7 +616,7 @@

    Submodules

    whether this device depends on ‘dep’

    Return type:
    -

    bool

    +

    bool

    @@ -647,7 +647,7 @@

    Submodules

    the external dependencies of this device and all parents.

    Return type:
    -

    set of availability.ExternalResource

    +

    set of availability.ExternalResource

    @@ -680,7 +680,7 @@

    Submodules

    names of packages required by device and all ancestors

    Return type:
    -

    list of str

    +

    list of str

    @@ -709,7 +709,7 @@

    Submodules
    Parameters:
    -

    orig (bool) – set up original format instead of current format

    +

    orig (bool) – set up original format instead of current format

    @@ -738,7 +738,7 @@

    Submodules
    Parameters:
    -

    recursive (bool) – tear down all ancestor devices recursively

    +

    recursive (bool) – tear down all ancestor devices recursively

    @@ -764,7 +764,7 @@

    Submodules

    a set of external dependencies

    Return type:
    -

    set of availability.ExternalResource

    +

    set of availability.ExternalResource

    The external dependencies include the dependencies of this @@ -781,7 +781,7 @@

    Submodules

    A list of unavailable external dependencies.

    Return type:
    -

    set of availability.external_resource

    +

    set of availability.external_resource

    @@ -795,7 +795,7 @@

    Submodules

    A list of unavailable external dependencies.

    Return type:
    -

    set of availability.external_resource

    +

    set of availability.external_resource

    @@ -809,7 +809,7 @@

    Submodules

    the unavailable external dependencies for this type

    Return type:
    -

    set of availability.ExternalResource

    +

    set of availability.ExternalResource

    @@ -827,12 +827,12 @@

    Submodules
    Parameters:
    @@ -867,19 +867,19 @@

    Submodules
    Parameters:
      -
    • name (str) – the device name (generally a device node’s basename)

    • +
    • name (str) – the device name (generally a device node’s basename)

    • size (Size) – the device’s size

    • parents (list of StorageDevice) – a list of parent devices

    • fmt (DeviceFormat or a subclass of it) – this device’s formatting

    • -
    • uuid (str) – universally unique identifier (device – not fs)

    • -
    • sysfs_path (str) – sysfs device path

    • -
    • removable (bool) – whether or not this is a removable device

    • -
    • serial (str) – the ID_SERIAL_RAW, ID_SERIAL or ID_SERIAL_SHORT for +

    • uuid (str) – universally unique identifier (device – not fs)

    • +
    • sysfs_path (str) – sysfs device path

    • +
    • removable (bool) – whether or not this is a removable device

    • +
    • serial (str) – the ID_SERIAL_RAW, ID_SERIAL or ID_SERIAL_SHORT for this device (which one is available)

    • -
    • vendor (str) – the manufacturer of this Device

    • -
    • model (str) – manufacturer’s device model string

    • -
    • bus (str) – the interconnect this device uses

    • -
    • wwn (str) – the disk’s WWN

    • +
    • vendor (str) – the manufacturer of this Device

    • +
    • model (str) – manufacturer’s device model string

    • +
    • bus (str) – the interconnect this device uses

    • +
    • wwn (str) – the disk’s WWN

    @@ -933,7 +933,7 @@

    Submodules
    Parameters:
    -

    name (str) – the full path to the backing regular file

    +

    name (str) – the full path to the backing regular file

    :keyword DeviceFormat fmt: the device’s format

    @@ -964,12 +964,12 @@

    Submodules
    Parameters:
      -
    • name (str) – the device name (generally a device node’s basename)

    • -
    • exists (bool) – does this device exist?

    • +
    • name (str) – the device name (generally a device node’s basename)

    • +
    • exists (bool) – does this device exist?

    • size (Size) – the device’s size

    • parents (list of StorageDevice) – a list of parent devices

    • format (DeviceFormat or a subclass of it) – this device’s formatting

    • -
    • wwn (str) – the disk’s WWN

    • +
    • wwn (str) – the disk’s WWN

    • nic – name of NIC to use

    • identifier

      ???

    • @@ -991,12 +991,12 @@

      Submodules
      Parameters:
        -
      • name (str) – the device name (generally a device node’s basename)

      • +
      • name (str) – the device name (generally a device node’s basename)

      • size (Size) – the device’s size

      • parents (list of StorageDevice) – a list of parent devices

      • fmt (DeviceFormat or a subclass of it) – this device’s formatting

      • -
      • sysfs_path (str) – sysfs device path

      • -
      • wwn (str) – the device’s WWN

      • +
      • sysfs_path (str) – sysfs device path

      • +
      • wwn (str) – the device’s WWN

      @@ -1036,14 +1036,14 @@

      Submodules
      Parameters:
        -
      • name (str) – the device name (generally a device node’s basename)

      • -
      • exists (bool) – does this device exist?

      • +
      • name (str) – the device name (generally a device node’s basename)

      • +
      • exists (bool) – does this device exist?

      • size (Size) – the device’s size

      • parents (list of StorageDevice) – a list of parent devices

      • format (DeviceFormat or a subclass of it) – this device’s formatting

      • -
      • mode (str) – mode of the namespace

      • -
      • devname (str) – name of the namespace (e.g. ‘namespace0.0’)

      • -
      • sector_size (str) – sector size of the namespace in sector mode

      • +
      • mode (str) – mode of the namespace

      • +
      • devname (str) – name of the namespace (e.g. ‘namespace0.0’)

      • +
      • sector_size (str) – sector size of the namespace in sector mode

      @@ -1064,7 +1064,7 @@

      Submodules
      class blivet.devices.disk.NVMeController(name, serial, nvme_ver, id, subsysnqn, transport, transport_address)
      -

      Bases: tuple

      +

      Bases: tuple

      Create new instance of NVMeController(name, serial, nvme_ver, id, subsysnqn, transport, transport_address)

      @@ -1118,8 +1118,8 @@

      Submodules
      Parameters:
        -
      • name (str) – the device name (generally a device node’s basename)

      • -
      • exists (bool) – does this device exist?

      • +
      • name (str) – the device name (generally a device node’s basename)

      • +
      • exists (bool) – does this device exist?

      • size (Size) – the device’s size

      • parents (list of StorageDevice) – a list of parent devices

      • format (DeviceFormat or a subclass of it) – this device’s formatting

      • @@ -1136,12 +1136,12 @@

        Submodules
        Parameters:
          -
        • name (str) – the device name (generally a device node’s basename)

        • -
        • exists (bool) – does this device exist?

        • +
        • name (str) – the device name (generally a device node’s basename)

        • +
        • exists (bool) – does this device exist?

        • size (Size) – the device’s size

        • parents (list of StorageDevice) – a list of parent devices

        • format (DeviceFormat or a subclass of it) – this device’s formatting

        • -
        • nsid (int) – namespace ID

        • +
        • nsid (int) – namespace ID

      @@ -1161,12 +1161,12 @@

      Submodules
      Parameters:
        -
      • name (str) – the device name (generally a device node’s basename)

      • -
      • exists (bool) – does this device exist?

      • +
      • name (str) – the device name (generally a device node’s basename)

      • +
      • exists (bool) – does this device exist?

      • size (Size) – the device’s size

      • parents (list of StorageDevice) – a list of parent devices

      • format (DeviceFormat or a subclass of it) – this device’s formatting

      • -
      • wwn (str) – the disk’s WWN

      • +
      • wwn (str) – the disk’s WWN

      • hba_id

        ???

      • wwpn

        ???

        @@ -1197,29 +1197,29 @@

        Submodules
        Parameters:
          -
        • name (str) – the device name (generally a device node’s basename)

        • -
        • exists (bool) – does this device exist?

        • +
        • name (str) – the device name (generally a device node’s basename)

        • +
        • exists (bool) – does this device exist?

        • size (Size) – the device’s size

        • parents (list of StorageDevice) – a list of parent devices

        • format (DeviceFormat or a subclass of it) – this device’s formatting

        • -
        • wwn (str) – the disk’s WWN

        • -
        • target (str) – the name of the iscsi target

        • +
        • wwn (str) – the disk’s WWN

        • +
        • target (str) – the name of the iscsi target

        • lun – lun of the target

        • -
        • iface (str) – name of network interface to use for operation

        • -
        • initiator (str) – initiator name

        • +
        • iface (str) – name of network interface to use for operation

        • +
        • initiator (str) – initiator name

        • offload – a partial offload device (qla4xxx)

        • address – ip address of the target

        • port – port of the target

        Type:
        -

        bool

        +

        bool

        Type:
        -

        str

        +

        str

        Type:
        -

        str

        +

        str

        @@ -1240,12 +1240,12 @@

        Submodules
        Parameters:
          -
        • name (str) – the device name (generally a device node’s basename)

        • -
        • exists (bool) – does this device exist?

        • +
        • name (str) – the device name (generally a device node’s basename)

        • +
        • exists (bool) – does this device exist?

        • size (Size) – the device’s size

        • parents (list of StorageDevice) – a list of parent devices

        • fmt (DeviceFormat or a subclass of it) – this device’s formatting

        • -
        • sysfs_path (str) – sysfs device path

        • +
        • sysfs_path (str) – sysfs device path

        @@ -1259,14 +1259,14 @@

        Submodules
        Parameters:
          -
        • name (str) – the device name (generally a device node’s basename)

        • -
        • exists (bool) – does this device exist?

        • +
        • name (str) – the device name (generally a device node’s basename)

        • +
        • exists (bool) – does this device exist?

        • size (Size) – the device’s size

        • parents (list of StorageDevice) – a list of parent devices

        • fmt (DeviceFormat or a subclass of it) – this device’s formatting

        • -
        • sysfs_path (str) – sysfs device path

        • -
        • dm_uuid (str) – device-mapper UUID (see note below)

        • -
        • target (str) – device mapper table/target name (eg: “linear”)

        • +
        • sysfs_path (str) – sysfs device path

        • +
        • dm_uuid (str) – device-mapper UUID (see note below)

        • +
        • target (str) – device mapper table/target name (eg: “linear”)

        @@ -1320,12 +1320,12 @@

        Submodules
        Parameters:
          -
        • name (str) – the device name (generally a device node’s basename)

        • -
        • exists (bool) – does this device exist?

        • +
        • name (str) – the device name (generally a device node’s basename)

        • +
        • exists (bool) – does this device exist?

        • size (Size) – the device’s size

        • parents (list of StorageDevice) – a list of parent devices

        • fmt (DeviceFormat or a subclass of it) – this device’s formatting

        • -
        • sysfs_path (str) – sysfs device path

        • +
        • sysfs_path (str) – sysfs device path

        @@ -1338,13 +1338,13 @@

        Submodules
        Parameters:
          -
        • name (str) – the device name (generally a device node’s basename)

        • -
        • exists (bool) – does this device exist?

        • +
        • name (str) – the device name (generally a device node’s basename)

        • +
        • exists (bool) – does this device exist?

        • size (Size) – the device’s size

        • parents (list of StorageDevice) – a list of parent devices

        • fmt (DeviceFormat or a subclass of it) – this device’s formatting

        • -
        • sysfs_path (str) – sysfs device path

        • -
        • dm_uuid (str) – device-mapper UUID

        • +
        • sysfs_path (str) – sysfs device path

        • +
        • dm_uuid (str) – device-mapper UUID

        @@ -1379,8 +1379,8 @@

        Submodules
        Parameters:
          -
        • path (str) – full path to the file

        • -
        • exists (bool) – does this device exist?

        • +
        • path (str) – full path to the file

        • +
        • exists (bool) – does this device exist?

        • size (Size) – the device’s size

        • parents (list of StorageDevice) – a list of parent devices

        • fmt (DeviceFormat or a subclass of it) – this device’s formatting

        • @@ -1398,8 +1398,8 @@

          Submodules
          Parameters:
            -
          • path (str) – full path to the file

          • -
          • exists (bool) – does this device exist?

          • +
          • path (str) – full path to the file

          • +
          • exists (bool) – does this device exist?

          • size (Size) – the device’s size

          • parents (list of StorageDevice) – a list of parent devices

          • fmt (DeviceFormat or a subclass of it) – this device’s formatting

          • @@ -1446,8 +1446,8 @@

            Submodules
            Parameters:
              -
            • path (str) – full path to the file

            • -
            • exists (bool) – does this device exist?

            • +
            • path (str) – full path to the file

            • +
            • exists (bool) – does this device exist?

            • size (Size) – the device’s size

            • parents (list of StorageDevice) – a list of parent devices

            • fmt (DeviceFormat or a subclass of it) – this device’s formatting

            • @@ -1462,11 +1462,11 @@

              Submodules
              class blivet.devices.lib.ParentList(items=None, appendfunc=None, removefunc=None)
              -

              Bases: object

              +

              Bases: object

              A list with auditing and side-effects for additions and removals.

              The class provides an ordered list with guaranteed unique members and optional functions to run before adding or removing a member. It -provides a subset of the functionality provided by list, +provides a subset of the functionality provided by list, making it easy to ensure that changes pass through the check functions.

              The following operations are implemented:

              ml.append(x)
              @@ -1523,7 +1523,7 @@ 

              Submodules
              class blivet.devices.lib.Tags(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)
              -

              Bases: str, Enum

              +

              Bases: str, Enum

              Tags that describe various classes of disk.

              @@ -1568,13 +1568,13 @@

              Submodules
              Parameters:
              -

              device_name (str) – the device name

              +

              device_name (str) – the device name

              Returns:

              the full path to a /dev/disk/by-path/ symlink, or None

              Return type:
              -

              str or NoneType

              +

              str or NoneType

              @@ -1585,13 +1585,13 @@

              Submodules
              Parameters:
              -

              device_path (str) – the path to a device node

              +

              device_path (str) – the path to a device node

              Returns:

              the name

              Return type:
              -

              str

              +

              str

              @@ -1602,10 +1602,10 @@

              Submodules
              Parameters:
              -

              major (int) – major number

              +

              major (int) – major number

              Return type:
              -

              str

              +

              str

              @@ -1620,10 +1620,10 @@

              Submodules
              Parameters:
              -

              device_type (str) – device type string (eg: ‘device-mapper’, ‘md’)

              +

              device_type (str) – device type string (eg: ‘device-mapper’, ‘md’)

              Return type:
              -

              list of int

              +

              list of int

              @@ -1643,8 +1643,8 @@

              Submodules
              Parameters:
                -
              • name (str) – the device name (generally a device node’s basename)

              • -
              • exists (bool) – does this device exist?

              • +
              • name (str) – the device name (generally a device node’s basename)

              • +
              • exists (bool) – does this device exist?

              • size (Size) – the device’s size

              • parents (list of StorageDevice) – a list of parent devices

              • fmt (DeviceFormat or a subclass of it) – this device’s formatting

              • @@ -1683,13 +1683,13 @@

                Submodules
                Parameters:
                  -
                • name (str) – the device name (generally a device node’s basename)

                • -
                • exists (bool) – does this device exist?

                • +
                • name (str) – the device name (generally a device node’s basename)

                • +
                • exists (bool) – does this device exist?

                • size (Size) – the device’s size

                • parents (list of StorageDevice) – a list of parent devices

                • fmt (DeviceFormat or a subclass of it) – this device’s formatting

                • -
                • sysfs_path (str) – sysfs device path

                • -
                • uuid (str) – the device UUID

                • +
                • sysfs_path (str) – sysfs device path

                • +
                • uuid (str) – the device UUID

                @@ -1727,13 +1727,13 @@

                Submodules
                Parameters:
                  -
                • name (str) – the device name (generally a device node’s basename)

                • -
                • exists (bool) – does this device exist?

                • +
                • name (str) – the device name (generally a device node’s basename)

                • +
                • exists (bool) – does this device exist?

                • size (Size) – the device’s size

                • parents (list of StorageDevice) – a list of parent devices

                • fmt (DeviceFormat or a subclass of it) – this device’s formatting

                • -
                • sysfs_path (str) – sysfs device path

                • -
                • uuid (str) – the device UUID

                • +
                • sysfs_path (str) – sysfs device path

                • +
                • uuid (str) – the device UUID

                @@ -1805,9 +1805,9 @@

                SubmodulesSize or NoneType) – size of the metadata part (LV) of the cache (for non-existing caches that cannot determine their metadata size dynamically) or None to use the default (see note below)

                -
              • exists (bool) – whether the cache exists or not

              • +
              • exists (bool) – whether the cache exists or not

              • pvs (list of LVPVSpec) – PVs to allocate the cache on/from (ignored for existing)

              • -
              • mode (str) – desired mode for non-existing cache (ignored for existing)

              • +
              • mode (str) – desired mode for non-existing cache (ignored for existing)

              @@ -1866,7 +1866,7 @@

              Submodules

              space to be occupied by the cache on its LV’s VG’s PVs (one has to love LVM)

            Return type:
            -

            list of LVPVSpec

            +

            list of LVPVSpec

          @@ -1900,7 +1900,7 @@

          Submodules
          class blivet.devices.lvm.LVMCachePoolMixin(metadata_size, cache_mode=None, attach_to=None)
          -

          Bases: object

          +

          Bases: object

          add_hook(new=True)
          @@ -1971,7 +1971,7 @@

          Submodules
          • size (Size) – requested size of the cache

          • pvs (list of (StorageDevice or LVPVSpec)) – PVs to allocate the cache on/from

          • -
          • mode (str) – requested mode for the cache (None means the default is used)

          • +
          • mode (str) – requested mode for the cache (None means the default is used)

          • cache_type (enum LVMCacheType) – type of the cache to use (writecache or “normal” cache)

          @@ -2001,7 +2001,7 @@

          Submodules

          space to be occupied by the cache on its LV’s VG’s PVs (one has to love LVM)

        Return type:
        -

        list of LVPVSpec

        +

        list of LVPVSpec

      @@ -2093,7 +2093,7 @@

      Submodules
      class blivet.devices.lvm.LVMCacheType(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)
      -

      Bases: Enum

      +

      Bases: Enum

      lvmcache = 1
      @@ -2109,7 +2109,7 @@

      Submodules
      class blivet.devices.lvm.LVMInternalLVtype(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)
      -

      Bases: Enum

      +

      Bases: Enum

      cache_pool = 6
      @@ -2155,7 +2155,7 @@

      Submodules
      class blivet.devices.lvm.LVMInternalLogicalVolumeMixin(vg, parent_lv, lv_type)
      -

      Bases: object

      +

      Bases: object

      add_hook(new=True)
      @@ -2269,14 +2269,14 @@

      Submodules
      Parameters:
        -
      • name (str) – the device name (generally a device node’s basename)

      • -
      • exists (bool) – does this device exist?

      • +
      • name (str) – the device name (generally a device node’s basename)

      • +
      • exists (bool) – does this device exist?

      • size (Size) – the device’s size

      • parents (list of StorageDevice) – a list of parent devices

      • fmt (DeviceFormat or a subclass of it) – this device’s formatting

      • -
      • sysfs_path (str) – sysfs device path

      • -
      • dm_uuid (str) – device-mapper UUID (see note below)

      • -
      • target (str) – device mapper table/target name (eg: “linear”)

      • +
      • sysfs_path (str) – sysfs device path

      • +
      • dm_uuid (str) – device-mapper UUID (see note below)

      • +
      • target (str) – device mapper table/target name (eg: “linear”)

      @@ -2434,7 +2434,7 @@

      Submodules

      space occupied by this LV on its VG’s PVs (if we have and idea)

      Return type:
      -

      list of LVPVSpec

      +

      list of LVPVSpec

      @@ -2478,14 +2478,14 @@

      Submodules
      Parameters:
        -
      • name (str) – the device name (generally a device node’s basename)

      • -
      • exists (bool) – does this device exist?

      • +
      • name (str) – the device name (generally a device node’s basename)

      • +
      • exists (bool) – does this device exist?

      • size (Size) – the device’s size

      • parents (list of StorageDevice) – a list of parent devices

      • fmt (DeviceFormat or a subclass of it) – this device’s formatting

      • -
      • sysfs_path (str) – sysfs device path

      • -
      • uuid (str) – the device UUID

      • -
      • seg_type (str) – segment type (eg: “linear”, “raid1”, “thin-pool”, “thin”,…)

      • +
      • sysfs_path (str) – sysfs device path

      • +
      • uuid (str) – the device UUID

      • +
      • seg_type (str) – segment type (eg: “linear”, “raid1”, “thin-pool”, “thin”,…)

      @@ -2493,11 +2493,12 @@

      Submodules
      Parameters:
        -
      • grow (bool) – whether to grow this LV

      • +
      • grow (bool) – whether to grow this LV

      • maxsize (Size) – maximum size for growable LV

      • -
      • percent (int) – percent of VG space to take

      • +
      • percent (int) – percent of VG space to take

      • cache_request (LVMCacheRequest) – parameters of requested cache (if any)

      • pvs (list of StorageDevice or LVPVSpec objects (tuples)) – list of PVs to allocate extents from (size could be specified for each PV)

      • +
      • shared (bool) – whether to activate the newly create LV in shared mode

      @@ -2515,7 +2516,7 @@

      SubmodulesParameters:
      @@ -2539,10 +2540,10 @@

      Submodules
      Parameters:
        -
      • compression (bool) – whether to enable compression on the VDO pool

      • -
      • dudplication (bool) – whether to enable dudplication on the VDO pool

      • -
      • index_memory (int) – amount of index memory (in bytes) or 0 for default

      • -
      • write_policy (str) – write policy for the volume or None for default

      • +
      • compression (bool) – whether to enable compression on the VDO pool

      • +
      • dudplication (bool) – whether to enable dudplication on the VDO pool

      • +
      • index_memory (int) – amount of index memory (in bytes) or 0 for default

      • +
      • write_policy (str) – write policy for the volume or None for default

      @@ -2551,7 +2552,7 @@

      SubmodulesParameters:
      • metadata_size (Size) – the size of the metadata LV

      • -
      • cache_mode (str) – mode for the cache or None for default (writethrough)

      • +
      • cache_mode (str) – mode for the cache or None for default (writethrough)

      • attach_to (LVMLogicalVolumeDevice) – for non-existing cache pools a logical volume the pool should be attached to when created

      @@ -2569,7 +2570,7 @@

      Submodules
      Parameters:
      -

      new (bool) – whether this device is new to the devicetree

      +

      new (bool) – whether this device is new to the devicetree

      The only intended use case for new=False is when unhiding a device @@ -2609,7 +2610,7 @@

      Submodules

      whether this device depends on ‘dep’

      Return type:
      -

      bool

      +

      bool

      @@ -2707,7 +2708,7 @@

      Submodules
      Parameters:
      -

      modparent (bool) – whether to account for removal in parents

      +

      modparent (bool) – whether to account for removal in parents

      Parents’ list of child devices is updated regardless of modparent. @@ -2791,7 +2792,7 @@

      Submodules
      class blivet.devices.lvm.LVMSnapshotMixin(origin=None, vorigin=False)
      -

      Bases: object

      +

      Bases: object

      depends_on(dep)
      @@ -2861,7 +2862,7 @@

      Submodules
      class blivet.devices.lvm.LVMThinLogicalVolumeMixin
      -

      Bases: object

      +

      Bases: object

      add_hook(new=True)
      @@ -2916,7 +2917,7 @@

      Submodules
      class blivet.devices.lvm.LVMThinPoolMixin(metadata_size=None, chunk_size=None, profile=None)
      -

      Bases: object

      +

      Bases: object

      autoset_md_size(enforced=False)
      @@ -2986,7 +2987,7 @@

      Submodules
      class blivet.devices.lvm.LVMVDOLogicalVolumeMixin
      -

      Bases: object

      +

      Bases: object

      add_hook(new=True)
      @@ -3042,7 +3043,7 @@

      Submodules
      class blivet.devices.lvm.LVMVDOPoolMixin(compression=True, deduplication=True, index_memory=0, write_policy=None)
      -

      Bases: object

      +

      Bases: object

      property direct
      @@ -3105,10 +3106,10 @@

      Submodules
      Parameters:
        -
      • name (str) – the device name (generally a device node’s basename)

      • -
      • exists (bool) – does this device exist?

      • +
      • name (str) – the device name (generally a device node’s basename)

      • +
      • exists (bool) – does this device exist?

      • parents (list of StorageDevice) – a list of parent devices

      • -
      • sysfs_path (str) – sysfs device path

      • +
      • sysfs_path (str) – sysfs device path

      • pe_size (Size) – physical extent size

      @@ -3129,13 +3130,19 @@

      Submodules +
      Parameters:
      +

      shared (bool) – whether to create this VG as shared

      +
      +

      add_hook(new=True)

      Perform actions related to adding a device to the devicetree.

      Parameters:
      -

      new (bool) – whether this device is new to the devicetree

      +

      new (bool) – whether this device is new to the devicetree

      The only intended use case for new=False is when unhiding a device @@ -3266,7 +3273,7 @@

      Submodules

      information about sizes and free space in this VG’s PVs

      Return type:
      -

      list of PVFreeInfo

      +

      list of PVFreeInfo

      @@ -3283,7 +3290,7 @@

      Submodules
      Parameters:
      -

      modparent (bool) – whether to account for removal in parents

      +

      modparent (bool) – whether to account for removal in parents

      Parents’ list of child devices is updated regardless of modparent. @@ -3390,7 +3397,7 @@

      Submodules

      space to be occupied by the cache on its LV’s VG’s PVs (one has to love LVM)

      Return type:
      -

      list of LVPVSpec

      +

      list of LVPVSpec

      @@ -3423,21 +3430,21 @@

      Submodules
      class blivet.devices.lvm.LVPVSpec(pv, size)
      -

      Bases: object

      +

      Bases: object

      Class for specifying how much space on a PV should be allocated for some LV

      exception blivet.devices.lvm.NotTypeSpecific
      -

      Bases: Exception

      +

      Bases: Exception

      Exception class for invalid type-specific calls

      class blivet.devices.lvm.PVFreeInfo(pv, size, free)
      -

      Bases: tuple

      +

      Bases: tuple

      A namedtuple class holding the information about PV’s (usable) size and free space

      @@ -3462,7 +3469,7 @@

      Submodules
      class blivet.devices.lvm.ThPoolReserveSpec(percent, min, max)
      -

      Bases: tuple

      +

      Bases: tuple

      A namedtuple class for specifying restrictions of space reserved for a thin pool to grow

      @@ -3494,19 +3501,19 @@

      Submodules
      Parameters:
        -
      • name (str) – the device name (generally a device node’s basename)

      • -
      • exists (bool) – does this device exist?

      • +
      • name (str) – the device name (generally a device node’s basename)

      • +
      • exists (bool) – does this device exist?

      • size (Size) – the device’s size

      • parents (list of StorageDevice) – a list of parent devices

      • fmt (DeviceFormat or a subclass of it) – this device’s formatting

      • -
      • sysfs_path (str) – sysfs device path

      • +
      • sysfs_path (str) – sysfs device path

      • chunk_size (Size) – chunk size for the device

      • -
      • uuid (str) – the device UUID

      • +
      • uuid (str) – the device UUID

      • level (any valid RAID level descriptor) – the device’s RAID level

      • -
      • member_devices (int) – the number of active member devices

      • -
      • total_devices (int) – the total number of member devices

      • -
      • metadata_version (str (eg: "0.90")) – the version of the device’s md metadata

      • -
      • minor (int) – the device minor (obsolete?)

      • +
      • member_devices (int) – the number of active member devices

      • +
      • total_devices (int) – the total number of member devices

      • +
      • metadata_version (str (eg: "0.90")) – the version of the device’s md metadata

      • +
      • minor (int) – the device minor (obsolete?)

      @@ -3579,19 +3586,19 @@

      Submodules
      Parameters:
        -
      • name (str) – the device name (generally a device node’s basename)

      • -
      • exists (bool) – does this device exist?

      • +
      • name (str) – the device name (generally a device node’s basename)

      • +
      • exists (bool) – does this device exist?

      • size (Size) – the device’s size

      • parents (list of StorageDevice) – a list of parent devices

      • fmt (DeviceFormat or a subclass of it) – this device’s formatting

      • -
      • sysfs_path (str) – sysfs device path

      • +
      • sysfs_path (str) – sysfs device path

      • chunk_size (Size) – chunk size for the device

      • -
      • uuid (str) – the device UUID

      • +
      • uuid (str) – the device UUID

      • level (any valid RAID level descriptor) – the device’s RAID level

      • -
      • member_devices (int) – the number of active member devices

      • -
      • total_devices (int) – the total number of member devices

      • -
      • metadata_version (str (eg: "0.90")) – the version of the device’s md metadata

      • -
      • minor (int) – the device minor (obsolete?)

      • +
      • member_devices (int) – the number of active member devices

      • +
      • total_devices (int) – the total number of member devices

      • +
      • metadata_version (str (eg: "0.90")) – the version of the device’s md metadata

      • +
      • minor (int) – the device minor (obsolete?)

      @@ -3653,19 +3660,19 @@

      Submodules
      Parameters:
        -
      • name (str) – the device name (generally a device node’s basename)

      • -
      • exists (bool) – does this device exist?

      • +
      • name (str) – the device name (generally a device node’s basename)

      • +
      • exists (bool) – does this device exist?

      • size (Size) – the device’s size

      • parents (list of StorageDevice) – a list of parent devices

      • fmt (DeviceFormat or a subclass of it) – this device’s formatting

      • -
      • sysfs_path (str) – sysfs device path

      • +
      • sysfs_path (str) – sysfs device path

      • chunk_size (Size) – chunk size for the device

      • -
      • uuid (str) – the device UUID

      • +
      • uuid (str) – the device UUID

      • level (any valid RAID level descriptor) – the device’s RAID level

      • -
      • member_devices (int) – the number of active member devices

      • -
      • total_devices (int) – the total number of member devices

      • -
      • metadata_version (str (eg: "0.90")) – the version of the device’s md metadata

      • -
      • minor (int) – the device minor (obsolete?)

      • +
      • member_devices (int) – the number of active member devices

      • +
      • total_devices (int) – the total number of member devices

      • +
      • metadata_version (str (eg: "0.90")) – the version of the device’s md metadata

      • +
      • minor (int) – the device minor (obsolete?)

      @@ -3790,7 +3797,7 @@

      Submodules

      the array’s UUID in mdadm format, if available

      Return type:
      -

      str or NoneType

      +

      str or NoneType

      @@ -3908,7 +3915,7 @@

      Submodules
      class blivet.devices.network.NetworkStorageDevice(host_address=None, nic=None)
      -

      Bases: object

      +

      Bases: object

      Virtual base class for network backed storage devices

      Note this class is only to be used as a baseclass and then only with multiple inheritance. The only correct use is: @@ -3925,8 +3932,8 @@

      Submodules
      Parameters:
        -
      • host_address (str) – host address of the backing server

      • -
      • nic (str) – NIC to which the block device is bound

      • +
      • host_address (str) – host address of the backing server

      • +
      • nic (str) – NIC to which the block device is bound

      @@ -3943,7 +3950,7 @@

      Submodules
      Parameters:
        -
      • device (str) – the device name (generally a device node’s basename)

      • +
      • device (str) – the device name (generally a device node’s basename)

      • parents (list of StorageDevice) – a list of parent devices

      • fmt (DeviceFormat or a subclass of it) – this device’s formatting

      @@ -4107,19 +4114,19 @@

      Submodules
      Parameters:
        -
      • name (str) – the device name (generally a device node’s basename)

      • -
      • exists (bool) – does this device exist?

      • +
      • name (str) – the device name (generally a device node’s basename)

      • +
      • exists (bool) – does this device exist?

      • size (Size) – the device’s size

      • parents (list of StorageDevice) – a list of parent devices

      • fmt (DeviceFormat or a subclass of it) – this device’s formatting

      • -
      • uuid (str) – universally unique identifier (device – not fs)

      • -
      • sysfs_path (str) – sysfs device path

      • -
      • major (int) – the device major

      • -
      • minor (int) – the device minor

      • -
      • serial (str) – the ID_SERIAL_SHORT for this device

      • -
      • vendor (str) – the manufacturer of this Device

      • -
      • model (str) – manufacturer’s device model string

      • -
      • bus (str) – the interconnect this device uses

      • +
      • uuid (str) – universally unique identifier (device – not fs)

      • +
      • sysfs_path (str) – sysfs device path

      • +
      • major (int) – the device major

      • +
      • minor (int) – the device minor

      • +
      • serial (str) – the ID_SERIAL_SHORT for this device

      • +
      • vendor (str) – the manufacturer of this Device

      • +
      • model (str) – manufacturer’s device model string

      • +
      • bus (str) – the interconnect this device uses

      @@ -4154,8 +4161,8 @@

      Submodules
      Parameters:
        -
      • name (str) – the device name (generally a device node’s basename)

      • -
      • exists (bool) – does this device exist?

      • +
      • name (str) – the device name (generally a device node’s basename)

      • +
      • exists (bool) – does this device exist?

      • size (:class:Size) – the device’s size

      • parents (list of StorageDevice) – a list of parent devices

      • fmt (DeviceFormat or a subclass of it) – this device’s formatting

      • @@ -4166,10 +4173,10 @@

        Submodules
        Parameters:
          -
        • uuid (str) – partition UUID (not filesystem UUID)

        • +
        • uuid (str) – partition UUID (not filesystem UUID)

        • major (long) – the device major

        • minor (long) – the device minor

        • -
        • sysfs_path (str) – sysfs device path

        • +
        • sysfs_path (str) – sysfs device path

        @@ -4179,15 +4186,15 @@

        Submodules
        • part_type (parted partition type constant) – parted type constant, eg: parted.PARTITION_NORMAL

        • -
        • grow (bool) – whether or not to grow the partition

        • +
        • grow (bool) – whether or not to grow the partition

        • maxsize (Size) – max size for growable partitions

        • start (long) – start sector (see note, below)

        • end (long) – end sector (see note, below)

        • -
        • bootable (bool) – whether the partition is bootable

        • -
        • weight (int or NoneType) – an initial sorting weight to assign

        • +
        • bootable (bool) – whether the partition is bootable

        • +
        • weight (int or NoneType) – an initial sorting weight to assign

        • disk_tags (iterable) – (str) tags defining candidate disk set

        • -
        • part_type_uuid (uuid.UUID or NoneType) – GPT partition type UUID or None

        • -
        • mountpoint (str or NoneType) – where the partition’s format will be mounted

        • +
        • part_type_uuid (uuid.UUID or NoneType) – GPT partition type UUID or None

        • +
        • mountpoint (str or NoneType) – where the partition’s format will be mounted

      @@ -4212,7 +4219,7 @@

      Submodules
      Parameters:
      -

      new (bool) – whether this device is new to the devicetree

      +

      new (bool) – whether this device is new to the devicetree

      The only intended use case for new=False is when unhiding a device @@ -4414,7 +4421,7 @@

      Submodules
      Parameters:
      -

      modparent (bool) – whether to account for removal in parents

      +

      modparent (bool) – whether to account for removal in parents

      Parents’ list of child devices is updated regardless of modparent. @@ -4480,19 +4487,19 @@

      Submodules
      Parameters:
        -
      • name (str) – the device name (generally a device node’s basename)

      • -
      • exists (bool) – does this device exist?

      • +
      • name (str) – the device name (generally a device node’s basename)

      • +
      • exists (bool) – does this device exist?

      • size (Size) – the device’s size

      • parents (list of StorageDevice) – a list of parent devices

      • fmt (DeviceFormat or a subclass of it) – this device’s formatting

      • -
      • uuid (str) – universally unique identifier (device – not fs)

      • -
      • sysfs_path (str) – sysfs device path

      • -
      • major (int) – the device major

      • -
      • minor (int) – the device minor

      • -
      • serial (str) – the ID_SERIAL_SHORT for this device

      • -
      • vendor (str) – the manufacturer of this Device

      • -
      • model (str) – manufacturer’s device model string

      • -
      • bus (str) – the interconnect this device uses

      • +
      • uuid (str) – universally unique identifier (device – not fs)

      • +
      • sysfs_path (str) – sysfs device path

      • +
      • major (int) – the device major

      • +
      • minor (int) – the device minor

      • +
      • serial (str) – the ID_SERIAL_SHORT for this device

      • +
      • vendor (str) – the manufacturer of this Device

      • +
      • model (str) – manufacturer’s device model string

      • +
      • bus (str) – the interconnect this device uses

      @@ -4531,19 +4538,19 @@

      Submodules
      Parameters:
        -
      • name (str) – the device name (generally a device node’s basename)

      • -
      • exists (bool) – does this device exist?

      • +
      • name (str) – the device name (generally a device node’s basename)

      • +
      • exists (bool) – does this device exist?

      • size (Size) – the device’s size

      • parents (list of StorageDevice) – a list of parent devices

      • fmt (DeviceFormat or a subclass of it) – this device’s formatting

      • -
      • uuid (str) – universally unique identifier (device – not fs)

      • -
      • sysfs_path (str) – sysfs device path

      • -
      • major (int) – the device major

      • -
      • minor (int) – the device minor

      • -
      • serial (str) – the ID_SERIAL_SHORT for this device

      • -
      • vendor (str) – the manufacturer of this Device

      • -
      • model (str) – manufacturer’s device model string

      • -
      • bus (str) – the interconnect this device uses

      • +
      • uuid (str) – universally unique identifier (device – not fs)

      • +
      • sysfs_path (str) – sysfs device path

      • +
      • major (int) – the device major

      • +
      • minor (int) – the device minor

      • +
      • serial (str) – the ID_SERIAL_SHORT for this device

      • +
      • vendor (str) – the manufacturer of this Device

      • +
      • model (str) – manufacturer’s device model string

      • +
      • bus (str) – the interconnect this device uses

      @@ -4553,7 +4560,7 @@

      Submodules
      Parameters:
      -

      new (bool) – whether this device is new to the devicetree

      +

      new (bool) – whether this device is new to the devicetree

      The only intended use case for new=False is when unhiding a device @@ -4791,7 +4798,7 @@

      Submodules
      Parameters:
      -

      modparent (bool) – whether to account for removal in parents

      +

      modparent (bool) – whether to account for removal in parents

      Parents’ list of child devices is updated regardless of modparent. @@ -4908,19 +4915,19 @@

      Submodules
      Parameters:
        -
      • name (str) – the device name (generally a device node’s basename)

      • -
      • exists (bool) – does this device exist?

      • +
      • name (str) – the device name (generally a device node’s basename)

      • +
      • exists (bool) – does this device exist?

      • size (Size) – the device’s size

      • parents (list of StorageDevice) – a list of parent devices

      • fmt (DeviceFormat or a subclass of it) – this device’s formatting

      • -
      • uuid (str) – universally unique identifier (device – not fs)

      • -
      • sysfs_path (str) – sysfs device path

      • -
      • major (int) – the device major

      • -
      • minor (int) – the device minor

      • -
      • serial (str) – the ID_SERIAL_SHORT for this device

      • -
      • vendor (str) – the manufacturer of this Device

      • -
      • model (str) – manufacturer’s device model string

      • -
      • bus (str) – the interconnect this device uses

      • +
      • uuid (str) – universally unique identifier (device – not fs)

      • +
      • sysfs_path (str) – sysfs device path

      • +
      • major (int) – the device major

      • +
      • minor (int) – the device minor

      • +
      • serial (str) – the ID_SERIAL_SHORT for this device

      • +
      • vendor (str) – the manufacturer of this Device

      • +
      • model (str) – manufacturer’s device model string

      • +
      • bus (str) – the interconnect this device uses

      @@ -4960,8 +4967,8 @@

      SubmodulesParameters:
        -
      • passphrase (str) – device passphrase

      • -
      • key_file (str) – path to a file containing a key

      • +
      • passphrase (str) – device passphrase

      • +
      • key_file (str) – path to a file containing a key

      @@ -4971,7 +4978,7 @@

      Submodules
      Parameters:
      -

      new (bool) – whether this device is new to the devicetree

      +

      new (bool) – whether this device is new to the devicetree

      The only intended use case for new=False is when unhiding a device @@ -5032,7 +5039,7 @@

      Submodules
      Parameters:
      -

      modparent (bool) – whether to account for removal in parents

      +

      modparent (bool) – whether to account for removal in parents

      Parents’ list of child devices is updated regardless of modparent. @@ -5902,7 +5909,7 @@

      Navigation

    • previous |
    • - +

    diff --git a/blivet/blivet.events.html b/blivet/blivet.events.html index 47a2b8167..519d203a7 100644 --- a/blivet/blivet.events.html +++ b/blivet/blivet.events.html @@ -6,7 +6,7 @@ - blivet.events package — Blivet 3.8.1 documentation + blivet.events package — Blivet 3.8.2 documentation @@ -37,7 +37,7 @@

    Navigation

  • previous |
  • - + @@ -154,7 +154,7 @@

    Submodules
    class blivet.events.handler.EventHandlerMixin
    -

    Bases: object

    +

    Bases: object

    handle_event(event, notify_cb)
    @@ -177,8 +177,8 @@

    Submodules
    Parameters:
      -
    • action (str) – a string describing the type of event

    • -
    • device (str) – (friendly) basename of device event operated on

    • +
    • action (str) – a string describing the type of event

    • +
    • device (str) – (friendly) basename of device event operated on

    • info – information about the device

    @@ -188,7 +188,7 @@

    Submodules
    class blivet.events.manager.EventManager(handler_cb=None, notify_cb=None, error_cb=None)
    -

    Bases: object

    +

    Bases: object

    add_mask(device=None, action=None, partitions=False)
    @@ -196,9 +196,9 @@

    Submodules
    Parameters:
      -
    • device (str) – ignore events on the named device

    • -
    • action (str) – ignore events of the specified type

    • -
    • partitions (bool) – also match events on child partitions

    • +
    • device (str) – ignore events on the named device

    • +
    • action (str) – ignore events of the specified type

    • +
    • partitions (bool) – also match events on child partitions

    @@ -281,9 +281,9 @@

    Submodules
    Parameters:
      -
    • device (str) – basename of device to mask events on

    • -
    • action (str) – action type to mask events of

    • -
    • partitions (bool) – also match events on child partitions

    • +
    • device (str) – basename of device to mask events on

    • +
    • action (str) – action type to mask events of

    • +
    • partitions (bool) – also match events on child partitions

    @@ -452,7 +452,7 @@

    Navigation

  • previous |
  • - + diff --git a/blivet/blivet.formats.html b/blivet/blivet.formats.html index f5602758f..64f8c7817 100644 --- a/blivet/blivet.formats.html +++ b/blivet/blivet.formats.html @@ -6,7 +6,7 @@ - blivet.formats package — Blivet 3.8.1 documentation + blivet.formats package — Blivet 3.8.2 documentation @@ -37,7 +37,7 @@

    Navigation

  • previous |
  • - + @@ -63,8 +63,8 @@

    Submodules
    Parameters:
      -
    • device (str) – path to the block device node

    • -
    • exists (bool) – whether the formatting exists

    • +
    • device (str) – path to the block device node

    • +
    • exists (bool) – whether the formatting exists

    @@ -102,10 +102,10 @@

    Submodules
    Parameters:
      -
    • device (str) – full path to the block device node

    • -
    • uuid (str) – disklabel UUID

    • -
    • label_type (str) – type of disklabel to create

    • -
    • exists (bool) – whether the formatting exists

    • +
    • device (str) – full path to the block device node

    • +
    • uuid (str) – disklabel UUID

    • +
    • label_type (str) – type of disklabel to create

    • +
    • exists (bool) – whether the formatting exists

    @@ -116,10 +116,10 @@

    Submodules
    Parameters:
      -
    • start (int) – start sector

    • -
    • end (int) – end sector

    • -
    • ptype (int (parted partition type constant) or NoneType) – partition type or None

    • -
    • part_type_uuid (uuid.UUID or NoneType) – partition type UUID or None

    • +
    • start (int) – start sector

    • +
    • end (int) – end sector

    • +
    • ptype (int (parted partition type constant) or NoneType) – partition type or None

    • +
    • part_type_uuid (uuid.UUID or NoneType) – partition type UUID or None

    @@ -393,8 +393,8 @@

    Submodules
    Parameters:
      -
    • device (str) – The path to the device node.

    • -
    • uuid (str) – the formatting’s UUID.

    • +
    • device (str) – The path to the device node.

    • +
    • uuid (str) – the formatting’s UUID.

    • exists – Whether the formatting exists. (default: False)

    @@ -459,9 +459,9 @@

    Submodulesstr) – mount options for the filesystem

    +
  • mountopts (str) – mount options for the filesystem

  • size – the filesystem’s size in MiB

  • -
  • exists (bool) – indicates whether this is an existing filesystem

  • +
  • exists (bool) – indicates whether this is an existing filesystem

  • @@ -494,9 +494,9 @@

    Submodulesstr) – mount options for the filesystem

    +
  • mountopts (str) – mount options for the filesystem

  • size – the filesystem’s size in MiB

  • -
  • exists (bool) – indicates whether this is an existing filesystem

  • +
  • exists (bool) – indicates whether this is an existing filesystem

  • @@ -559,9 +559,9 @@

    Submodulesstr) – mount options for the filesystem

    +
  • mountopts (str) – mount options for the filesystem

  • size – the filesystem’s size in MiB

  • -
  • exists (bool) – indicates whether this is an existing filesystem

  • +
  • exists (bool) – indicates whether this is an existing filesystem

  • @@ -588,9 +588,9 @@

    Submodulesstr) – mount options for the filesystem

    +
  • mountopts (str) – mount options for the filesystem

  • size – the filesystem’s size in MiB

  • -
  • exists (bool) – indicates whether this is an existing filesystem

  • +
  • exists (bool) – indicates whether this is an existing filesystem

  • @@ -616,9 +616,9 @@

    Submodulesstr) – mount options for the filesystem

    +
  • mountopts (str) – mount options for the filesystem

  • size – the filesystem’s size in MiB

  • -
  • exists (bool) – indicates whether this is an existing filesystem

  • +
  • exists (bool) – indicates whether this is an existing filesystem

  • @@ -655,9 +655,9 @@

    Submodulesstr) – mount options for the filesystem

    +
  • mountopts (str) – mount options for the filesystem

  • size – the filesystem’s size in MiB

  • -
  • exists (bool) – indicates whether this is an existing filesystem

  • +
  • exists (bool) – indicates whether this is an existing filesystem

  • @@ -683,9 +683,9 @@

    Submodulesstr) – mount options for the filesystem

    +
  • mountopts (str) – mount options for the filesystem

  • size – the filesystem’s size in MiB

  • -
  • exists (bool) – indicates whether this is an existing filesystem

  • +
  • exists (bool) – indicates whether this is an existing filesystem

  • @@ -712,9 +712,9 @@

    Submodulesstr) – mount options for the filesystem

    +
  • mountopts (str) – mount options for the filesystem

  • size – the filesystem’s size in MiB

  • -
  • exists (bool) – indicates whether this is an existing filesystem

  • +
  • exists (bool) – indicates whether this is an existing filesystem

  • @@ -746,9 +746,9 @@

    Submodulesstr) – mount options for the filesystem

    +
  • mountopts (str) – mount options for the filesystem

  • size – the filesystem’s size in MiB

  • -
  • exists (bool) – indicates whether this is an existing filesystem

  • +
  • exists (bool) – indicates whether this is an existing filesystem

  • @@ -780,9 +780,9 @@

    Submodulesstr) – mount options for the filesystem

    +
  • mountopts (str) – mount options for the filesystem

  • size – the filesystem’s size in MiB

  • -
  • exists (bool) – indicates whether this is an existing filesystem

  • +
  • exists (bool) – indicates whether this is an existing filesystem

  • @@ -814,9 +814,9 @@

    Submodulesstr) – mount options for the filesystem

    +
  • mountopts (str) – mount options for the filesystem

  • size – the filesystem’s size in MiB

  • -
  • exists (bool) – indicates whether this is an existing filesystem

  • +
  • exists (bool) – indicates whether this is an existing filesystem

  • @@ -843,9 +843,9 @@

    Submodulesstr) – mount options for the filesystem

    +
  • mountopts (str) – mount options for the filesystem

  • size – the filesystem’s size in MiB

  • -
  • exists (bool) – indicates whether this is an existing filesystem

  • +
  • exists (bool) – indicates whether this is an existing filesystem

  • @@ -863,7 +863,7 @@

    Submodules
    Return type:
    -

    str

    +

    str

    @@ -888,9 +888,9 @@

    Submodulesstr) – mount options for the filesystem

    +
  • mountopts (str) – mount options for the filesystem

  • size – the filesystem’s size in MiB

  • -
  • exists (bool) – indicates whether this is an existing filesystem

  • +
  • exists (bool) – indicates whether this is an existing filesystem

  • @@ -924,7 +924,7 @@

    Submodules
    Return type:
    -

    bool

    +

    bool

    @@ -936,7 +936,7 @@

    Submodules
    Return type:
    -

    bool

    +

    bool

    @@ -948,7 +948,7 @@

    Submodules
    Return type:
    -

    bool

    +

    bool

    @@ -1035,7 +1035,7 @@

    Submodules
    Return type:
    -

    str

    +

    str

    @@ -1078,7 +1078,7 @@

    Submodules
    Parameters:
    -

    label (str or None) – A possible label

    +

    label (str or None) – A possible label

    @@ -1089,7 +1089,7 @@

    Submodules
    Return type:
    -

    bool

    +

    bool

    @@ -1151,7 +1151,7 @@

    Submodules

    the filesystem’s label

    Return type:
    -

    str

    +

    str

    Raises a FSReadLabelError if the label can not be read.

    @@ -1164,7 +1164,7 @@

    Submodules
    Return type:
    -

    bool

    +

    bool

    @@ -1222,7 +1222,7 @@

    Submodules
    Parameters:
    -

    mountpoint (str) – Optional mountpoint to be unmounted.

    +

    mountpoint (str) – Optional mountpoint to be unmounted.

    Raises:

    FSError

    @@ -1252,7 +1252,7 @@

    Submodules
    Parameters:
    -

    uuid (str) – An UUID

    +

    uuid (str) – An UUID

    @@ -1298,9 +1298,9 @@

    Submodulesstr) – mount options for the filesystem

    +
  • mountopts (str) – mount options for the filesystem

  • size – the filesystem’s size in MiB

  • -
  • exists (bool) – indicates whether this is an existing filesystem

  • +
  • exists (bool) – indicates whether this is an existing filesystem

  • @@ -1332,9 +1332,9 @@

    Submodulesstr) – mount options for the filesystem

    +
  • mountopts (str) – mount options for the filesystem

  • size – the filesystem’s size in MiB

  • -
  • exists (bool) – indicates whether this is an existing filesystem

  • +
  • exists (bool) – indicates whether this is an existing filesystem

  • @@ -1365,9 +1365,9 @@

    Submodulesstr) – mount options for the filesystem

    +
  • mountopts (str) – mount options for the filesystem

  • size – the filesystem’s size in MiB

  • -
  • exists (bool) – indicates whether this is an existing filesystem

  • +
  • exists (bool) – indicates whether this is an existing filesystem

  • @@ -1399,9 +1399,9 @@

    Submodulesstr) – mount options for the filesystem

    +
  • mountopts (str) – mount options for the filesystem

  • size – the filesystem’s size in MiB

  • -
  • exists (bool) – indicates whether this is an existing filesystem

  • +
  • exists (bool) – indicates whether this is an existing filesystem

  • @@ -1428,9 +1428,9 @@

    Submodulesstr) – mount options for the filesystem

    +
  • mountopts (str) – mount options for the filesystem

  • size – the filesystem’s size in MiB

  • -
  • exists (bool) – indicates whether this is an existing filesystem

  • +
  • exists (bool) – indicates whether this is an existing filesystem

  • @@ -1467,9 +1467,9 @@

    Submodulesstr) – mount options for the filesystem

    +
  • mountopts (str) – mount options for the filesystem

  • size – the filesystem’s size in MiB

  • -
  • exists (bool) – indicates whether this is an existing filesystem

  • +
  • exists (bool) – indicates whether this is an existing filesystem

  • @@ -1502,9 +1502,9 @@

    Submodulesstr) – mount options for the filesystem

    +
  • mountopts (str) – mount options for the filesystem

  • size – the filesystem’s size in MiB

  • -
  • exists (bool) – indicates whether this is an existing filesystem

  • +
  • exists (bool) – indicates whether this is an existing filesystem

  • @@ -1531,9 +1531,9 @@

    Submodulesstr) – mount options for the filesystem

    +
  • mountopts (str) – mount options for the filesystem

  • size – the filesystem’s size in MiB

  • -
  • exists (bool) – indicates whether this is an existing filesystem

  • +
  • exists (bool) – indicates whether this is an existing filesystem

  • @@ -1560,9 +1560,9 @@

    Submodulesstr) – mount options for the filesystem

    +
  • mountopts (str) – mount options for the filesystem

  • size – the filesystem’s size in MiB

  • -
  • exists (bool) – indicates whether this is an existing filesystem

  • +
  • exists (bool) – indicates whether this is an existing filesystem

  • @@ -1580,7 +1580,7 @@

    Submodules
    Return type:
    -

    str

    +

    str

    @@ -1605,9 +1605,9 @@

    Submodulesstr) – mount options for the filesystem

    +
  • mountopts (str) – mount options for the filesystem

  • size – the filesystem’s size in MiB

  • -
  • exists (bool) – indicates whether this is an existing filesystem

  • +
  • exists (bool) – indicates whether this is an existing filesystem

  • @@ -1639,9 +1639,9 @@

    Submodulesstr) – mount options for the filesystem

    +
  • mountopts (str) – mount options for the filesystem

  • size – the filesystem’s size in MiB

  • -
  • exists (bool) – indicates whether this is an existing filesystem

  • +
  • exists (bool) – indicates whether this is an existing filesystem

  • @@ -1668,9 +1668,9 @@

    Submodulesstr) – mount options for the filesystem

    +
  • mountopts (str) – mount options for the filesystem

  • size – the filesystem’s size in MiB

  • -
  • exists (bool) – indicates whether this is an existing filesystem

  • +
  • exists (bool) – indicates whether this is an existing filesystem

  • @@ -1707,9 +1707,9 @@

    Submodulesstr) – mount options for the filesystem

    +
  • mountopts (str) – mount options for the filesystem

  • size – the filesystem’s size in MiB

  • -
  • exists (bool) – indicates whether this is an existing filesystem

  • +
  • exists (bool) – indicates whether this is an existing filesystem

  • @@ -1736,9 +1736,9 @@

    Submodulesstr) – mount options for the filesystem

    +
  • mountopts (str) – mount options for the filesystem

  • size – the filesystem’s size in MiB

  • -
  • exists (bool) – indicates whether this is an existing filesystem

  • +
  • exists (bool) – indicates whether this is an existing filesystem

  • @@ -1764,9 +1764,9 @@

    Submodulesstr) – mount options for the filesystem

    +
  • mountopts (str) – mount options for the filesystem

  • size – the filesystem’s size in MiB

  • -
  • exists (bool) – indicates whether this is an existing filesystem

  • +
  • exists (bool) – indicates whether this is an existing filesystem

  • @@ -1792,9 +1792,9 @@

    Submodulesstr) – mount options for the filesystem

    +
  • mountopts (str) – mount options for the filesystem

  • size – the filesystem’s size in MiB

  • -
  • exists (bool) – indicates whether this is an existing filesystem

  • +
  • exists (bool) – indicates whether this is an existing filesystem

  • @@ -1851,9 +1851,9 @@

    Submodulesstr) – mount options for the filesystem

    +
  • mountopts (str) – mount options for the filesystem

  • size – the filesystem’s size in MiB

  • -
  • exists (bool) – indicates whether this is an existing filesystem

  • +
  • exists (bool) – indicates whether this is an existing filesystem

  • @@ -1879,9 +1879,9 @@

    Submodulesstr) – mount options for the filesystem

    +
  • mountopts (str) – mount options for the filesystem

  • size – the filesystem’s size in MiB

  • -
  • exists (bool) – indicates whether this is an existing filesystem

  • +
  • exists (bool) – indicates whether this is an existing filesystem

  • @@ -1908,9 +1908,9 @@

    Submodulesstr) – mount options for the filesystem

    +
  • mountopts (str) – mount options for the filesystem

  • size – the filesystem’s size in MiB

  • -
  • exists (bool) – indicates whether this is an existing filesystem

  • +
  • exists (bool) – indicates whether this is an existing filesystem

  • @@ -1947,7 +1947,7 @@

    Submodules
    class blivet.formats.fslib.FSResize
    -

    Bases: object

    +

    Bases: object

    OFFLINE_GROW = 4
    @@ -1987,10 +1987,10 @@

    SubmodulesParameters:
    • device – the path to the underlying device

    • -
    • exists (bool) – indicates whether this is an existing format

    • +
    • exists (bool) – indicates whether this is an existing format

    • name – the name of the mapped device

    • algorithm – integrity algorithm (HMAC is not supported)

    • -
    • sector_size (int) – integrity sector size

    • +
    • sector_size (int) – integrity sector size

    @@ -2025,20 +2025,20 @@

    Submodules
    • device – the path to the underlying device

    • uuid – the LUKS UUID

    • -
    • exists (bool) – indicates whether this is an existing format

    • +
    • exists (bool) – indicates whether this is an existing format

    • name – the name of the mapped device

    • -
    • passphrase (str) – device passphrase

    • -
    • key_file (str) – path to a file containing a key

    • -
    • cipher (str) – cipher mode

    • -
    • key_size (int) – key size in bits

    • -
    • escrow_cert (str) – certificate (contents) to use for key escrow

    • +
    • passphrase (str) – device passphrase

    • +
    • key_file (str) – path to a file containing a key

    • +
    • cipher (str) – cipher mode

    • +
    • key_size (int) – key size in bits

    • +
    • escrow_cert (str) – certificate (contents) to use for key escrow

    • add_backup_passphrase (bool.) – generate a backup passphrase?

    • -
    • min_luks_entropy (int) – minimum entropy in bits required for +

    • min_luks_entropy (int) – minimum entropy in bits required for format creation

    • -
    • luks_version (str) – luks format version (“luks1” or “luks2”)

    • +
    • luks_version (str) – luks format version (“luks1” or “luks2”)

    • pbkdf_args (LUKS2PBKDFArgs) – optional arguments for LUKS2 key derivation function (for non-existent format only)

    • -
    • luks_sector_size (int) – encryption sector size (use only with LUKS version 2)

    • +
    • luks_sector_size (int) – encryption sector size (use only with LUKS version 2)

    @@ -2156,7 +2156,7 @@

    Submodules
    class blivet.formats.luks.LUKS2PBKDFArgs(type=None, max_memory_kb=0, iterations=0, time_ms=0, hash_fn=None)
    -

    Bases: object

    +

    Bases: object

    PBKDF arguments for LUKS 2 format

    @@ -2173,7 +2173,7 @@

    Submodules diff --git a/blivet/blivet.html b/blivet/blivet.html index 6995c8d4f..790ae81f9 100644 --- a/blivet/blivet.html +++ b/blivet/blivet.html @@ -6,7 +6,7 @@ - blivet package — Blivet 3.8.1 documentation + blivet package — Blivet 3.8.2 documentation @@ -37,7 +37,7 @@

    Navigation

  • previous |
  • - + @@ -2360,7 +2360,7 @@

    Submodules
    class blivet.actionlist.ActionList(addfunc=None, removefunc=None)
    -

    Bases: object

    +

    Bases: object

    add(action)
    @@ -2376,10 +2376,10 @@

    SubmodulesParameters:
    • device (StorageDevice or None) – device to match

    • -
    • action_type (str or None) – action type to match (eg: “create”, “destroy”)

    • -
    • object_type (str or None) – operand type to match (eg: “device” or “format”)

    • -
    • path (str or None) – device path to match

    • -
    • devid (int or None) – device id to match

    • +
    • action_type (str or None) – action type to match (eg: “create”, “destroy”)

    • +
    • object_type (str or None) – operand type to match (eg: “device” or “format”)

    • +
    • path (str or None) – device path to match

    • +
    • devid (int or None) – device id to match

    Returns:
    @@ -2592,7 +2592,7 @@

    Submodules

    boolean

    Parameters:
    -

    bits (int) – The number of bits used to define a memory address.

    +

    bits (int) – The number of bits used to define a memory address.

    @@ -2631,7 +2631,7 @@

    Submodules

    boolean

    Parameters:
    -

    bits (int) – The number of bits used to define a memory address.

    +

    bits (int) – The number of bits used to define a memory address.

    @@ -2684,7 +2684,7 @@

    Submodules

    boolean

    Parameters:
    -

    bits (int) – The number of bits used to define a memory address.

    +

    bits (int) – The number of bits used to define a memory address.

    @@ -2710,7 +2710,7 @@

    Submodules
    class blivet.blivet.Blivet
    -

    Bases: object

    +

    Bases: object

    Top-level class for managing storage configuration.

    @@ -2783,7 +2783,7 @@

    Submodules

    list of dependent devices

    Return type:
    -

    list

    +

    list

    @@ -2878,15 +2878,15 @@

    Submodules
    Parameters:
    Returns:

    dict with disk name keys and tuple (disk, fs) free values

    Return type:
    -

    dict

    +

    dict

    @@ -2973,9 +2973,9 @@

    Submodules
    Parameters:
      -
    • fmt_args (dict) – arguments for format constructor

    • -
    • mountpoint (str) – mountpoint for format (filesystem)

    • -
    • subvol (bool) – whether this is a subvol (as opposed to a volume)

    • +
    • fmt_args (dict) – arguments for format constructor

    • +
    • mountpoint (str) – mountpoint for format (filesystem)

    • +
    • subvol (bool) – whether this is a subvol (as opposed to a volume)

    Returns:
    @@ -3004,8 +3004,8 @@

    Submodules
    Parameters:
      -
    • fmt_args (dict) – arguments for format constructor

    • -
    • mountpoint (str) – mountpoint for format (filesystem)

    • +
    • fmt_args (dict) – arguments for format constructor

    • +
    • mountpoint (str) – mountpoint for format (filesystem)

    Returns:
    @@ -3031,14 +3031,14 @@

    Submodules
    Parameters:
      -
    • fmt_type (str) – format type

    • -
    • fmt_args (dict) – arguments for format constructor

    • -
    • mountpoint (str) – mountpoint for format (filesystem)

    • -
    • thin_pool (bool) – whether to create a thin pool

    • -
    • thin_volume (bool) – whether to create a thin volume

    • -
    • vdo_pool (bool) – whether to create a vdo pool

    • -
    • vdo_lv (bool) – whether to create a vdo lv

    • -
    • cache_pool (bool) – whether to create a cache pool

    • +
    • fmt_type (str) – format type

    • +
    • fmt_args (dict) – arguments for format constructor

    • +
    • mountpoint (str) – mountpoint for format (filesystem)

    • +
    • thin_pool (bool) – whether to create a thin pool

    • +
    • thin_volume (bool) – whether to create a thin volume

    • +
    • vdo_pool (bool) – whether to create a vdo pool

    • +
    • vdo_lv (bool) – whether to create a vdo lv

    • +
    • cache_pool (bool) – whether to create a cache pool

    Returns:
    @@ -3067,8 +3067,8 @@

    SubmodulesParameters:
    • vg (LVMVolumeGroupDevice) – VG to create the new LV in

    • -
    • name (str) – name of the new LV

    • -
    • seg_type (str) – segment type of the new LV

    • +
    • name (str) – name of the new LV

    • +
    • seg_type (str) – segment type of the new LV

    • from_lvs (tuple of LVMLogicalVolumeDevice) – LVs to create the new LV from (in the (data_lv, metadata_lv) order)

    @@ -3087,9 +3087,9 @@

    Submodules
    Parameters:
      -
    • fmt_type (str) – format type

    • -
    • fmt_args (dict) – arguments for format constructor

    • -
    • mountpoint (str) – mountpoint for format (filesystem)

    • +
    • fmt_type (str) – format type

    • +
    • fmt_args (dict) – arguments for format constructor

    • +
    • mountpoint (str) – mountpoint for format (filesystem)

    Returns:
    @@ -3112,9 +3112,9 @@

    Submodules
    Parameters:
      -
    • fmt_type (str) – format type

    • -
    • fmt_args (dict) – arguments for format constructor

    • -
    • mountpoint (str) – mountpoint for format (filesystem)

    • +
    • fmt_type (str) – format type

    • +
    • fmt_args (dict) – arguments for format constructor

    • +
    • mountpoint (str) – mountpoint for format (filesystem)

    @@ -3128,7 +3128,7 @@

    Submodules
    Parameters:
    -

    mountpoint (str) – mountpoint for filesystem

    +

    mountpoint (str) – mountpoint for filesystem

    Returns:

    the new device

    @@ -3251,7 +3251,7 @@

    Submodules
    Parameters:
    -

    cleanup_only (bool) – prepare the tree only to deactivate devices

    +

    cleanup_only (bool) – prepare the tree only to deactivate devices

    See devicetree.Devicetree.populate() for more information @@ -3345,7 +3345,7 @@

    Submodules

    the suggested name

    Return type:
    -

    str

    +

    str

    @@ -3358,16 +3358,16 @@

    SubmodulesParameters:
    Returns:

    the suggested name

    Return type:
    -

    str

    +

    str

    @@ -3424,7 +3424,7 @@

    Submodules
    class blivet.callbacks.CallbackList
    -

    Bases: object

    +

    Bases: object

    add(cb)
    @@ -3442,7 +3442,7 @@

    Submodules
    class blivet.callbacks.Callbacks
    -

    Bases: object

    +

    Bases: object

    A collection of callbacks for various events

    Each trigger/event gets a list of callbacks to run, represented by an instance of CallbackList.

    @@ -3523,7 +3523,7 @@

    Submodules
    class blivet.callbacks.CreateFormatPostData(msg)
    -

    Bases: tuple

    +

    Bases: tuple

    Create new instance of CreateFormatPostData(msg,)

    @@ -3536,7 +3536,7 @@

    Submodules
    class blivet.callbacks.CreateFormatPreData(msg)
    -

    Bases: tuple

    +

    Bases: tuple

    Create new instance of CreateFormatPreData(msg,)

    @@ -3549,7 +3549,7 @@

    Submodules
    class blivet.callbacks.ReportProgressData(msg)
    -

    Bases: tuple

    +

    Bases: tuple

    Create new instance of ReportProgressData(msg,)

    @@ -3562,7 +3562,7 @@

    Submodules
    class blivet.callbacks.ResizeFormatPostData(msg)
    -

    Bases: tuple

    +

    Bases: tuple

    Create new instance of ResizeFormatPostData(msg,)

    @@ -3575,7 +3575,7 @@

    Submodules
    class blivet.callbacks.ResizeFormatPreData(msg)
    -

    Bases: tuple

    +

    Bases: tuple

    Create new instance of ResizeFormatPreData(msg,)

    @@ -3588,7 +3588,7 @@

    Submodules
    class blivet.callbacks.WaitForEntropyData(msg, min_entropy)
    -

    Bases: tuple

    +

    Bases: tuple

    Create new instance of WaitForEntropyData(msg, min_entropy)

    @@ -4544,12 +4544,12 @@

    SubmodulesBlivet) – a Blivet instance

  • size (Size) – the desired size for the device

  • disks (list of StorageDevice) – the set of disks to use

  • -
  • fstype (str) – filesystem type

  • -
  • mountpoint (str) – filesystem mount point

  • -
  • label (str) – filesystem label text

  • +
  • fstype (str) – filesystem type

  • +
  • mountpoint (str) – filesystem mount point

  • +
  • label (str) – filesystem label text

  • raid_level (any valid RAID level descriptor) – raid level descriptor

  • -
  • encrypted (bool) – whether to encrypt (boolean)

  • -
  • name (str) – name of requested device

  • +
  • encrypted (bool) – whether to encrypt (boolean)

  • +
  • name (str) – name of requested device

  • device (StorageDevice) – an already-defined but non-existent device to adjust instead of creating a new device

  • @@ -4563,16 +4563,16 @@

    Submodules
    Parameters:
      -
    • container_name (str) – name of requested container

    • +
    • container_name (str) – name of requested container

    • container_raid_level (any valid RAID level descriptor) – raid level for container

    • -
    • container_encrypted (bool) – whether to encrypt the container

    • +
    • container_encrypted (bool) – whether to encrypt the container

    • container_size (Size, SIZE_POLICY_AUTO (the default), or SIZE_POLICY_MAX) – requested container size

    • -
    • min_luks_entropy (int) – minimum entropy in bits required for +

    • min_luks_entropy (int) – minimum entropy in bits required for LUKS format creation

    • -
    • luks_version (str) – luks format version (“luks1” or “luks2”)

    • +
    • luks_version (str) – luks format version (“luks1” or “luks2”)

    • pbkdf_args (LUKS2PBKDFArgs) – optional arguments for LUKS2 key derivation function

    • -
    • luks_sector_size (int) – encryption sector size (use only with LUKS version 2)

    • +
    • luks_sector_size (int) – encryption sector size (use only with LUKS version 2)

    @@ -4598,7 +4598,7 @@

    Submodules
    class blivet.devicefactory.DeviceFactory(storage, **kwargs)
    -

    Bases: object

    +

    Bases: object

    Class for creation of devices based on a top-down specification

    DeviceFactory instances can be combined/stacked to create more complex device stacks like lvm with md pvs.

    @@ -4706,12 +4706,12 @@

    SubmodulesBlivet) – a Blivet instance

  • size (Size) – the desired size for the device

  • disks (list of StorageDevice) – the set of disks to use

  • -
  • fstype (str) – filesystem type

  • -
  • mountpoint (str) – filesystem mount point

  • -
  • label (str) – filesystem label text

  • +
  • fstype (str) – filesystem type

  • +
  • mountpoint (str) – filesystem mount point

  • +
  • label (str) – filesystem label text

  • raid_level (any valid RAID level descriptor) – raid level descriptor

  • -
  • encrypted (bool) – whether to encrypt (boolean)

  • -
  • name (str) – name of requested device

  • +
  • encrypted (bool) – whether to encrypt (boolean)

  • +
  • name (str) – name of requested device

  • device (StorageDevice) – an already-defined but non-existent device to adjust instead of creating a new device

  • @@ -4725,16 +4725,16 @@

    Submodules
    Parameters:
      -
    • container_name (str) – name of requested container

    • +
    • container_name (str) – name of requested container

    • container_raid_level (any valid RAID level descriptor) – raid level for container

    • -
    • container_encrypted (bool) – whether to encrypt the container

    • +
    • container_encrypted (bool) – whether to encrypt the container

    • container_size (Size, SIZE_POLICY_AUTO (the default), or SIZE_POLICY_MAX) – requested container size

    • -
    • min_luks_entropy (int) – minimum entropy in bits required for +

    • min_luks_entropy (int) – minimum entropy in bits required for LUKS format creation

    • -
    • luks_version (str) – luks format version (“luks1” or “luks2”)

    • +
    • luks_version (str) – luks format version (“luks1” or “luks2”)

    • pbkdf_args (LUKS2PBKDFArgs) – optional arguments for LUKS2 key derivation function

    • -
    • luks_sector_size (int) – encryption sector size (use only with LUKS version 2)

    • +
    • luks_sector_size (int) – encryption sector size (use only with LUKS version 2)

    @@ -4826,12 +4826,12 @@

    SubmodulesBlivet) – a Blivet instance

  • size (Size) – the desired size for the device

  • disks (list of StorageDevice) – the set of disks to use

  • -
  • fstype (str) – filesystem type

  • -
  • mountpoint (str) – filesystem mount point

  • -
  • label (str) – filesystem label text

  • +
  • fstype (str) – filesystem type

  • +
  • mountpoint (str) – filesystem mount point

  • +
  • label (str) – filesystem label text

  • raid_level (any valid RAID level descriptor) – raid level descriptor

  • -
  • encrypted (bool) – whether to encrypt (boolean)

  • -
  • name (str) – name of requested device

  • +
  • encrypted (bool) – whether to encrypt (boolean)

  • +
  • name (str) – name of requested device

  • device (StorageDevice) – an already-defined but non-existent device to adjust instead of creating a new device

  • @@ -4845,16 +4845,16 @@

    Submodules
    Parameters:
      -
    • container_name (str) – name of requested container

    • +
    • container_name (str) – name of requested container

    • container_raid_level (any valid RAID level descriptor) – raid level for container

    • -
    • container_encrypted (bool) – whether to encrypt the container

    • +
    • container_encrypted (bool) – whether to encrypt the container

    • container_size (Size, SIZE_POLICY_AUTO (the default), or SIZE_POLICY_MAX) – requested container size

    • -
    • min_luks_entropy (int) – minimum entropy in bits required for +

    • min_luks_entropy (int) – minimum entropy in bits required for LUKS format creation

    • -
    • luks_version (str) – luks format version (“luks1” or “luks2”)

    • +
    • luks_version (str) – luks format version (“luks1” or “luks2”)

    • pbkdf_args (LUKS2PBKDFArgs) – optional arguments for LUKS2 key derivation function

    • -
    • luks_sector_size (int) – encryption sector size (use only with LUKS version 2)

    • +
    • luks_sector_size (int) – encryption sector size (use only with LUKS version 2)

    @@ -4946,12 +4946,12 @@

    SubmodulesBlivet) – a Blivet instance

  • size (Size) – the desired size for the device

  • disks (list of StorageDevice) – the set of disks to use

  • -
  • fstype (str) – filesystem type

  • -
  • mountpoint (str) – filesystem mount point

  • -
  • label (str) – filesystem label text

  • +
  • fstype (str) – filesystem type

  • +
  • mountpoint (str) – filesystem mount point

  • +
  • label (str) – filesystem label text

  • raid_level (any valid RAID level descriptor) – raid level descriptor

  • -
  • encrypted (bool) – whether to encrypt (boolean)

  • -
  • name (str) – name of requested device

  • +
  • encrypted (bool) – whether to encrypt (boolean)

  • +
  • name (str) – name of requested device

  • device (StorageDevice) – an already-defined but non-existent device to adjust instead of creating a new device

  • @@ -4965,16 +4965,16 @@

    Submodules
    Parameters:
      -
    • container_name (str) – name of requested container

    • +
    • container_name (str) – name of requested container

    • container_raid_level (any valid RAID level descriptor) – raid level for container

    • -
    • container_encrypted (bool) – whether to encrypt the container

    • +
    • container_encrypted (bool) – whether to encrypt the container

    • container_size (Size, SIZE_POLICY_AUTO (the default), or SIZE_POLICY_MAX) – requested container size

    • -
    • min_luks_entropy (int) – minimum entropy in bits required for +

    • min_luks_entropy (int) – minimum entropy in bits required for LUKS format creation

    • -
    • luks_version (str) – luks format version (“luks1” or “luks2”)

    • +
    • luks_version (str) – luks format version (“luks1” or “luks2”)

    • pbkdf_args (LUKS2PBKDFArgs) – optional arguments for LUKS2 key derivation function

    • -
    • luks_sector_size (int) – encryption sector size (use only with LUKS version 2)

    • +
    • luks_sector_size (int) – encryption sector size (use only with LUKS version 2)

    @@ -4998,20 +4998,20 @@

    Submodules
    Parameters:
      -
    • pool_name (str) – name for the VDO pool, if not specified unique name will be generated

    • +
    • pool_name (str) – name for the VDO pool, if not specified unique name will be generated

    • virtual_size – size for the VDO volume, usually bigger than pool size, if not specified physical size (pool size) will be used

    • -
    • compression (bool) – whether to enable compression (defaults to True)

    • -
    • deduplication (bool) – whether to enable deduplication (defaults to True)

    • +
    • compression (bool) – whether to enable compression (defaults to True)

    • +
    • deduplication (bool) – whether to enable deduplication (defaults to True)

    • storage (Blivet) – a Blivet instance

    • size (Size) – the desired size for the device

    • disks (list of StorageDevice) – the set of disks to use

    • -
    • fstype (str) – filesystem type

    • -
    • mountpoint (str) – filesystem mount point

    • -
    • label (str) – filesystem label text

    • +
    • fstype (str) – filesystem type

    • +
    • mountpoint (str) – filesystem mount point

    • +
    • label (str) – filesystem label text

    • raid_level (any valid RAID level descriptor) – raid level descriptor

    • -
    • encrypted (bool) – whether to encrypt (boolean)

    • -
    • name (str) – name of requested device

    • +
    • encrypted (bool) – whether to encrypt (boolean)

    • +
    • name (str) – name of requested device

    • device (StorageDevice) – an already-defined but non-existent device to adjust instead of creating a new device

    @@ -5025,16 +5025,16 @@

    Submodules
    Parameters:
      -
    • container_name (str) – name of requested container

    • +
    • container_name (str) – name of requested container

    • container_raid_level (any valid RAID level descriptor) – raid level for container

    • -
    • container_encrypted (bool) – whether to encrypt the container

    • +
    • container_encrypted (bool) – whether to encrypt the container

    • container_size (Size, SIZE_POLICY_AUTO (the default), or SIZE_POLICY_MAX) – requested container size

    • -
    • min_luks_entropy (int) – minimum entropy in bits required for +

    • min_luks_entropy (int) – minimum entropy in bits required for LUKS format creation

    • -
    • luks_version (str) – luks format version (“luks1” or “luks2”)

    • +
    • luks_version (str) – luks format version (“luks1” or “luks2”)

    • pbkdf_args (LUKS2PBKDFArgs) – optional arguments for LUKS2 key derivation function

    • -
    • luks_sector_size (int) – encryption sector size (use only with LUKS version 2)

    • +
    • luks_sector_size (int) – encryption sector size (use only with LUKS version 2)

    @@ -5051,12 +5051,12 @@

    SubmodulesBlivet) – a Blivet instance

  • size (Size) – the desired size for the device

  • disks (list of StorageDevice) – the set of disks to use

  • -
  • fstype (str) – filesystem type

  • -
  • mountpoint (str) – filesystem mount point

  • -
  • label (str) – filesystem label text

  • +
  • fstype (str) – filesystem type

  • +
  • mountpoint (str) – filesystem mount point

  • +
  • label (str) – filesystem label text

  • raid_level (any valid RAID level descriptor) – raid level descriptor

  • -
  • encrypted (bool) – whether to encrypt (boolean)

  • -
  • name (str) – name of requested device

  • +
  • encrypted (bool) – whether to encrypt (boolean)

  • +
  • name (str) – name of requested device

  • device (StorageDevice) – an already-defined but non-existent device to adjust instead of creating a new device

  • @@ -5070,16 +5070,16 @@

    Submodules
    Parameters:
      -
    • container_name (str) – name of requested container

    • +
    • container_name (str) – name of requested container

    • container_raid_level (any valid RAID level descriptor) – raid level for container

    • -
    • container_encrypted (bool) – whether to encrypt the container

    • +
    • container_encrypted (bool) – whether to encrypt the container

    • container_size (Size, SIZE_POLICY_AUTO (the default), or SIZE_POLICY_MAX) – requested container size

    • -
    • min_luks_entropy (int) – minimum entropy in bits required for +

    • min_luks_entropy (int) – minimum entropy in bits required for LUKS format creation

    • -
    • luks_version (str) – luks format version (“luks1” or “luks2”)

    • +
    • luks_version (str) – luks format version (“luks1” or “luks2”)

    • pbkdf_args (LUKS2PBKDFArgs) – optional arguments for LUKS2 key derivation function

    • -
    • luks_sector_size (int) – encryption sector size (use only with LUKS version 2)

    • +
    • luks_sector_size (int) – encryption sector size (use only with LUKS version 2)

    @@ -5134,12 +5134,12 @@

    SubmodulesBlivet) – a Blivet instance

  • size (Size) – the desired size for the device

  • disks (list of StorageDevice) – the set of disks to use

  • -
  • fstype (str) – filesystem type

  • -
  • mountpoint (str) – filesystem mount point

  • -
  • label (str) – filesystem label text

  • +
  • fstype (str) – filesystem type

  • +
  • mountpoint (str) – filesystem mount point

  • +
  • label (str) – filesystem label text

  • raid_level (any valid RAID level descriptor) – raid level descriptor

  • -
  • encrypted (bool) – whether to encrypt (boolean)

  • -
  • name (str) – name of requested device

  • +
  • encrypted (bool) – whether to encrypt (boolean)

  • +
  • name (str) – name of requested device

  • device (StorageDevice) – an already-defined but non-existent device to adjust instead of creating a new device

  • @@ -5153,16 +5153,16 @@

    Submodules
    Parameters:
      -
    • container_name (str) – name of requested container

    • +
    • container_name (str) – name of requested container

    • container_raid_level (any valid RAID level descriptor) – raid level for container

    • -
    • container_encrypted (bool) – whether to encrypt the container

    • +
    • container_encrypted (bool) – whether to encrypt the container

    • container_size (Size, SIZE_POLICY_AUTO (the default), or SIZE_POLICY_MAX) – requested container size

    • -
    • min_luks_entropy (int) – minimum entropy in bits required for +

    • min_luks_entropy (int) – minimum entropy in bits required for LUKS format creation

    • -
    • luks_version (str) – luks format version (“luks1” or “luks2”)

    • +
    • luks_version (str) – luks format version (“luks1” or “luks2”)

    • pbkdf_args (LUKS2PBKDFArgs) – optional arguments for LUKS2 key derivation function

    • -
    • luks_sector_size (int) – encryption sector size (use only with LUKS version 2)

    • +
    • luks_sector_size (int) – encryption sector size (use only with LUKS version 2)

    @@ -5227,12 +5227,12 @@

    SubmodulesBlivet) – a Blivet instance

  • size (Size) – the desired size for the device

  • disks (list of StorageDevice) – the set of disks to use

  • -
  • fstype (str) – filesystem type

  • -
  • mountpoint (str) – filesystem mount point

  • -
  • label (str) – filesystem label text

  • +
  • fstype (str) – filesystem type

  • +
  • mountpoint (str) – filesystem mount point

  • +
  • label (str) – filesystem label text

  • raid_level (any valid RAID level descriptor) – raid level descriptor

  • -
  • encrypted (bool) – whether to encrypt (boolean)

  • -
  • name (str) – name of requested device

  • +
  • encrypted (bool) – whether to encrypt (boolean)

  • +
  • name (str) – name of requested device

  • device (StorageDevice) – an already-defined but non-existent device to adjust instead of creating a new device

  • @@ -5246,16 +5246,16 @@

    Submodules
    Parameters:
      -
    • container_name (str) – name of requested container

    • +
    • container_name (str) – name of requested container

    • container_raid_level (any valid RAID level descriptor) – raid level for container

    • -
    • container_encrypted (bool) – whether to encrypt the container

    • +
    • container_encrypted (bool) – whether to encrypt the container

    • container_size (Size, SIZE_POLICY_AUTO (the default), or SIZE_POLICY_MAX) – requested container size

    • -
    • min_luks_entropy (int) – minimum entropy in bits required for +

    • min_luks_entropy (int) – minimum entropy in bits required for LUKS format creation

    • -
    • luks_version (str) – luks format version (“luks1” or “luks2”)

    • +
    • luks_version (str) – luks format version (“luks1” or “luks2”)

    • pbkdf_args (LUKS2PBKDFArgs) – optional arguments for LUKS2 key derivation function

    • -
    • luks_sector_size (int) – encryption sector size (use only with LUKS version 2)

    • +
    • luks_sector_size (int) – encryption sector size (use only with LUKS version 2)

    @@ -5306,7 +5306,7 @@

    Submodules
    Parameters:
    -

    device_type (int) – an enumeration indicating the device type

    +

    device_type (int) – an enumeration indicating the device type

    Returns:

    a set of supported raid levels for this device type

    @@ -5323,13 +5323,13 @@

    Submodules
    Parameters:
    -

    device_type (int) – an enumeration indicating the device type

    +

    device_type (int) – an enumeration indicating the device type

    Returns:

    True if this device type is supported

    Return type:
    -

    bool

    +

    bool

    @@ -5344,8 +5344,8 @@

    Submodules
    Parameters:
      -
    • ignored_disks (list) – ignored disks

    • -
    • exclusive_disks (list) – exclusive didks

    • +
    • ignored_disks (list) – ignored disks

    • +
    • exclusive_disks (list) – exclusive didks

    @@ -5356,8 +5356,8 @@

    Submodules
    Parameters:
      -
    • ignored_disks (list) – ignored disks

    • -
    • exclusive_disks (list) – exclusive didks

    • +
    • ignored_disks (list) – ignored disks

    • +
    • exclusive_disks (list) – exclusive didks

    @@ -5368,7 +5368,7 @@

    Submodules
    class blivet.devicetree.DeviceTreeBase(ignored_disks=None, exclusive_disks=None)
    -

    Bases: object

    +

    Bases: object

    A quasi-tree that represents the devices in the system.

    The tree contains a list of StorageDevice instances, which does not necessarily reflect the actual state of the system’s @@ -5385,8 +5385,8 @@

    Submodules
    Parameters:
      -
    • ignored_disks (list) – ignored disks

    • -
    • exclusive_disks (list) – exclusive didks

    • +
    • ignored_disks (list) – ignored disks

    • +
    • exclusive_disks (list) – exclusive didks

    @@ -5427,7 +5427,7 @@

    Submodules

    set of devices

    Return type:
    -

    set of strings

    +

    set of strings

    Raise ValueError if unknown tag encountered in taglist

    @@ -5452,7 +5452,7 @@

    SubmodulesParameters:
    @@ -5465,9 +5465,9 @@

    Submodules
    Parameters:
      -
    • id_num (int) – the id to look for

    • -
    • incomplete (bool) – include incomplete devices in search

    • -
    • hidden (bool) – include hidden devices in search

    • +
    • id_num (int) – the id to look for

    • +
    • incomplete (bool) – include incomplete devices in search

    • +
    • hidden (bool) – include hidden devices in search

    Returns:
    @@ -5486,9 +5486,9 @@

    Submodules
    Parameters:
      -
    • label (str) – the filesystem label to match

    • -
    • incomplete (bool) – include incomplete devices in search

    • -
    • hidden (bool) – include hidden devices in search

    • +
    • label (str) – the filesystem label to match

    • +
    • incomplete (bool) – include incomplete devices in search

    • +
    • hidden (bool) – include hidden devices in search

    Returns:
    @@ -5507,9 +5507,9 @@

    Submodules
    Parameters:
      -
    • name (str) – the name to look for

    • -
    • incomplete (bool) – include incomplete devices in search

    • -
    • hidden (bool) – include hidden devices in search

    • +
    • name (str) – the name to look for

    • +
    • incomplete (bool) – include incomplete devices in search

    • +
    • hidden (bool) – include hidden devices in search

    Returns:
    @@ -5530,9 +5530,9 @@

    Submodules
    Parameters:
      -
    • path (str) – the path to match

    • -
    • incomplete (bool) – include incomplete devices in search

    • -
    • hidden (bool) – include hidden devices in search

    • +
    • path (str) – the path to match

    • +
    • incomplete (bool) – include incomplete devices in search

    • +
    • hidden (bool) – include hidden devices in search

    Returns:
    @@ -5551,9 +5551,9 @@

    Submodules
    Parameters:
      -
    • path (str) – the sysfs path to match

    • -
    • incomplete (bool) – include incomplete devices in search

    • -
    • hidden (bool) – include hidden devices in search

    • +
    • path (str) – the sysfs path to match

    • +
    • incomplete (bool) – include incomplete devices in search

    • +
    • hidden (bool) – include hidden devices in search

    Returns:
    @@ -5572,9 +5572,9 @@

    Submodules
    Parameters:
      -
    • uuid (str) – the UUID to match

    • -
    • incomplete (bool) – include incomplete devices in search

    • -
    • hidden (bool) – include hidden devices in search

    • +
    • uuid (str) – the UUID to match

    • +
    • incomplete (bool) – include incomplete devices in search

    • +
    • hidden (bool) – include hidden devices in search

    Returns:
    @@ -5701,8 +5701,8 @@

    Submodules
    Parameters:
      -
    • ignored_disks (list) – ignored disks

    • -
    • exclusive_disks (list) – exclusive didks

    • +
    • ignored_disks (list) – ignored disks

    • +
    • exclusive_disks (list) – exclusive didks

    @@ -5718,11 +5718,11 @@

    Submodules
    Parameters:
      -
    • devspec (str) – a string describing a block device

    • +
    • devspec (str) – a string describing a block device

    • blkid_tab (BlkidTab) – blkid info

    • crypt_tab (CryptTab) – crypto info

    • -
    • options (str) – mount options

    • -
    • subvolspec (str) – btrfs subvolume specification

    • +
    • options (str) – mount options

    • +
    • subvolspec (str) – btrfs subvolume specification

    Returns:
    @@ -5795,7 +5795,7 @@

    Submodules
    exception blivet.errors.BTRFSValueError(*args, **kwargs)
    -

    Bases: BTRFSError, ValueError

    +

    Bases: BTRFSError, ValueError

    @@ -5926,7 +5926,7 @@

    Submodules
    exception blivet.errors.DuplicateUUIDError(message, dev_name=None)
    -

    Bases: UnusableConfigurationError, ValueError

    +

    Bases: UnusableConfigurationError, ValueError

    suggestion = 'This is usually caused by cloning the device image resulting in duplication of the UUID value which should be unique. In that case you can either disconnect one of the devices or reformat it.'
    @@ -5966,7 +5966,7 @@

    Submodules
    exception blivet.errors.FCoEError(*args, **kwargs)
    -

    Bases: StorageError, OSError

    +

    Bases: StorageError, OSError

    @@ -6044,13 +6044,13 @@

    Submodules
    exception blivet.errors.ISCSIError(*args, **kwargs)
    -

    Bases: StorageError, OSError

    +

    Bases: StorageError, OSError

    exception blivet.errors.InconsistentPVSectorSize(*args, **kwargs)
    -

    Bases: DeviceError, ValueError

    +

    Bases: DeviceError, ValueError

    @@ -6121,7 +6121,7 @@

    Submodules
    exception blivet.errors.NVMeError(*args, **kwargs)
    -

    Bases: StorageError, OSError

    +

    Bases: StorageError, OSError

    @@ -6169,7 +6169,7 @@

    Submodules
    exception blivet.errors.StorageError(*args, **kwargs)
    -

    Bases: Exception

    +

    Bases: Exception

    @@ -6221,7 +6221,7 @@

    Submodules
    class blivet.fcoe.FCoE
    -

    Bases: object

    +

    Bases: object

    FCoE utility class.

    This class will automatically discover and connect to EDD configured FCoE SAN’s when the startup() method gets called. It can also be @@ -6270,7 +6270,7 @@

    Submodules
    class blivet.flags.Flags
    -

    Bases: object

    +

    Bases: object

    get_boot_cmdline()
    @@ -6302,13 +6302,13 @@

    Submodules
    class blivet.iscsi.LoginInfo(node, logged_in)
    -

    Bases: object

    +

    Bases: object

    class blivet.iscsi.NodeInfo(name, tpgt, address, port, iface)
    -

    Bases: object

    +

    Bases: object

    Simple representation of node information.

    @@ -6322,7 +6322,7 @@

    Submodules
    class blivet.iscsi.TargetInfo(ipaddr, port)
    -

    Bases: tuple

    +

    Bases: tuple

    Create new instance of TargetInfo(ipaddr, port)

    @@ -6346,7 +6346,7 @@

    Submodules
    class blivet.iscsi.iSCSI
    -

    Bases: object

    +

    Bases: object

    iSCSI utility class.

    This class will automatically discover and login to iBFT (or other firmware) configured iscsi devices when the startup() method @@ -6380,18 +6380,18 @@

    Submodules
    Parameters:
      -
    • ipaddr (str) – target IP address

    • -
    • port (str) – target port

    • -
    • user (str or NoneType) – CHAP username for node login

    • -
    • pw (str or NoneType) – CHAP password for node login

    • +
    • ipaddr (str) – target IP address

    • +
    • port (str) – target port

    • +
    • user (str or NoneType) – CHAP username for node login

    • +
    • pw (str or NoneType) – CHAP password for node login

    • user_in – reverse CHAP username for node login

    • -
    • pw_in (str or NoneType) – reverse CHAP password for node login

    • -
    • target (str or NoneType) – only add this target (if present)

    • -
    • iface (str or NoneType) – interface to use

    • -
    • discover_user (str or NoneType) – CHAP username for discovery

    • -
    • discover_pw (str or NoneType) – CHAP password for discovery

    • +
    • pw_in (str or NoneType) – reverse CHAP password for node login

    • +
    • target (str or NoneType) – only add this target (if present)

    • +
    • iface (str or NoneType) – interface to use

    • +
    • discover_user (str or NoneType) – CHAP username for discovery

    • +
    • discover_pw (str or NoneType) – CHAP password for discovery

    • discover_user_in – reverse CHAP username for discovery

    • -
    • discover_pw_in (str or NoneType) – reverse CHAP password for discovery

    • +
    • discover_pw_in (str or NoneType) – reverse CHAP password for discovery

    @@ -6453,10 +6453,10 @@

    SubmodulesParameters:

    • node (NodeInfo) – node to log into

    • -
    • username (str) – username to use when logging in

    • -
    • password (str) – password to use when logging in

    • -
    • r_username (str) – r_username to use when logging in

    • -
    • r_password (str) – r_password to use when logging in

    • +
    • username (str) – username to use when logging in

    • +
    • password (str) – password to use when logging in

    • +
    • r_username (str) – r_username to use when logging in

    • +
    • r_password (str) – r_password to use when logging in

    @@ -6507,7 +6507,7 @@

    Submodules
    class blivet.mounts.MountsCache
    -

    Bases: object

    +

    Bases: object

    Cache object for system mountpoints; checks /proc/mounts and /proc/self/mountinfo for up-to-date information.

    @@ -6518,14 +6518,14 @@

    SubmodulesParameters:
    Returns:

    list of mountpoints (path)

    Return type:
    -

    list of str or empty list

    +

    list of str or empty list

    @@ -6541,7 +6541,7 @@

    Submodules
    Parameters:
    -

    path (str) – Path to check

    +

    path (str) – Path to check

    @@ -6554,7 +6554,7 @@

    Submodules
    class blivet.nvme.NVMe
    -

    Bases: object

    +

    Bases: object

    NVMe utility class.

    Warning

    @@ -6568,7 +6568,7 @@

    Submodules
    -write(root)
    +write(root, overwrite=True)

    @@ -6585,12 +6585,12 @@

    Submodules
    class blivet.partitioning.Chunk(length, requests=None)
    -

    Bases: object

    +

    Bases: object

    A free region from which devices will be allocated

    Parameters:
      -
    • length (int) – the length of the chunk (units vary with subclass)

    • +
    • length (int) – the length of the chunk (units vary with subclass)

    • requests (list of Request) – list of requests to add

    @@ -6618,7 +6618,7 @@

    Submodules
    Parameters:
    -

    uniform (bool) – grow requests uniformly instead of proportionally

    +

    uniform (bool) – grow requests uniformly instead of proportionally

    The default mode of growth is as follows: given a total number of @@ -6659,7 +6659,7 @@

    SubmodulesParameters:
    • request (Request) – the request to reclaim units from

    • -
    • amount (int) – number of units to reclaim from the request

    • +
    • amount (int) – number of units to reclaim from the request

    Raises:
    @@ -6695,14 +6695,14 @@

    SubmodulesParameters:
    • req (Request) – the request to trim

    • -
    • base (int) – base unit count to adjust if req is done growing

    • +
    • base (int) – base unit count to adjust if req is done growing

    Returns:

    the new base or None if no base was given

    Return type:
    -

    int or None

    +

    int or None

    @@ -6803,7 +6803,7 @@

    Submodules
    class blivet.partitioning.Request(device)
    -

    Bases: object

    +

    Bases: object

    A partition request.

    Request instances are used for calculating how much to grow partitions.

    @@ -6835,14 +6835,14 @@

    Submodules
    class blivet.partitioning.SameSizeSet(devices, size, grow=False, max_size=None)
    -

    Bases: object

    +

    Bases: object

    Set of device requests with a common target size.

    Parameters:
    • devices (list of PartitionDevice) – the set of devices

    • size (Size) – target size for each device/request

    • -
    • grow (bool) – whether the devices can be grown

    • +
    • grow (bool) – whether the devices can be grown

    • max_size (Size) – the maximum size for growable devices

    @@ -6867,7 +6867,7 @@

    Submodules
    class blivet.partitioning.TotalSizeSet(devices, size)
    -

    Bases: object

    +

    Bases: object

    Set of device requests with a target combined size.

    This will be handled by growing the requests until the desired combined size has been achieved.

    @@ -6948,8 +6948,8 @@

    Submodulesparted.Geometry) – the free region in which to place the new partition

  • part_type (a parted.PARTITION_* constant) – the partition type

  • size (Size) – size of the new partition

  • -
  • start (int) – starting sector for the partition

  • -
  • end (int) – ending sector for the partition

  • +
  • start (int) – starting sector for the partition

  • +
  • end (int) – ending sector for the partition

  • Raises:
    @@ -7048,10 +7048,10 @@

    Submodulesparted.Disk) – the disk

  • part_type (one of parted's PARTITION_* constants) – the type of partition we want to allocate

  • req_size (Size) – the requested size of the partition in MiB

  • -
  • start (int) – requested start sector for the partition

  • -
  • boot (bool) – whether this will be a bootable partition

  • +
  • start (int) – requested start sector for the partition

  • +
  • boot (bool) – whether this will be a bootable partition

  • best_free (parted.Geometry) – current best free region for this partition

  • -
  • grow (bool) – indicates whether this is a growable request

  • +
  • grow (bool) – indicates whether this is a growable request

  • alignment (parted.Alignment) – disk alignment requirements

  • @@ -7089,7 +7089,7 @@

    SubmodulesParameters:
    Returns:
    @@ -7210,7 +7210,7 @@

    Submodules

    see above

    Return type:
    -

    int

    +

    int

    @@ -7247,7 +7247,7 @@

    SubmodulesParameters:
    @@ -7262,7 +7262,7 @@

    Submodules
    Parameters:
    @@ -7290,7 +7290,7 @@

    Submodules

    sector count

    Return type:
    -

    int

    +

    int

    @@ -7336,7 +7336,7 @@

    Submodules
    exception blivet.safe_dbus.SafeDBusError
    -

    Bases: Exception

    +

    Bases: Exception

    Class for exceptions defined in this module.

    @@ -7350,10 +7350,10 @@

    Submodules
    Parameters:
      -
    • service (str) – DBus service to use

    • -
    • obj_path (str) – object path of the object to call method on

    • -
    • iface (str) – interface to use

    • -
    • method (str) – name of the method to call

    • +
    • service (str) – DBus service to use

    • +
    • obj_path (str) – object path of the object to call method on

    • +
    • iface (str) – interface to use

    • +
    • method (str) – name of the method to call

    • args (GVariant) – arguments to pass to the method

    • connection (Gio.DBusConnection) – connection to use (if None, a new connection is established)

    • @@ -7401,7 +7401,7 @@

      SubmodulesRaises:
      • DBusCallError – if some DBus related error appears

      • -
      • OSError – if unable to set the effective UID

      • +
      • OSError – if unable to set the effective UID

      @@ -7420,9 +7420,9 @@

      Submodules
      Parameters:
        -
      • service (str) – DBus service to use

      • -
      • obj_path (str) – object path

      • -
      • iface (str) – interface to use

      • +
      • service (str) – DBus service to use

      • +
      • obj_path (str) – object path

      • +
      • iface (str) – interface to use

      • connection (Gio.DBusConnection) – connection to use (if None, a new connection is established)

      @@ -7447,10 +7447,10 @@

      Submodules
      Parameters:
        -
      • service (str) – DBus service to use

      • -
      • obj_path (str) – object path

      • -
      • iface (str) – interface to use

      • -
      • prop_name (str) – name of the property

      • +
      • service (str) – DBus service to use

      • +
      • obj_path (str) – object path

      • +
      • iface (str) – interface to use

      • +
      • prop_name (str) – name of the property

      • connection (Gio.DBusConnection) – connection to use (if None, a new connection is established)

      @@ -7499,7 +7499,7 @@

      Submodules

      Decimal

      Raises:
      -

      ValueError – if Size unit specifier is non-positive

      +

      ValueError – if Size unit specifier is non-positive

      @@ -7547,16 +7547,16 @@

      SubmodulesParameters:
      Returns:

      a representation of the size

      Return type:
      -

      str

      +

      str

      @@ -7592,7 +7592,7 @@

      SubmodulesParameters:
      Return type:
      @@ -7620,9 +7620,9 @@

      SubmodulesParameters:
      • log_func – the desired logging function

      • -
      • fmt_str (str) – a format string for any additional message

      • -
      • fmt_args (a list of str) – arguments for the format string

      • -
      • ignored (bool) – True if no action is taken regarding the exception

      • +
      • fmt_str (str) – a format string for any additional message

      • +
      • fmt_args (a list of str) – arguments for the format string

      • +
      • ignored (bool) – True if no action is taken regarding the exception

      @@ -7649,13 +7649,13 @@

      Submodules
      class blivet.threads.SynchronizedABCMeta(name, bases, dct)
      -

      Bases: SynchronizedMeta, ABCMeta

      +

      Bases: SynchronizedMeta, ABCMeta

      class blivet.threads.SynchronizedMeta(name, bases, dct)
      -

      Bases: type

      +

      Bases: type

      Metaclass that wraps all methods with the exclusive decorator.

      To prevent specific methods from being wrapped, add the method name(s) to a class attribute called _unsynchronized_methods (list of str).

      @@ -7688,7 +7688,7 @@

      Submodules
      exception blivet.tsort.CyclicGraphError
      -

      Bases: Exception

      +

      Bases: Exception

      @@ -7879,10 +7879,10 @@

      Submodulesblivet.udev.device_get_md_container(info)
      Parameters:
      -

      info (dict) – dictionary of name-value pairs as strings

      +

      info (dict) – dictionary of name-value pairs as strings

      Return type:
      -

      str or NoneType

      +

      str or NoneType

      @@ -7893,13 +7893,13 @@

      Submodules
      Parameters:
      -

      info (dict) – dictionary of name-value pairs as strings

      +

      info (dict) – dictionary of name-value pairs as strings

      Returns:

      the uuid of this device (which is a member of an md array)

      Return type:
      -

      str or NoneType

      +

      str or NoneType

    @@ -7911,13 +7911,13 @@

    Submodules
    Parameters:
    -

    info (dict) – dictionary of name-value pairs as strings

    +

    info (dict) – dictionary of name-value pairs as strings

    Returns:

    the number of devices belonging to this device’s md array

    Return type:
    -

    int

    +

    int

    Raises:

    KeyError, ValueError

    @@ -7931,13 +7931,13 @@

    Submodules
    Parameters:
    -

    info (dict) – dictionary of name-value pairs as strings

    +

    info (dict) – dictionary of name-value pairs as strings

    Returns:

    the RAID level of this device’s md array

    Return type:
    -

    str or NoneType

    +

    str or NoneType

    @@ -7948,13 +7948,13 @@

    Submodules
    Parameters:
    -

    info (dict) – dictionary of name-value pairs as strings

    +

    info (dict) – dictionary of name-value pairs as strings

    Returns:

    the metadata version number of the md array

    Return type:
    -

    str or NoneType

    +

    str or NoneType

    @@ -7965,13 +7965,13 @@

    Submodules
    Parameters:
    -

    info (dict) – dictionary of name-value pairs as strings

    +

    info (dict) – dictionary of name-value pairs as strings

    Returns:

    the name of this device’s md array

    Return type:
    -

    str or NoneType

    +

    str or NoneType

    @@ -7982,13 +7982,13 @@

    Submodules
    Parameters:
    -

    info (dict) – dictionary of name-value pairs as strings

    +

    info (dict) – dictionary of name-value pairs as strings

    Returns:

    the UUID of this device’s md array

    Return type:
    -

    str

    +

    str

    Raises:

    KeyError

    @@ -8064,7 +8064,7 @@

    Submodules

    list of symbolic links

    Return type:
    -

    list of str

    +

    list of str

    @@ -8080,13 +8080,13 @@

    Submodules
    Parameters:
    -

    udev_info (dict) – dictionary of name-value pairs as strings

    +

    udev_info (dict) – dictionary of name-value pairs as strings

    Returns:

    a UUID or None

    Return type:
    -

    str or NoneType

    +

    str or NoneType

    @@ -8355,7 +8355,7 @@

    Submodulesblivet.udev.resolve_glob(glob)
    Parameters:
    -

    glob (str) – glob to match device names against

    +

    glob (str) – glob to match device names against

    Returns:

    list of udev info objects matching :param:`glob`

    @@ -8383,7 +8383,7 @@

    Submodules

    True if we detect a chroot environment, False otherwise

    Return type:
    -

    bool

    +

    bool

    @@ -8394,7 +8394,7 @@

    Submodules
    Parameters:
    -

    quiet (bool) – bypass blivet.util.run_program()

    +

    quiet (bool) – bypass blivet.util.run_program()

    @@ -8410,7 +8410,7 @@

    Submodules
    class blivet.util.DependencyGuard(exn_cls=<class 'blivet.errors.DependencyError'>)
    -

    Bases: object

    +

    Bases: object

    check_avail(onetime=False)
    @@ -8439,7 +8439,7 @@

    Submodules
    class blivet.util.EvalMode(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)
    -

    Bases: Enum

    +

    Bases: Enum

    always = 2
    @@ -8455,7 +8455,7 @@

    Submodules
    class blivet.util.ObjectID(*args, **kwargs)
    -

    Bases: object

    +

    Bases: object

    This class is meant to be extended by other classes which require an ID which is preserved when an object copy is made. The value returned by the builtin function id() is not adequate: @@ -8470,7 +8470,7 @@

    Submodules
    class blivet.util.Path(path, *args, **kwds)
    -

    Bases: str

    +

    Bases: str

    Path(path, root=None) provides a filesystem path object, which automatically normalizes slashes, assumes appends are what you always hoped os.path.join() was (but with out the weird slash @@ -8519,7 +8519,7 @@

    Submodules
    -startswith(prefix[, start[, end]]) bool
    +startswith(prefix[, start[, end]]) bool

    Return True if S starts with the specified prefix, False otherwise. With optional start, test S beginning at that position. With optional end, stop comparing S at that position. @@ -8545,13 +8545,13 @@

    Submodules
    Parameters:
    -

    a_uuid (str) – the UUID

    +

    a_uuid (str) – the UUID

    Returns:

    a canonicalized UUID

    Return type:
    -

    str

    +

    str

    mdadm’s UUIDs are actual 128 bit uuids, but it formats them strangely. @@ -8590,7 +8590,7 @@

    Submodules

    0 if first == second, 1 if first > second, -1 if first < second

    Return type:
    -

    int

    +

    int

    This method replaces Python 2 cmp() built-in-function.

    @@ -8602,7 +8602,7 @@

    Submodules
    Parameters:
    -

    path (str) – the full path to the file

    +

    path (str) – the full path to the file

    :param Size size: the size of the file @@ -8615,7 +8615,7 @@

    Submodules
    Parameters:
    -

    name (str) – suffix for filename

    +

    name (str) – suffix for filename

    :param Size size: the file size @@ -8638,9 +8638,9 @@

    Submodules
    Parameters:
      -
    • name (str) – name of the new class

    • -
    • fields (list of str or (str, object) objects) – field descriptions - an iterable of either “name” or (“name”, default_value)

    • -
    • doc (str) – the docstring for the new class (should at least describe the meanings and +

    • name (str) – name of the new class

    • +
    • fields (list of str or (str, object) objects) – field descriptions - an iterable of either “name” or (“name”, default_value)

    • +
    • doc (str) – the docstring for the new class (should at least describe the meanings and types of fields)

    @@ -8648,7 +8648,7 @@

    Submodules

    a new default namedtuple class

    Return type:
    -

    type

    +

    type

    @@ -8660,8 +8660,8 @@

    Submodules
    Parameters:
      -
    • version (str) – version in which the deprecation is effective

    • -
    • message (str) – message suggesting a preferred alternative

    • +
    • version (str) – version in which the deprecation is effective

    • +
    • message (str) – message suggesting a preferred alternative

    @@ -8699,15 +8699,15 @@

    Submodules
    Parameters:
      -
    • module (str) – a kernel module

    • -
    • parameter (str) – a module parameter

    • +
    • module (str) – a kernel module

    • +
    • parameter (str) – a module parameter

    Returns:

    the value of the given kernel module parameter or None

    Return type:
    -

    str

    +

    str

    @@ -8724,13 +8724,13 @@

    Submodules
    Parameters:
    -

    dev (str) – Device path

    +

    dev (str) – Device path

    Returns:

    A list of mountpoints or []

    Return type:
    -

    list

    +

    list

    @@ -8768,8 +8768,8 @@

    Submodules
    Parameters:
      -
    • text (str) – the text to indent

    • -
    • spaces (int) – the number of spaces to indent text

    • +
    • text (str) – the text to indent

    • +
    • spaces (int) – the number of spaces to indent text

    @@ -8848,7 +8848,7 @@

    Submodules

    True if the value is a power of 2

    Return type:
    -

    bool

    +

    bool

    @@ -8866,7 +8866,7 @@

    Submodules
    Parameters:
    @@ -8938,9 +8938,9 @@

    Submodules
    Parameters:
      -
    • log_dir (str) – path to directory where log files are

    • -
    • log_prefix (str) – prefix for log file names

    • -
    • console_logs (list) – list of log names to output on the console

    • +
    • log_dir (str) – path to directory where log files are

    • +
    • log_prefix (str) – prefix for log file names

    • +
    • console_logs (list) – list of log names to output on the console

    @@ -8957,7 +8957,7 @@

    Submodules
    Parameters:
    -

    name (str) – suffix for filename

    +

    name (str) – suffix for filename

    :param Size size: the file size

    @@ -8970,13 +8970,13 @@

    Submodules
    Parameters:
    -

    inputstr (str) – the string to convert

    +

    inputstr (str) – the string to convert

    Returns:

    a string with the correct type

    Return type:
    -

    str

    +

    str

    This method is for use in __str__ calls to ensure that they always @@ -9013,7 +9013,7 @@

    Submodules
    Parameters:
    -

    inputstr (str) – the string to convert

    +

    inputstr (str) – the string to convert

    Returns:

    a string with the correct type

    @@ -9036,11 +9036,11 @@

    Submodules
    Parameters:
      -
    • obj (object) – a python object to be copied.

    • -
    • memo (dict) – a dictionary of already copied items

    • -
    • omit (iterable of str) – a list of names of attributes not to copy

    • -
    • shallow (iterable of str) – a list of names of attributes to shallow copy

    • -
    • duplicate (iterable of str) – a list of names of attributes to duplicate

    • +
    • obj (object) – a python object to be copied.

    • +
    • memo (dict) – a dictionary of already copied items

    • +
    • omit (iterable of str) – a list of names of attributes not to copy

    • +
    • shallow (iterable of str) – a list of names of attributes to shallow copy

    • +
    • duplicate (iterable of str) – a list of names of attributes to duplicate

    @@ -9100,7 +9100,7 @@

    Submodules
    class blivet.zfcp.ZFCPDeviceBase(devnum)
    -

    Bases: ABC

    +

    Bases: ABC

    An abstract base class for zFCP storage devices.

    @@ -9172,7 +9172,7 @@

    Submodules
    class blivet.zfcp.zFCP
    -

    Bases: object

    +

    Bases: object

    ZFCP utility class.

    This class will automatically online to ZFCP drives configured in /tmp/fcpconfig when the startup() method gets called. It can also be @@ -10163,7 +10163,7 @@

    Navigation

  • previous |
  • - +

    diff --git a/blivet/blivet.populator.helpers.html b/blivet/blivet.populator.helpers.html index bb360a066..c7d577c25 100644 --- a/blivet/blivet.populator.helpers.html +++ b/blivet/blivet.populator.helpers.html @@ -6,7 +6,7 @@ - blivet.populator.helpers package — Blivet 3.8.1 documentation + blivet.populator.helpers package — Blivet 3.8.2 documentation @@ -37,7 +37,7 @@

    Navigation

  • previous |
  • - + @@ -951,7 +951,7 @@

    Submodules
    class blivet.populator.helpers.populatorhelper.PopulatorHelper(devicetree, data, device=None)
    -

    Bases: object

    +

    Bases: object

    Class to hold type-specific code for populating the devicetree.

    :param DeviceTree devicetree: the calling devicetree :param pyudev.Device data: udev data describing a device @@ -1374,7 +1374,7 @@

    Navigation

  • previous |
  • - + diff --git a/blivet/blivet.populator.html b/blivet/blivet.populator.html index 7b94dd984..5ae252d86 100644 --- a/blivet/blivet.populator.html +++ b/blivet/blivet.populator.html @@ -6,7 +6,7 @@ - blivet.populator package — Blivet 3.8.1 documentation + blivet.populator package — Blivet 3.8.2 documentation @@ -37,7 +37,7 @@

    Navigation

  • previous |
  • - + @@ -296,7 +296,7 @@

    Submodules
    class blivet.populator.populator.PopulatorMixin(disk_images=None)
    -

    Bases: object

    +

    Bases: object

    Parameters:

    disk_images – dictoinary of disk images

    @@ -357,7 +357,7 @@

    Submodules
    Parameters:
    -

    images (dict) – dict with image name keys and filename values

    +

    images (dict) – dict with image name keys and filename values

    @@ -477,7 +477,7 @@

    Navigation

  • previous |
  • - + diff --git a/blivet/blivet.static_data.html b/blivet/blivet.static_data.html index db77103db..8807036f5 100644 --- a/blivet/blivet.static_data.html +++ b/blivet/blivet.static_data.html @@ -6,7 +6,7 @@ - blivet.static_data package — Blivet 3.8.1 documentation + blivet.static_data package — Blivet 3.8.2 documentation @@ -37,7 +37,7 @@

    Navigation

  • previous |
  • - + @@ -58,7 +58,7 @@

    Submodules
    class blivet.static_data.luks_data.LUKS_Data
    -

    Bases: object

    +

    Bases: object

    Class to be used as a singleton. Maintains the LUKS data.

    @@ -120,7 +120,7 @@

    Submodules
    class blivet.static_data.lvm_info.LVsInfo
    -

    Bases: object

    +

    Bases: object

    Class to be used as a singleton. Maintains the LVs cache.

    @@ -138,7 +138,7 @@

    Submodules
    class blivet.static_data.lvm_info.PVsInfo
    -

    Bases: object

    +

    Bases: object

    Class to be used as a singleton. Maintains the PVs cache.

    @@ -156,7 +156,7 @@

    Submodules
    class blivet.static_data.lvm_info.VGsInfo
    -

    Bases: object

    +

    Bases: object

    Class to be used as a singleton. Maintains the VGs cache.

    @@ -177,7 +177,7 @@

    Submodules
    class blivet.static_data.mpath_info.MpathMembers
    -

    Bases: object

    +

    Bases: object

    A cache for querying multipath member devices

    @@ -190,7 +190,7 @@

    Submodules
    Parameters:
    -

    device (str) – path of the device to query

    +

    device (str) – path of the device to query

    @@ -201,7 +201,7 @@

    Submodules
    Parameters:
    -

    device (str) – path of the device to check and add

    +

    device (str) – path of the device to check and add

    @@ -214,7 +214,7 @@

    Submodules
    class blivet.static_data.nvdimm.NVDIMM
    -

    Bases: object

    +

    Bases: object

    NVDIMM utility class.

    Warning

    @@ -290,7 +290,7 @@

    Submodules
    class blivet.static_data.stratis_info.StratisBlockdevInfo(path, uuid, pool_name, pool_uuid, object_path)
    -

    Bases: tuple

    +

    Bases: tuple

    Create new instance of StratisBlockdevInfo(path, uuid, pool_name, pool_uuid, object_path)

    @@ -327,7 +327,7 @@

    Submodules
    class blivet.static_data.stratis_info.StratisFilesystemInfo(name, uuid, used_size, pool_name, pool_uuid, object_path)
    -

    Bases: tuple

    +

    Bases: tuple

    Create new instance of StratisFilesystemInfo(name, uuid, used_size, pool_name, pool_uuid, object_path)

    @@ -370,7 +370,7 @@

    Submodules
    class blivet.static_data.stratis_info.StratisInfo
    -

    Bases: object

    +

    Bases: object

    Class to be used as a singleton. Maintains the Stratis devices info cache.

    @@ -418,7 +418,7 @@

    Submodules
    class blivet.static_data.stratis_info.StratisLockedPoolInfo(uuid, key_desc, devices)
    -

    Bases: tuple

    +

    Bases: tuple

    Create new instance of StratisLockedPoolInfo(uuid, key_desc, devices)

    @@ -443,7 +443,7 @@

    Submodules
    class blivet.static_data.stratis_info.StratisPoolInfo(name, uuid, physical_size, physical_used, object_path, encrypted)
    -

    Bases: tuple

    +

    Bases: tuple

    Create new instance of StratisPoolInfo(name, uuid, physical_size, physical_used, object_path, encrypted)

    @@ -658,7 +658,7 @@

    Navigation

  • previous |
  • - + diff --git a/blivet/blivet.tasks.html b/blivet/blivet.tasks.html index 80f0e7702..315ea87eb 100644 --- a/blivet/blivet.tasks.html +++ b/blivet/blivet.tasks.html @@ -6,7 +6,7 @@ - blivet.tasks package — Blivet 3.8.1 documentation + blivet.tasks package — Blivet 3.8.2 documentation @@ -37,7 +37,7 @@

    Navigation

  • previous |
  • - + @@ -58,12 +58,12 @@

    Submodules
    class blivet.tasks.availability.AppVersionInfo(app_name, required_version, version_opt, version_regex)
    -

    Bases: object

    +

    Bases: object

    Initializer.

    Parameters:
      -
    • app_name (str) – the name of the application

    • +
    • app_name (str) – the name of the application

    • required_version (distutils.LooseVersion or NoneType) – the required version for this application

    • version_opt – command line option to print version of this application

    • version_regex – regular expression to extract version from @@ -92,7 +92,7 @@

      Submodules

      [] if the name of the plugin is loaded

    Return type:
    -

    list of str

    +

    list of str

    @@ -102,12 +102,12 @@

    Submodules
    class blivet.tasks.availability.BlockDevTechInfo(plugin_name, check_fn, technologies)
    -

    Bases: object

    +

    Bases: object

    Initializer.

    Parameters:
      -
    • plugin_name (str) – the name of the libblockdev plugin

    • +
    • plugin_name (str) – the name of the libblockdev plugin

    • check_fn – function used to check for support availability

    • technologies – list of required technologies

    @@ -134,7 +134,7 @@

    Submodules

    [] if the name of the plugin is loaded

    Return type:
    -

    list of str

    +

    list of str

    @@ -144,14 +144,14 @@

    Submodules
    class blivet.tasks.availability.ExternalResource(method, name)
    -

    Bases: object

    +

    Bases: object

    An external resource.

    Initializes an instance of an external resource.

    Parameters:
    • method (Method) – A method object

    • -
    • name (str) – the name of the external resource

    • +
    • name (str) – the name of the external resource

    @@ -164,7 +164,7 @@

    Submodules

    [] if the resource is available

    Return type:
    -

    list of str

    +

    list of str

    @@ -178,7 +178,7 @@

    Submodules

    True if the resource is available

    Return type:
    -

    bool

    +

    bool

    @@ -188,7 +188,7 @@

    Submodules
    class blivet.tasks.availability.Method
    -

    Bases: object

    +

    Bases: object

    Method for determining if external resource is available.

    @@ -202,7 +202,7 @@

    Submodules

    [] if the external resource is available

    Return type:
    -

    list of str

    +

    list of str

    @@ -228,7 +228,7 @@

    Submodules

    [] if the external resource is available

    Return type:
    -

    list of str

    +

    list of str

    @@ -578,7 +578,7 @@

    Submodules

    a string representing the output of the command

    Return type:
    -

    str

    +

    str

    Raises:

    FSError – if info cannot be obtained

    @@ -725,10 +725,10 @@

    Submodules
    Parameters:
    -

    label (str) – the label for this filesystem

    +

    label (str) – the label for this filesystem

    Return type:
    -

    bool

    +

    bool

    @@ -751,10 +751,10 @@

    Submodules
    Parameters:
    -

    label (str) – the label for this filesystem

    +

    label (str) – the label for this filesystem

    Return type:
    -

    bool

    +

    bool

    @@ -777,10 +777,10 @@

    Submodules
    Parameters:
    -

    label (str) – the label for this filesystem

    +

    label (str) – the label for this filesystem

    Return type:
    -

    bool

    +

    bool

    @@ -790,7 +790,7 @@

    Submodules
    class blivet.tasks.fslabeling.FSLabeling
    -

    Bases: object

    +

    Bases: object

    An abstract class that represents filesystem labeling actions.

    @@ -817,10 +817,10 @@

    Submodules
    Parameters:
    -

    label (str) – the label for this filesystem

    +

    label (str) – the label for this filesystem

    Return type:
    -

    bool

    +

    bool

    @@ -843,10 +843,10 @@

    Submodules
    Parameters:
    -

    label (str) – the label for this filesystem

    +

    label (str) – the label for this filesystem

    Return type:
    -

    bool

    +

    bool

    @@ -869,10 +869,10 @@

    Submodules
    Parameters:
    -

    label (str) – the label for this filesystem

    +

    label (str) – the label for this filesystem

    Return type:
    -

    bool

    +

    bool

    @@ -895,10 +895,10 @@

    Submodules
    Parameters:
    -

    label (str) – the label for this filesystem

    +

    label (str) – the label for this filesystem

    Return type:
    -

    bool

    +

    bool

    @@ -921,10 +921,10 @@

    Submodules
    Parameters:
    -

    label (str) – the label for this filesystem

    +

    label (str) – the label for this filesystem

    Return type:
    -

    bool

    +

    bool

    @@ -947,10 +947,10 @@

    Submodules
    Parameters:
    -

    label (str) – the label for this filesystem

    +

    label (str) – the label for this filesystem

    Return type:
    -

    bool

    +

    bool

    @@ -973,10 +973,10 @@

    Submodules
    Parameters:
    -

    label (str) – the label for this filesystem

    +

    label (str) – the label for this filesystem

    Return type:
    -

    bool

    +

    bool

    @@ -1189,10 +1189,10 @@

    Submodules
    Parameters:
    -

    uuid (str) – the UUID to set

    +

    uuid (str) – the UUID to set

    Return type:
    -

    list of str

    +

    list of str

    @@ -1248,10 +1248,10 @@

    Submodules
    Parameters:
    -

    uuid (str) – the UUID to set

    +

    uuid (str) – the UUID to set

    Return type:
    -

    list of str

    +

    list of str

    @@ -1381,10 +1381,10 @@

    Submodules
    Parameters:
    -

    uuid (str) – the UUID to set

    +

    uuid (str) – the UUID to set

    Return type:
    -

    list of str

    +

    list of str

    @@ -1439,7 +1439,7 @@

    Submodules

    True if this task can label the filesystem

    Return type:
    -

    bool

    +

    bool

    @@ -1453,7 +1453,7 @@

    Submodules

    True if nodiscard can be set

    Return type:
    -

    bool

    +

    bool

    @@ -1467,7 +1467,7 @@

    Submodules

    True if UUID can be set

    Return type:
    -

    bool

    +

    bool

    @@ -1484,9 +1484,9 @@

    Submodules
    Parameters:
    @@ -1499,10 +1499,10 @@

    Submodules
    Parameters:
    -

    uuid (str) – the UUID to set

    +

    uuid (str) – the UUID to set

    Return type:
    -

    list of str

    +

    list of str

    @@ -1900,10 +1900,10 @@

    Submodules
    Parameters:
    -

    uuid (str) – the UUID to set

    +

    uuid (str) – the UUID to set

    Return type:
    -

    list of str

    +

    list of str

    @@ -2025,10 +2025,10 @@

    Submodules
    Parameters:
    -

    uuid (str) – the UUID to set

    +

    uuid (str) – the UUID to set

    Return type:
    -

    list of str

    +

    list of str

    @@ -2151,8 +2151,8 @@

    Submodules
    Parameters:
    @@ -2174,13 +2174,13 @@

    Submodules
    Parameters:
    -

    options (str or NoneType) – mount options

    +

    options (str or NoneType) – mount options

    Returns:

    the options used by the task

    Return type:
    -

    str

    +

    str

    @@ -2194,7 +2194,7 @@

    Submodules

    mount type string

    Return type:
    -

    str

    +

    str

    @@ -2288,7 +2288,7 @@

    Submodules

    mount type string

    Return type:
    -

    str

    +

    str

    @@ -2479,7 +2479,7 @@

    Submodules

    the filesystem label

    Return type:
    -

    str

    +

    str

    @@ -3246,10 +3246,10 @@

    Submodules
    Parameters:
    -

    uuid (str) – the UUID for this filesystem

    +

    uuid (str) – the UUID for this filesystem

    Return type:
    -

    bool

    +

    bool

    @@ -3267,10 +3267,10 @@

    Submodules
    Parameters:
    -

    uuid (str) – the UUID for this filesystem

    +

    uuid (str) – the UUID for this filesystem

    Return type:
    -

    bool

    +

    bool

    @@ -3280,7 +3280,7 @@

    Submodules
    class blivet.tasks.fsuuid.FSUUID
    -

    Bases: object

    +

    Bases: object

    An abstract class that represents filesystem actions for setting the UUID.

    @@ -3290,10 +3290,10 @@

    Submodules
    Parameters:
    -

    uuid (str) – the UUID for this filesystem

    +

    uuid (str) – the UUID for this filesystem

    Return type:
    -

    bool

    +

    bool

    @@ -3311,10 +3311,10 @@

    Submodules
    Parameters:
    -

    uuid (str) – the UUID for this filesystem

    +

    uuid (str) – the UUID for this filesystem

    Return type:
    -

    bool

    +

    bool

    @@ -3332,10 +3332,10 @@

    Submodules
    Parameters:
    -

    uuid (str) – the UUID for this filesystem

    +

    uuid (str) – the UUID for this filesystem

    Return type:
    -

    bool

    +

    bool

    @@ -3353,10 +3353,10 @@

    Submodules
    Parameters:
    -

    uuid (str) – the UUID for this filesystem

    +

    uuid (str) – the UUID for this filesystem

    Return type:
    -

    bool

    +

    bool

    @@ -3374,10 +3374,10 @@

    Submodules
    Parameters:
    -

    uuid (str) – the UUID for this filesystem

    +

    uuid (str) – the UUID for this filesystem

    Return type:
    -

    bool

    +

    bool

    @@ -3395,10 +3395,10 @@

    Submodules
    Parameters:
    -

    uuid (str) – the UUID for this filesystem

    +

    uuid (str) – the UUID for this filesystem

    Return type:
    -

    bool

    +

    bool

    @@ -4087,7 +4087,7 @@

    Submodules
    class blivet.tasks.task.Task
    -

    Bases: object

    +

    Bases: object

    An abstract class that represents some task.

    @@ -4104,7 +4104,7 @@

    Submodules

    True if the task is available

    Return type:
    -

    bool

    +

    bool

    @@ -4935,7 +4935,7 @@

    Navigation

  • previous |
  • - + diff --git a/blivet/modules.html b/blivet/modules.html index b4c11f305..0bba4c9c8 100644 --- a/blivet/modules.html +++ b/blivet/modules.html @@ -6,7 +6,7 @@ - blivet — Blivet 3.8.1 documentation + blivet — Blivet 3.8.2 documentation @@ -29,7 +29,7 @@

    Navigation

  • modules |
  • - + @@ -1089,7 +1089,7 @@

    Navigation

  • modules |
  • - + diff --git a/dbus.html b/dbus.html index 8b9719ca3..d6c2defdd 100644 --- a/dbus.html +++ b/dbus.html @@ -6,7 +6,7 @@ - DBus Interface — Blivet 3.8.1 documentation + DBus Interface — Blivet 3.8.2 documentation @@ -37,7 +37,7 @@

    Navigation

  • previous |
  • - + @@ -328,7 +328,7 @@

    Navigation

  • previous |
  • - + diff --git a/genindex.html b/genindex.html index e359aabc6..77ebb8054 100644 --- a/genindex.html +++ b/genindex.html @@ -5,7 +5,7 @@ - Index — Blivet 3.8.1 documentation + Index — Blivet 3.8.2 documentation @@ -28,7 +28,7 @@

    Navigation

  • modules |
  • - + @@ -6569,7 +6569,7 @@

    Navigation

  • modules |
  • - + diff --git a/index.html b/index.html index 62ae788b2..a3c2bc227 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ - Welcome to Blivet’s documentation! — Blivet 3.8.1 documentation + Welcome to Blivet’s documentation! — Blivet 3.8.2 documentation @@ -33,7 +33,7 @@

    Navigation

  • next |
  • - + @@ -126,7 +126,7 @@

    Navigation

  • next |
  • - + diff --git a/intro.html b/intro.html index ffbfdab7f..114c82405 100644 --- a/intro.html +++ b/intro.html @@ -6,7 +6,7 @@ - Introduction to Blivet — Blivet 3.8.1 documentation + Introduction to Blivet — Blivet 3.8.2 documentation @@ -37,7 +37,7 @@

    Navigation

  • previous |
  • - + @@ -297,7 +297,7 @@

    Navigation

  • previous |
  • - + diff --git a/lvmvdo.html b/lvmvdo.html index b7feb661d..4e3af03c0 100644 --- a/lvmvdo.html +++ b/lvmvdo.html @@ -6,7 +6,7 @@ - LVM VDO support — Blivet 3.8.1 documentation + LVM VDO support — Blivet 3.8.2 documentation @@ -33,7 +33,7 @@

    Navigation

  • previous |
  • - + @@ -191,7 +191,7 @@

    Navigation

  • previous |
  • - + diff --git a/objects.inv b/objects.inv index 16ad93fe8..24cf1561c 100644 Binary files a/objects.inv and b/objects.inv differ diff --git a/py-modindex.html b/py-modindex.html index 6cff53c41..7fd988ee1 100644 --- a/py-modindex.html +++ b/py-modindex.html @@ -5,7 +5,7 @@ - Python Module Index — Blivet 3.8.1 documentation + Python Module Index — Blivet 3.8.2 documentation @@ -31,7 +31,7 @@

    Navigation

  • modules |
  • - + @@ -710,7 +710,7 @@

    Navigation

  • modules |
  • - + diff --git a/search.html b/search.html index 7223c4fa2..fa087e50d 100644 --- a/search.html +++ b/search.html @@ -5,7 +5,7 @@ - Search — Blivet 3.8.1 documentation + Search — Blivet 3.8.2 documentation @@ -34,7 +34,7 @@

    Navigation

  • modules |
  • - + @@ -94,7 +94,7 @@

    Navigation

  • modules |
  • - + diff --git a/searchindex.js b/searchindex.js index 51e11728c..e1d6146b0 100644 --- a/searchindex.js +++ b/searchindex.js @@ -1 +1 @@ -Search.setIndex({"docnames": ["_inheritance", "api", "api/blivet", "api/devices", "api/events", "api/formats", "blivet/blivet", "blivet/blivet.dbus", "blivet/blivet.devicelibs", "blivet/blivet.devices", "blivet/blivet.events", "blivet/blivet.formats", "blivet/blivet.populator", "blivet/blivet.populator.helpers", "blivet/blivet.static_data", "blivet/blivet.tasks", "blivet/modules", "dbus", "index", "intro", "lvmvdo", "testing", "tests/conftest", "tests/modules", "tests/run_tests", "tests/storage_tests", "tests/storage_tests.devices_test", "tests/storage_tests.formats_test", "tests/unit_tests", "tests/unit_tests.devicelibs_test", "tests/unit_tests.devices_test", "tests/unit_tests.formats_tests", "tests/unit_tests.udev_data", "tests/vmtests"], "filenames": ["_inheritance.rst", "api.rst", "api/blivet.rst", "api/devices.rst", "api/events.rst", "api/formats.rst", "blivet/blivet.rst", "blivet/blivet.dbus.rst", "blivet/blivet.devicelibs.rst", "blivet/blivet.devices.rst", "blivet/blivet.events.rst", "blivet/blivet.formats.rst", "blivet/blivet.populator.rst", "blivet/blivet.populator.helpers.rst", "blivet/blivet.static_data.rst", "blivet/blivet.tasks.rst", "blivet/modules.rst", "dbus.rst", "index.rst", "intro.rst", "lvmvdo.rst", "testing.rst", "tests/conftest.rst", "tests/modules.rst", "tests/run_tests.rst", "tests/storage_tests.rst", "tests/storage_tests.devices_test.rst", "tests/storage_tests.formats_test.rst", "tests/unit_tests.rst", "tests/unit_tests.devicelibs_test.rst", "tests/unit_tests.devices_test.rst", "tests/unit_tests.formats_tests.rst", "tests/unit_tests.udev_data.rst", "tests/vmtests.rst"], "titles": ["Test Suite Inheritance Diagram", "Public API", "blivet", "devices", "events", "formats", "blivet package", "blivet.dbus package", "blivet.devicelibs package", "blivet.devices package", "blivet.events package", "blivet.formats package", "blivet.populator package", "blivet.populator.helpers package", "blivet.static_data package", "blivet.tasks package", "blivet", "DBus Interface", "Welcome to Blivet\u2019s documentation!", "Introduction to Blivet", "LVM VDO support", "Testing Blivet", "conftest module", "tests", "run_tests module", "storage_tests package", "storage_tests.devices_test package", "storage_tests.formats_test package", "unit_tests package", "unit_tests.devicelibs_test package", "unit_tests.devices_test package", "unit_tests.formats_tests package", "unit_tests.udev_data package", "vmtests package"], "terms": {"blivet": [0, 1, 17], "": [0, 1, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 17, 19, 21], "reli": [0, 9, 21], "base": [0, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 17, 21], "class": [0, 1, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 19, 21], "shown": 0, "below": [0, 6, 9, 21], "These": [0, 6, 9, 20, 21], "take": [0, 6, 9, 11], "care": 0, "work": [0, 6, 9], "fake": [0, 6], "block": [0, 6, 8, 9, 10, 11, 15, 21], "loop": [0, 3, 6, 12, 16, 21], "devic": [0, 1, 2, 5, 6, 8, 10, 11, 12, 13, 14, 15, 16, 17, 19, 20, 21], "actual": [0, 6, 8, 9, 11, 15, 19, 21], "case": [0, 6, 8, 9, 11, 12, 14, 15, 19, 20, 21], "either": [0, 6, 7, 9, 11, 19], "unittest": [0, 21], "testcas": [0, 21], "one": [0, 6, 8, 9, 11, 14, 19, 20], "some": [0, 6, 8, 9, 11, 14, 15, 19, 20], "us": [0, 1, 6, 7, 8, 9, 10, 11, 14, 15, 17, 19, 20, 21], "requir": [0, 6, 7, 8, 9, 11, 15, 16, 19, 21], "more": [0, 6, 8, 9, 11, 21], "level": [0, 1, 3, 6, 8, 9, 17, 19, 21], "abstract": [0, 6, 8, 9, 10, 15], "which": [0, 1, 6, 7, 8, 9, 10, 11, 15, 17, 19, 20, 21], "i": [0, 1, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 17, 19, 20, 21], "follow": [0, 6, 9, 19, 21], "note": [0, 6, 8, 9, 10, 11, 21], "sphinx": 0, "ext": [0, 6, 15], "inheritance_diagram": 0, "possibl": [0, 6, 9, 11, 15, 20, 21], "gener": [0, 1, 6, 8, 9, 10, 11, 20, 21], "an": [0, 1, 6, 7, 8, 9, 10, 11, 13, 14, 15, 17, 19, 20, 21], "all": [0, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 17, 19, 21], "avail": [0, 1, 2, 6, 7, 8, 9, 11, 14, 16, 21], "The": [0, 1, 6, 7, 8, 9, 11, 13, 15, 17, 19, 21], "ones": 0, "abov": [0, 1, 6], "ar": [0, 1, 6, 7, 8, 9, 10, 11, 12, 13, 15, 19, 20, 21], "consid": [0, 1, 6, 9], "bit": [0, 6, 8, 10, 11, 19], "import": [0, 6, 19], "If": [0, 6, 7, 8, 9, 10, 11, 12, 19, 21], "you": [0, 1, 6, 9, 11, 19, 21], "want": [0, 6, 11, 13, 19], "see": [0, 2, 3, 5, 6, 9, 11, 17, 19], "other": [0, 6, 7, 9, 11, 17, 21], "add": [0, 1, 2, 6, 8, 9, 10, 11, 13, 14, 16, 19], "markup": 0, "thi": [0, 1, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 17, 19, 20, 21], "document": [0, 20, 21], "rebuild": 0, "module_nam": 0, "classnam": 0, "should": [1, 6, 8, 9, 10, 11, 12, 13], "exhaust": [1, 11], "list": [1, 6, 7, 8, 9, 11, 13, 15, 19, 21], "anyth": [1, 6], "unstabl": 1, "subject": 1, "chang": [1, 6, 7, 9, 11, 13, 14, 16, 17, 19], "between": [1, 6, 12], "minor": [1, 9], "releas": [1, 7], "packag": [1, 5, 16, 18, 21, 23], "event": [1, 6, 13, 16], "format": [1, 3, 6, 8, 9, 12, 13, 15, 16, 17, 19, 20], "In": [1, 6, 9, 21], "There": [1, 8, 21], "coupl": 1, "strang": [1, 6], "situat": 1, "deserv": 1, "devicetre": [1, 2, 9, 10, 13, 14, 16, 17, 19, 20], "action": [1, 2, 6, 9, 10, 15, 16, 17], "find": [1, 2, 6, 16], "prune": [1, 2, 6, 16], "remov": [1, 2, 6, 7, 9, 10, 11, 16, 17, 19, 20], "sort": [1, 2, 6, 9, 13, 16], "cancel_disk_act": [1, 2, 6, 16], "itself": [1, 6, 7, 8, 9, 19], "mean": [1, 6, 9, 10, 11, 12, 19], "constructor": [1, 6, 7, 9, 11], "interfac": [1, 6, 7, 8, 9, 18], "stabl": 1, "ha": [1, 6, 8, 9, 10, 11, 12, 15, 19, 20], "attribut": [1, 2, 6, 9, 11, 19], "instanc": [1, 6, 7, 8, 9, 10, 11, 13, 14, 15, 19, 20], "actionlist": [1, 2, 16], "isn": [1, 11, 20], "t": [1, 6, 9, 11, 14, 15, 17, 19, 20, 21], "method": [1, 2, 6, 7, 8, 9, 11, 13, 15, 17, 19], "under": [1, 6, 8, 11], "iscsi": [1, 2, 9, 16], "create_interfac": [1, 2, 6, 16], "modul": [1, 16, 18, 19, 20, 23], "contain": [1, 6, 8, 11, 16, 17, 19], "shouldn": [1, 6], "creat": [1, 6, 7, 8, 9, 10, 11, 13, 14, 15, 17, 19, 20, 21], "instead": [1, 6, 8, 9, 15], "exist": [1, 3, 5, 6, 8, 9, 11, 13, 17, 19, 20, 21], "exampl": [1, 6, 8, 9, 19, 20], "incomplet": [1, 6, 8], "were": [1, 6], "complet": [1, 3, 6, 9], "would": [1, 6, 8, 19], "onli": [1, 6, 7, 8, 9, 10, 11, 20, 21], "member": [1, 3, 6, 8, 9, 11, 14, 21], "autopart": 2, "do_autopart": 2, "do_reqpart": 2, "swap_suggest": 2, "btrfs_volum": [2, 6, 16], "copi": [2, 6, 8, 14, 16], "create_devic": [2, 6, 16, 19, 20], "default_fstyp": [2, 6, 16], "destroy_devic": [2, 6, 16, 19], "disk": [2, 3, 6, 7, 10, 11, 12, 16, 17, 20, 21], "do_it": [2, 6, 16, 19], "factory_devic": [2, 6, 16], "file_system_free_spac": 2, "format_devic": [2, 6, 16, 19], "get_free_spac": [2, 6, 16], "get_fstyp": [2, 6, 16], "initialize_disk": [2, 6, 16], "lv": [2, 3, 6, 8, 9, 14, 16, 20], "mdarrai": [2, 6, 16], "mdcontain": [2, 6, 16], "mdmember": [2, 6, 16], "mountpoint": [2, 5, 6, 9, 11, 15, 16, 17, 19], "name": [2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 19, 20], "new_btrf": [2, 6, 16], "new_btrfs_sub_volum": [2, 6, 16], "new_lv": [2, 6, 16, 20], "new_lv_from_lv": [2, 6, 16], "new_mdarrai": [2, 6, 16], "new_partit": [2, 6, 16, 19], "new_stratis_filesystem": [2, 6, 16], "new_stratis_pool": [2, 6, 16], "new_tmp_f": [2, 6, 16], "new_vg": [2, 6, 16], "partit": [2, 3, 8, 10, 11, 12, 16, 17, 20], "pv": [2, 6, 9, 11, 14, 16], "reset": [2, 6, 7, 12, 14, 16, 17, 19], "reset_devic": [2, 6, 16], "resize_devic": [2, 6, 16, 19], "root_devic": 2, "safe_device_nam": [2, 6, 16], "save_passphras": [2, 6, 14, 16], "set_default_fstyp": [2, 6, 16], "shutdown": [2, 6, 16], "stratis_pool": [2, 6, 16], "suggest_container_nam": [2, 6, 16], "suggest_device_nam": [2, 6, 16], "swap": [2, 5, 6, 9, 16, 17], "thinlv": [2, 3, 6, 9, 16], "thinpool": [2, 3, 6, 9, 16], "vg": [2, 3, 6, 9, 11, 14, 16, 20], "deviceact": [2, 9, 16], "actionaddmemb": [2, 6, 9, 16], "actionremovememb": [2, 6, 9, 16], "actionconfiguredevic": [2, 6, 16], "actionconfigureformat": [2, 6, 16], "actioncreatedevic": [2, 6, 16], "actioncreateformat": [2, 6, 16], "actiondestroydevic": [2, 6, 16, 19], "actiondestroyformat": [2, 6, 16, 19], "actionresizedevic": [2, 6, 9, 16], "actionresizeformat": [2, 6, 16], "devicefactori": [2, 16, 17], "configur": [2, 5, 6, 11, 16, 17, 19, 20], "device_type_md": 2, "device_type_partit": 2, "device_type_btrf": 2, "device_type_disk": 2, "device_type_lvm_thinp": 2, "device_type_lvm_vdo": 2, "device_type_strati": 2, "is_supported_device_typ": [2, 6, 16], "get_device_factori": [2, 6, 16], "get_device_typ": [2, 6, 16], "size_policy_auto": [2, 6], "size_policy_max": [2, 6], "filesystem": [2, 6, 8, 9, 11, 14, 15, 16, 19, 20], "get_dependent_devic": [2, 6, 16, 19], "get_device_by_id": [2, 6, 16], "get_device_by_label": [2, 6, 16], "get_device_by_nam": [2, 6, 16, 19], "get_device_by_path": [2, 6, 16], "get_device_by_sysfs_path": [2, 6, 16], "get_device_by_uuid": [2, 6, 16], "get_disk_act": [2, 6, 16], "get_related_disk": [2, 6, 16], "handle_devic": [2, 6, 12], "handle_format": [2, 6, 12], "hide": [2, 6, 16, 19], "label": [2, 5, 6, 11, 15, 16, 17], "leav": [2, 6, 16], "popul": [2, 6, 7, 14, 16, 19], "recursive_remov": [2, 6, 16, 20], "resolve_devic": [2, 6, 16], "setup_al": [2, 6, 16], "teardown_al": [2, 6, 16], "unhid": [2, 6, 9, 16], "uuid": [2, 3, 5, 6, 8, 9, 11, 14, 15, 16, 17], "error": [2, 10, 14, 15, 16], "alignmenterror": [2, 6, 11, 16], "availabilityerror": [2, 6, 16], "btrfserror": [2, 6, 16], "btrfsvalueerror": [2, 6, 16], "corruptgpterror": [2, 6, 16], "dependencyerror": [2, 6, 14, 16], "deviceactionerror": [2, 6, 16], "devicecreateerror": [2, 6, 16], "devicedestroyerror": [2, 6, 16], "deviceerror": [2, 6, 9, 16], "devicefactoryerror": [2, 6, 16], "deviceformaterror": [2, 6, 16], "devicenotfounderror": [2, 6, 16], "deviceresizeerror": [2, 6, 16], "devicesetuperror": [2, 6, 16], "deviceteardownerror": [2, 6, 16], "devicetreeerror": [2, 6, 16], "deviceuserdeniedformaterror": [2, 6, 16], "disklabelcommiterror": [2, 6, 16], "disklabelerror": [2, 6, 16], "disklabelscanerror": [2, 6, 16], "dmerror": [2, 6, 16], "dmraidmembererror": [2, 6, 16], "duplicateuuiderror": [2, 6, 16], "duplicatevgerror": [2, 6, 16], "eventhandlingerror": [2, 6, 16], "eventmanagererror": [2, 6, 10, 16], "eventparamerror": [2, 6, 16], "fcoeerror": [2, 6, 16], "formatcreateerror": [2, 6, 11, 16], "formatdestroyerror": [2, 6, 11, 16], "formatresizeerror": [2, 6, 11, 16], "formatsetuperror": [2, 6, 11, 16], "formatteardownerror": [2, 6, 16], "fserror": [2, 6, 11, 15, 16], "fsreadlabelerror": [2, 6, 11, 16], "fsresizeerror": [2, 6, 11, 16], "fstabtypemismatcherror": [2, 6, 16], "fswritelabelerror": [2, 6, 16], "inconsistentpvsectors": [2, 6, 16], "integrityerror": [2, 6, 16], "invaliddisklabelerror": [2, 6, 16], "invalidmultideviceselect": [2, 6, 16], "iscsierror": [2, 6, 16], "lukserror": [2, 6, 15, 16], "mdmembererror": [2, 6, 16], "mpatherror": [2, 6, 16], "multipathmembererror": [2, 6, 16], "notenoughfreespaceerror": [2, 6, 16], "nodiskserror": [2, 6, 16], "nvmeerror": [2, 6, 16], "physicalvolumeerror": [2, 6, 15, 16], "partitioningerror": [2, 6, 11, 16], "raiderror": [2, 6, 8, 16], "singlephysicalvolumeerror": [2, 6, 16], "sizeplaceserror": 2, "storageerror": [2, 6, 16], "stratiserror": [2, 6, 16], "swapspaceerror": [2, 6, 11, 16], "threaderror": [2, 6, 16], "udeverror": [2, 6, 16], "unrecognizedfstabentryerror": [2, 6, 16], "unusableconfigurationerror": [2, 6, 16], "fcoe": [2, 9, 16], "add_san": [2, 6, 16], "startup": [2, 6, 16], "has_fco": [2, 6, 16], "flag": [2, 9, 16], "delete_interfac": [2, 6, 16], "discov": [2, 6, 9, 16], "ifac": [2, 6, 9], "initi": [2, 6, 7, 9, 15, 16], "initiator_set": [2, 6, 16], "log_into_nod": [2, 6, 16], "mode": [2, 3, 6, 8, 9, 11, 14, 15, 16], "do_partit": [2, 6, 16, 19], "grow_lvm": [2, 6, 16], "size": [2, 3, 5, 8, 9, 11, 14, 15, 16, 17, 19, 20], "b": [2, 6, 8, 15, 17, 19, 20], "eb": 2, "eib": 2, "gb": 2, "gib": [2, 6, 19, 20], "kb": [2, 6], "kib": [2, 6], "mb": [2, 6], "mib": [2, 6, 9, 11], "pb": 2, "pib": 2, "round_down": [2, 6], "round_up": [2, 6], "round_default": 2, "convert_to": [2, 6, 16], "human_read": [2, 6, 16], "round_to_nearest": [2, 6, 16], "tb": 2, "tib": 2, "yb": 2, "yib": 2, "zb": 2, "zib": 2, "util": [2, 9, 11, 14, 16], "set_up_log": [2, 6, 16], "zfcp": [2, 9, 16], "add_fcp": [2, 6, 16], "btrf": [3, 5, 6, 11, 12, 16], "btrfssubvolumedevic": [3, 6, 9], "inherit": [3, 5, 9, 21], "public": [3, 5, 18], "api": [3, 5, 18, 19], "vol_id": [3, 6, 9], "volum": [3, 6, 8, 9, 11, 15, 20], "btrfsvolumedevic": [3, 6, 9], "data_level": [3, 6, 9], "default_subvolum": [3, 6, 9], "metadata_level": [3, 6, 9], "diskdevic": [3, 6, 9, 19], "model": [3, 6, 9, 17, 19], "vendor": [3, 6, 9], "wwn": [3, 9], "file": [3, 6, 8, 11, 12, 16, 17], "directorydevic": [3, 6, 9], "filedevic": [3, 6, 9], "sparsefiledevic": [3, 6, 9], "loopdevic": [3, 6, 9], "luk": [3, 5, 6, 8, 12, 14, 15, 16], "luksdevic": [3, 6, 9], "map_nam": [3, 5, 6, 9], "integritydevic": [3, 6, 9], "lvm": [3, 6, 11, 12, 16, 18], "lvmcach": [3, 6, 9], "backing_device_nam": [3, 6, 9], "cache_device_nam": [3, 6, 9], "md_size": [3, 6, 8, 9], "stat": [3, 6, 9], "lvmwritecach": [3, 6, 9], "lvmcacherequest": [3, 6, 9], "fast_dev": [3, 6, 9], "pv_space_request": [3, 6, 9], "lvmlogicalvolumedevic": [3, 6, 9, 19, 20], "cach": [3, 6, 12, 14, 16], "is_internal_lv": [3, 6, 9], "is_raid_lv": [3, 6, 9], "is_snapshot_lv": [3, 6, 9], "is_thin_lv": [3, 6, 9], "is_thin_pool": [3, 6, 9], "is_vdo_lv": [3, 6, 9], "is_vdo_pool": [3, 6, 9], "is_cache_pool": [3, 6, 9], "metadata_s": [3, 6, 9], "lvmvolumegroupdevic": [3, 6, 9], "cached_lv": [3, 6, 9], "extent": [3, 6, 9, 11], "free_ext": [3, 6, 9], "free_spac": [3, 6, 9, 11], "pv_free_info": [3, 6, 9], "md": [3, 6, 16, 21], "mdraidarraydevic": [3, 6, 9, 19], "degrad": [3, 6, 9], "member_devic": [3, 6, 9], "member_statu": [3, 6, 9], "spare": [3, 6, 8, 9], "total_devic": [3, 6, 9], "nf": [3, 5, 6, 11, 16], "nfsdevic": [3, 6, 9], "optic": [3, 6, 12, 16], "opticaldevic": [3, 6, 9], "partitiondevic": [3, 6, 9, 19], "bootabl": [3, 6, 9], "is_extend": [3, 6, 9], "is_log": [3, 6, 9], "is_primari": [3, 6, 9], "storag": [3, 6, 8, 12, 16, 19, 21], "storagedevic": [3, 6, 9, 13, 19], "align_target_s": [3, 6, 9], "ancestor": [3, 6, 9, 19], "children": [3, 6, 9, 17, 20], "current_s": [3, 5, 6, 9, 11], "depends_on": [3, 6, 9, 15], "direct": [3, 6, 9], "encrypt": [3, 6, 8, 9, 11, 14, 16, 17], "format_immut": [3, 6, 9], "fstab_spec": [3, 6, 9], "is_disk": [3, 6, 9], "is_leaf": 3, "max_siz": [3, 5, 6, 9, 11], "min_siz": [3, 5, 6, 9, 11], "parent": [3, 6, 8, 9, 10, 11, 15, 17, 19, 20], "partition": [3, 6, 9], "path": [3, 6, 7, 8, 9, 11, 14, 15, 16, 17, 19], "protect": [3, 6, 9], "raw_devic": [3, 6, 9, 16], "read_onli": [3, 9], "resiz": [3, 5, 6, 9, 11, 15, 19], "setup": [3, 5, 6, 7, 9, 11, 17, 19, 20], "statu": [3, 5, 6, 9, 11, 17, 19, 20], "sysfs_path": [3, 6, 9], "tag": [3, 6, 9, 15], "target_s": [3, 5, 6, 9, 11], "teardown": [3, 5, 6, 7, 9, 11, 17, 19], "strati": [3, 5, 6, 12, 14, 16], "stratispooldevic": [3, 6, 9], "stratisfilesystemdevic": [3, 6, 9], "manag": [4, 6, 9, 11, 16, 20], "event_manag": 4, "disabl": [4, 6, 10, 14], "enabl": [4, 6, 9, 10, 14, 20], "error_cb": [4, 6, 10], "notify_cb": [4, 6, 10], "get_format": [5, 6, 11, 19], "deviceformat": [5, 6, 9, 11, 15, 19], "control": [5, 6, 7, 8, 9, 11, 19], "destroy": [5, 6, 11], "do_res": [5, 6, 11], "formatt": [5, 6, 11], "hidden": [5, 6, 11, 12], "label_format_ok": [5, 6, 11, 15], "linux_n": [5, 6, 11], "mountabl": [5, 6, 11, 17], "option": [5, 6, 8, 9, 11, 15, 17, 20], "support": [5, 6, 9, 11, 15, 18], "type": [5, 6, 8, 9, 10, 11, 13, 15, 16, 17, 20], "update_size_info": [5, 6, 11], "biosboot": [5, 6, 16], "disklabel": [5, 6, 7, 9, 12, 16, 17, 19, 20], "label_typ": [5, 6, 11], "sector_s": [5, 6, 9, 11, 14], "get_align": [5, 6, 11], "get_end_align": [5, 6, 11], "get_minimal_align": [5, 6, 11], "get_optimal_align": [5, 6, 11], "dmraid": [5, 6, 16], "dmraidmemb": [5, 6, 11], "f": [5, 6, 9, 15, 16, 19], "do_check": [5, 6, 11], "system_mountpoint": [5, 6, 11], "write_label": [5, 6, 11], "applebootstrapf": [5, 6, 11], "bindf": [5, 6, 11], "container_uuid": [5, 6, 11], "devptsf": [5, 6, 11], "efif": [5, 6, 11], "efivarf": [5, 6, 11], "ext2f": [5, 6, 11], "ext3f": [5, 6, 11], "ext4f": [5, 6, 11, 19], "exfatf": [5, 6, 11], "fatf": [5, 6, 11], "f2f": [5, 6, 11], "gfs2": [5, 6, 11], "hf": [5, 6, 11, 15], "hfsplu": [5, 6, 11, 15], "iso9660f": [5, 6, 11], "udff": [5, 6, 11], "jf": [5, 6, 11], "macefif": [5, 6, 11], "nfsv4": [5, 6, 11], "nodevf": [5, 6, 11], "ntf": [5, 6, 11], "procf": [5, 6, 11], "reiserf": [5, 6, 11], "selinuxf": [5, 6, 11], "sysf": [5, 6, 8, 9, 11], "tmpf": [5, 6, 9, 11], "usbf": [5, 6, 11], "xf": [5, 6, 11, 15, 17, 19, 20], "add_passphras": [5, 6, 11, 14], "has_kei": [5, 6, 9, 11], "remove_passphras": [5, 6, 11], "integr": [5, 6, 9, 11, 17, 21], "algorithm": [5, 8, 11], "lvmpv": [5, 6, 15, 16, 20], "lvmphysicalvolum": [5, 6, 11, 15], "mdraid": [5, 6, 9, 12, 16], "mdraidmemb": [5, 6, 11], "multipath": [5, 6, 9, 12, 14, 16], "multipathmemb": [5, 6, 11], "prepboot": [5, 6, 16], "ppcprepboot": [5, 6, 11], "stratisblockdev": [5, 6, 11], "unlock_pool": [5, 6, 8, 11], "swapspac": [5, 6, 11, 19], "dbu": [6, 15, 16, 18], "dbusact": [6, 7], "id": [6, 7, 8, 9, 16, 17, 20], "object_path": [6, 7, 14], "properti": [6, 7, 8, 9, 10, 11, 13, 14, 15, 17, 20], "dbusblivet": [6, 7], "commit": [6, 7, 9, 11, 17, 19], "exit": [6, 7, 9, 17], "factori": [6, 7, 17, 20], "initializedisk": [6, 7, 17], "listdevic": [6, 7, 17], "removedevic": [6, 7, 17], "resolvedevic": [6, 7, 17], "transient": [6, 7], "sorted_object_paths_from_list": [6, 7], "constant": [6, 8, 9, 11, 16], "dbusdevic": [6, 7], "dbusformat": [6, 7], "objectmanag": [6, 7], "getmanagedobject": [6, 7], "interfacesad": [6, 7], "interfacesremov": [6, 7], "add_object": [6, 7], "get_object_by_id": [6, 7], "get_object_by_path": [6, 7], "object": [6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], "remove_object": [6, 7], "dbusobject": [6, 7], "get": [6, 7, 9, 11, 13, 14, 15, 21], "getal": [6, 7], "propertieschang": [6, 7], "set": [6, 7, 8, 9, 10, 11, 12, 15, 19, 20], "present": [6, 7, 9, 10, 11], "remove_from_connect": [6, 7], "devicelib": [6, 16], "is_btrfs_name_valid": [6, 8], "crypto": [6, 16], "calculate_integrity_metadata_s": [6, 8], "calculate_luks2_max_memori": [6, 8], "get_optimal_luks_sector_s": [6, 8], "is_fips_en": [6, 8], "lsminfo": [6, 8], "update_volume_info": [6, 8], "edd": [6, 16], "eddentri": [6, 8], "ata_devic": [6, 8], "ata_pmp": [6, 8], "atapi_devic": [6, 8], "atapi_lun": [6, 8], "bios_device_numb": [6, 8], "channel": [6, 8], "fibre_lun": [6, 8], "fibre_wwid": [6, 8], "host_bu": [6, 8], "i2o_ident": [6, 8], "ieee1394_eui64": [6, 8], "load": [6, 8, 15], "mbr_sig": [6, 8], "pci_dev": [6, 8], "sas_address": [6, 8], "sas_lun": [6, 8], "scsi_id": [6, 8], "scsi_lun": [6, 8], "sector": [6, 8, 9, 11, 14, 19], "sysfslink": [6, 8], "sysfspath": [6, 8], "usb_seri": [6, 8], "version": [6, 8, 9, 11, 15], "eddmatch": [6, 8], "devname_from_ata_pci_dev": [6, 8], "devname_from_pci_dev": [6, 8], "devname_from_scsi_pci_dev": [6, 8], "devname_from_virt_pci_dev": [6, 8], "devname_from_virtio_scsi_pci_dev": [6, 8], "match_via_mbrsig": [6, 8], "collect_edd_data": [6, 8], "collect_mbr": [6, 8], "get_edd_dict": [6, 8], "gpt": [6, 9, 11, 12, 16], "gpt_part_uuid_for_mountpoint": [6, 8], "gpt_part_uuid_for_volum": [6, 8], "thpoolprofil": [6, 8, 9], "desc": [6, 8, 11], "determine_parent_lv": [6, 8], "empty_lvm_devic": [6, 8], "ensure_lv_is_writ": [6, 8], "is_lvm_name_valid": [6, 8], "is_valid_cache_md_s": [6, 8], "lvm_devices_add": [6, 8], "lvm_devices_copi": [6, 8], "lvm_devices_remov": [6, 8], "lvm_devices_reset": [6, 8], "lvm_devices_restor": [6, 8], "lvmetad_socket_exist": [6, 8], "needs_config_refresh": [6, 8], "recommend_thpool_chunk_s": [6, 8], "mdraidlevel": [6, 8], "is_raid_level": [6, 8], "raid": [6, 16, 17], "ersatzraid": [6, 8], "get_max_spar": [6, 8], "get_recommended_strid": [6, 8], "get_siz": [6, 8], "get_spac": [6, 8], "has_redund": [6, 8], "is_uniform": [6, 8], "min_memb": [6, 8], "nick": [6, 8], "raidlevel": [6, 8, 17], "add_raid_level": [6, 8], "raid_level": [6, 8, 9, 16, 17], "raidn": [6, 8], "alt_synth_nam": [6, 8], "get_base_member_s": [6, 8], "get_net_array_s": [6, 8], "number": [6, 8, 9, 11, 14], "div_up": [6, 8], "get_raid_level": [6, 8], "create_filesystem": [6, 8], "create_pool": [6, 8], "filesystem_md_s": [6, 8], "pool_us": [6, 8], "remove_filesystem": [6, 8], "remove_pool": [6, 8], "set_kei": [6, 8], "btrfsdevic": [6, 9], "is_name_valid": [6, 9], "update_s": [6, 9], "update_sysfs_path": [6, 9], "btrfssnapshotdevic": [6, 9], "sourc": [6, 9, 21], "add_hook": [6, 9], "populate_ksdata": [6, 9, 11], "remove_hook": [6, 9], "setup_par": [6, 9], "list_subvolum": [6, 9], "remove_subvolum": [6, 9], "detach": [6, 9], "cacherequest": [6, 9], "cachestat": [6, 9], "block_siz": [6, 9], "hit": [6, 9], "miss": [6, 9], "containerdevic": [6, 9], "add_child": [6, 9], "destroi": [6, 9, 11, 17, 19], "dict": [6, 7, 8, 9, 11, 12, 14], "dracut_setup_arg": [6, 9], "external_depend": [6, 9], "isleaf": [6, 9, 19], "remove_child": [6, 9], "teardown_par": [6, 9], "type_descript": [6, 9], "type_external_depend": [6, 9], "unavailable_depend": [6, 9], "unavailable_direct_depend": [6, 9], "unavailable_type_depend": [6, 9], "dasddevic": [6, 9], "descript": [6, 8, 9, 11, 15, 17], "get_opt": [6, 9], "media_pres": [6, 9], "raid_disk_count": [6, 8, 9], "raid_stripe_s": [6, 8, 9], "raid_system": [6, 9], "diskfil": [6, 9], "read_current_s": [6, 9], "fcoediskdevic": [6, 9], "multipathdevic": [6, 9], "add_par": [6, 9], "nvdimmnamespacedevic": [6, 9], "nvmecontrol": [6, 9], "nvme_ver": [6, 9], "serial": [6, 8, 9], "subsysnqn": [6, 9], "transport": [6, 9], "transport_address": [6, 9], "nvmefabricsnamespacedevic": [6, 9], "nvmenamespacedevic": [6, 9], "zfcpdiskdevic": [6, 9], "iscsidiskdevic": [6, 9], "dm": [6, 11, 12, 15, 16], "dmcryptdevic": [6, 9], "dmdevic": [6, 9], "get_dm_nod": [6, 9], "setup_partit": [6, 9], "teardown_partit": [6, 9], "dmintegritydevic": [6, 9], "dmlineardevic": [6, 9], "deactiv": [6, 7, 9, 11, 17], "lib": [6, 16, 23, 28], "parentlist": [6, 9], "append": [6, 9], "appendfunc": [6, 9], "removefunc": [6, 9], "local": [6, 9, 10, 12], "nvdimm": [6, 9, 16], "remot": [6, 9], "ssd": [6, 9], "usb": [6, 8, 9], "device_name_to_disk_by_path": [6, 9], "device_path_to_nam": [6, 9], "get_device_type_by_major": [6, 9], "get_majors_by_device_typ": [6, 9], "update_nam": [6, 9], "fast_pv": [6, 9], "pv_space_us": [6, 9], "vg_space_us": [6, 9], "lvmcachepoolmixin": [6, 9], "autoset_md_s": [6, 9], "profil": [6, 9], "cache_typ": [6, 9], "lvmcachestat": [6, 9], "md_block_siz": [6, 9], "md_use": [6, 9], "read_hit": [6, 9], "read_miss": [6, 9], "write_hit": [6, 9], "write_miss": [6, 9], "lvmcachetyp": [6, 9], "lvminternallvtyp": [6, 9], "cache_pool": [6, 9], "data": [6, 8, 9, 10, 11, 13, 14, 19, 20], "get_typ": [6, 9], "imag": [6, 8, 9, 12, 21], "log": [6, 8, 9], "meta": [6, 9], "origin": [6, 9, 10, 11, 12], "unknown": [6, 9], "lvminternallogicalvolumemixin": [6, 9], "display_lvnam": [6, 9], "growabl": [6, 9, 16, 19], "int_lv_typ": [6, 9], "name_suffix": [6, 9], "parent_lv": [6, 9], "readonli": [6, 9], "takes_extra_spac": [6, 9], "lvmlogicalvolumebas": [6, 9], "add_internal_lv": [6, 9], "check_siz": [6, 9], "config_actions_map": [6, 9, 11], "data_vg_space_us": [6, 9], "from_lv": [6, 9], "log_siz": [6, 9], "lvname": [6, 9], "metadata_vg_space_us": [6, 9], "mirror": [6, 9], "num_raid_pv": [6, 9], "remove_internal_lv": [6, 9], "set_rw": [6, 9], "attach_cach": [6, 9], "attach_writecach": [6, 9], "display_lv_nam": [6, 9], "pool": [6, 9, 11, 14, 16, 20], "type_specif": [6, 9], "lvmsnapshotmixin": [6, 9], "merg": [6, 9], "old_snapshot_specif": [6, 9], "vorigin": [6, 9], "lvmthinlogicalvolumemixin": [6, 9], "pool_space_us": [6, 9], "lvmthinpoolmixin": [6, 9], "chunk_siz": [6, 8, 9], "used_spac": [6, 9], "lvmvdologicalvolumemixin": [6, 9], "lvmvdopoolmixin": [6, 9], "vdo_lv": [6, 9, 20], "align": [6, 9, 11], "get_supported_pe_s": [6, 9], "is_empti": [6, 9], "is_modifi": [6, 9], "lvm_metadata_spac": [6, 9], "pmspare_s": [6, 9], "reserved_perc": [6, 9], "reserved_spac": [6, 9], "thpool_reserv": [6, 9], "lvpvspec": [6, 9], "nottypespecif": [6, 9], "pvfreeinfo": [6, 9], "free": [6, 8, 9, 11, 19], "thpoolreservespec": [6, 9], "max": [6, 9], "min": [6, 9, 15], "percent": [6, 9], "mdbiosraidarraydevic": [6, 9], "mdadm_conf_entri": [6, 9], "mdcontainerdevic": [6, 9], "create_bitmap": [6, 9], "format_arg": [6, 9], "get_superblock_s": [6, 9], "mdadm_format_uuid": [6, 9], "pre_commit_fixup": [6, 9], "read_chunk_s": [6, 9], "network": [6, 16], "networkstoragedevic": [6, 9], "nodev": [6, 11, 16], "nodevic": [6, 9], "tmpfsdevic": [6, 9], "eject": [6, 9], "default_s": [6, 9], "flag_avail": [6, 9], "get_flag": [6, 9], "is_mag": [6, 9], "is_protect": [6, 9], "part_typ": [6, 9], "part_type_uuid": [6, 9, 11], "part_type_uuid_req": [6, 9], "parted_partit": [6, 9], "probe": [6, 8, 9], "set_flag": [6, 9], "unset_flag": [6, 9], "weight": [6, 9], "raiddevic": [6, 9], "logical_block_s": [6, 9], "physical_block_s": [6, 9], "fsname": [6, 9], "used_s": [6, 9, 14], "blockdev": [6, 9, 14], "key_fil": [6, 8, 9, 11], "passphras": [6, 8, 9, 11, 12, 14], "actioncancel": [6, 10], "attributechang": [6, 10], "devicead": [6, 10], "deviceremov": [6, 10], "parentad": [6, 10], "parentremov": [6, 10], "action_removed_cb": [6, 10], "attribute_changed_cb": [6, 10], "device_added_cb": [6, 10], "device_removed_cb": [6, 10], "disable_callback": [6, 10], "enable_callback": [6, 10], "parent_added_cb": [6, 10], "parent_removed_cb": [6, 10], "record_chang": [6, 10], "handler": [6, 13, 16], "eventhandlermixin": [6, 10], "handle_ev": [6, 10], "eventmanag": [6, 10], "add_mask": [6, 10], "handler_cb": [6, 10], "remove_mask": [6, 10], "eventmask": [6, 10], "match": [6, 8, 10, 12, 13, 17], "udeveventmanag": [6, 10], "validate_cb": [6, 10], "parted_flag": [6, 11], "add_partit": [6, 11, 16], "commit_to_disk": [6, 11], "end_align": [6, 11], "extended_partit": [6, 11], "first_partit": [6, 11], "fresh_parted_disk": [6, 11], "get_platform_label_typ": [6, 11], "logical_partit": [6, 11], "magic_partition_numb": [6, 11], "parted_devic": [6, 11], "parted_disk": [6, 11], "primary_partit": [6, 11], "remove_partit": [6, 11], "reset_parted_disk": [6, 11], "set_default_label_typ": [6, 11], "supports_nam": [6, 11], "update_orig_parted_disk": [6, 11], "update_parted_disk": [6, 11], "parted_system": [6, 11], "generate_new_uuid": [6, 11], "biggest_overhead_f": [6, 11], "can_modify_uuid": [6, 11], "can_nodiscard": [6, 11, 15], "can_set_uuid": [6, 11, 15], "check_modul": [6, 11], "free_space_estim": [6, 11], "get_required_s": [6, 11], "mount_typ": [6, 11, 15], "read_label": [6, 11], "relabel": [6, 11], "reset_uuid": [6, 11], "sync": [6, 11, 15], "test_mount": [6, 11], "unmount": [6, 11, 17, 19], "utils_avail": [6, 11], "uuid_format_ok": [6, 11, 15], "write_uuid": [6, 11], "stratisxf": [6, 11], "fslib": [6, 16], "fsresiz": [6, 11, 16], "offline_grow": [6, 11], "offline_shrink": [6, 11], "online_grow": [6, 11], "online_shrink": [6, 11], "update_kernel_filesystem": [6, 11], "escrow": [6, 11], "luks2pbkdfarg": [6, 11], "lvmdevices_add": [6, 11], "lvmdevices_remov": [6, 11], "prioriti": [6, 11, 12, 13], "check": [6, 8, 9, 11, 13, 14, 15, 21], "create_opt": [6, 11], "dump": [6, 11], "ks_mountpoint": [6, 11], "get_default_filesystem_typ": [6, 11], "get_device_format_class": [6, 11], "register_device_format": [6, 11], "helper": [6, 9, 12], "boot": [6, 11, 12], "devicepopul": [6, 12], "formatpopul": [6, 12], "populatorhelp": [6, 12], "populatormixin": [6, 12], "drop_device_info_cach": [6, 12], "handle_nodev_filesystem": [6, 12], "save_luks_passphras": [6, 12], "set_disk_imag": [6, 12], "setup_disk_imag": [6, 12, 16], "teardown_disk_imag": [6, 12], "parted_exn_handl": [6, 12], "static_data": [6, 16], "luks_data": [6, 16], "clear_passphras": [6, 14], "encryption_passphras": [6, 14, 16], "luks_dev": [6, 14], "min_entropi": [6, 14, 16], "pbkdf_arg": [6, 11, 14], "lvm_info": [6, 16], "lvsinfo": [6, 14], "drop_cach": [6, 14], "pvsinfo": [6, 14], "vgsinfo": [6, 14], "mpath_info": [6, 16], "mpathmemb": [6, 14], "is_mpath_memb": [6, 14], "update_cach": [6, 14], "enable_namespac": [6, 14], "get_namespace_info": [6, 14], "namespac": [6, 9, 14], "reconfigure_namespac": [6, 14], "update_namespaces_info": [6, 14], "nvdimmdependencyguard": [6, 14], "error_msg": [6, 14, 16], "stratis_info": [6, 16], "stratisblockdevinfo": [6, 14], "pool_nam": [6, 11, 14, 20], "pool_uuid": [6, 8, 11, 14], "stratisfilesysteminfo": [6, 14], "stratisinfo": [6, 14], "get_blockdev_info": [6, 14], "get_filesystem_info": [6, 14], "get_pool_info": [6, 14], "locked_pool": [6, 11, 14], "stratislockedpoolinfo": [6, 14], "key_desc": [6, 8, 14], "stratispoolinfo": [6, 14], "physical_s": [6, 14], "physical_us": [6, 14], "task": [6, 16], "appversioninfo": [6, 15], "blockdevmethod": [6, 15], "availability_error": [6, 15], "blockdevtechinfo": [6, 15], "dbusmethod": [6, 15], "externalresourc": [6, 9, 15], "versionmethod": [6, 15], "applic": [6, 10, 11, 15], "application_by_vers": [6, 15], "available_resourc": [6, 15], "blockdev_plugin": [6, 15], "dbus_servic": [6, 15], "unavailable_resourc": [6, 15], "dfresiz": [6, 16], "dfresizetask": [6, 15], "unit": [6, 8, 15, 21], "unimplementeddfres": [6, 15], "fsck": [6, 16], "dosfsck": [6, 15], "ext2fsck": [6, 15], "f2fsfsck": [6, 15], "do_task": [6, 15], "hfsplusfsck": [6, 15], "ntfsfsck": [6, 15], "unimplementedfsck": [6, 15], "xfsck": [6, 15], "fsinfo": [6, 16], "ext2fsinfo": [6, 15], "jfsinfo": [6, 15], "ntfsinfo": [6, 15], "reiserfsinfo": [6, 15], "unimplementedfsinfo": [6, 15], "xfsinfo": [6, 15], "fslabel": [6, 16, 23, 25], "ext2fslabel": [6, 15], "default_label": [6, 15], "f2fslabel": [6, 15], "fatfslabel": [6, 15], "hfslabel": [6, 15], "hfspluslabel": [6, 15], "jfslabel": [6, 15], "ntfslabel": [6, 15], "reiserfslabel": [6, 15], "xfslabel": [6, 15], "fsminsiz": [6, 16], "ext2fsmins": [6, 15], "ntfsminsiz": [6, 15], "unimplementedfsmins": [6, 15], "fsmkf": [6, 16], "btrfsmkf": [6, 15], "arg": [6, 7, 8, 9, 10, 11, 15], "get_uuid_arg": [6, 15], "label_opt": [6, 15], "nodiscard_opt": [6, 15], "ext2fsmkf": [6, 15], "ext3fsmkf": [6, 15], "ext4fsmkf": [6, 15], "f2fsmkf": [6, 15], "fatfsmkf": [6, 15], "can_label": [6, 15], "fsmkfstask": [6, 15], "gfs2mkf": [6, 15], "hfsmkf": [6, 15], "hfsplusmkf": [6, 15], "jfsmkf": [6, 15], "ntfsmkf": [6, 15], "reiserfsmkf": [6, 15], "unimplementedfsmkf": [6, 15], "xfsmkf": [6, 15], "fsmount": [6, 16], "applebootstrapfsmount": [6, 15], "fstype": [6, 15, 17, 20], "bindfsmount": [6, 15], "devptsfsmount": [6, 15], "efifsmount": [6, 15], "fatfsmount": [6, 15], "mount_opt": [6, 15], "hfsplusmount": [6, 15], "iso9660fsmount": [6, 15], "nfsmount": [6, 15], "ntfsmount": [6, 15], "nodevfsmount": [6, 15], "selinuxfsmount": [6, 15], "stratisxfsmount": [6, 15], "tmpfsmount": [6, 15], "udffsmount": [6, 15], "fsreadlabel": [6, 16], "dosfsreadlabel": [6, 15], "label_regex": [6, 15], "ext2fsreadlabel": [6, 15], "ntfsreadlabel": [6, 15], "unimplementedfsreadlabel": [6, 15], "xfsreadlabel": [6, 15], "ext2fsres": [6, 15], "size_fmt": [6, 15], "size_spec": [6, 15], "fsresizetask": [6, 15], "ntfsresiz": [6, 15], "tmpfsresiz": [6, 15], "unimplementedfsres": [6, 15], "xfsresiz": [6, 15], "fssize": [6, 16], "ext2fssiz": [6, 15], "jfssize": [6, 15], "ntfssize": [6, 15], "reiserfss": [6, 15], "tmpfssize": [6, 15], "unimplementedfss": [6, 15], "xfssize": [6, 15], "fssync": [6, 16], "unimplementedfssync": [6, 15], "xfssync": [6, 15], "fstask": [6, 16], "unimplementedfstask": [6, 15], "fsuuid": [6, 16, 23, 25], "ext2fsuuid": [6, 15], "fatfsuuid": [6, 15], "hfsplusuuid": [6, 15], "jfsuuid": [6, 15], "ntfsuuid": [6, 15], "reiserfsuuid": [6, 15], "xfsuuid": [6, 15], "fswritelabel": [6, 16], "dosfswritelabel": [6, 15], "ext2fswritelabel": [6, 15], "jfswritelabel": [6, 15], "ntfswritelabel": [6, 15], "reiserfswritelabel": [6, 15], "unimplementedfswritelabel": [6, 15], "xfswritelabel": [6, 15], "fswriteuuid": [6, 16], "ext2fswriteuuid": [6, 15], "jfswriteuuid": [6, 15], "ntfswriteuuid": [6, 15], "reiserfswriteuuid": [6, 15], "unimplementedfswriteuuid": [6, 15], "xfswriteuuid": [6, 15], "lukstask": [6, 16], "luksres": [6, 15], "lukssiz": [6, 15], "pvtask": [6, 16], "pvresiz": [6, 15], "pvsize": [6, 15], "basicappl": [6, 15], "implement": [6, 7, 8, 9, 15, 17], "unimplementedtask": [6, 15], "addfunc": 6, "none": [6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 19], "action_typ": 6, "object_typ": 6, "devid": 6, "specifi": [6, 7, 8, 9, 10, 11, 13, 17, 19, 20], "paramet": [6, 7, 8, 9, 10, 11, 12, 14, 15], "A": [6, 7, 8, 9, 10, 11, 14, 15, 17], "valu": [6, 7, 8, 9, 12, 13], "ani": [6, 7, 8, 9, 10, 11, 12, 13, 15, 17, 19, 21], "keyword": [6, 7, 9, 11, 12, 13, 14, 20], "argument": [6, 9, 11, 15, 17, 20], "indic": [6, 8, 9, 11, 15], "accept": [6, 9, 11], "field": [6, 8, 9, 14], "str": [6, 7, 8, 9, 10, 11, 14, 15], "eg": [6, 9, 11, 17, 21], "operand": 6, "int": [6, 8, 9, 11, 14], "return": [6, 7, 8, 9, 10, 11, 13, 14, 15, 17], "process": [6, 7, 9, 12, 13, 16, 19], "dry_run": [6, 11], "execut": [6, 9, 16, 19, 21], "regist": [6, 8, 10], "doitcallback": 6, "invok": [6, 9], "when": [6, 8, 9, 10, 11, 14, 15, 17, 19, 20], "current": [6, 7, 9, 10, 11, 15, 17, 19, 20, 21], "redund": [6, 8, 9], "obsolet": [6, 9, 16], "from": [6, 7, 8, 9, 11, 15, 19, 20, 21], "depend": [6, 8, 9, 11, 15], "with_flag": [6, 16], "flag_attr": 6, "decor": [6, 8, 9, 15], "while": [6, 9, 15, 19], "run": [6, 9, 10, 11, 12, 13, 14, 17, 21], "get_arch": [6, 8, 16], "hardwar": [6, 21], "architectur": [6, 8], "string": [6, 7, 8, 9, 10, 11, 15, 17, 19], "get_ppc_mac_book": [6, 16], "true": [6, 7, 8, 9, 10, 11, 12, 13, 15, 19, 20], "i_book": 6, "powerbook": 6, "fals": [6, 7, 8, 9, 10, 11, 12, 15, 20], "otherwis": [6, 8, 11, 15, 17], "get_ppc_mac_gen": [6, 16], "ppc": 6, "powermac": 6, "get_ppc_mac_id": [6, 16], "machin": [6, 21], "get_ppc_machin": [6, 16], "is_aarch64": [6, 16], "aarch64": 6, "boolean": [6, 8, 9], "is_alpha": [6, 16], "alpha": 6, "is_arm": [6, 16], "arm": 6, "is_cel": [6, 16], "cell": 6, "platform": 6, "is_efi": [6, 16], "efi": 6, "is_ia64": [6, 16], "ia64": 6, "is_ipseri": [6, 16], "is_loongarch": [6, 16], "loongarch": 6, "defin": [6, 8, 9, 10, 13, 21], "memori": [6, 8, 9, 14], "address": [6, 8, 9], "is_mactel": [6, 16], "intel": 6, "appl": 6, "mac": 6, "is_pmac": [6, 16], "is_powernv": [6, 16], "is_ppc": [6, 16], "is_riscv64": [6, 16], "riscv64": 6, "is_s390": [6, 16], "s390": 6, "x": [6, 9], "is_t2mac": [6, 16], "t2": 6, "secur": 6, "chip": 6, "rtype": [6, 9, 11, 13, 15], "is_x86": [6, 16], "x86": 6, "num_bit": [6, 16], "integ": [6, 8], "repres": [6, 7, 8, 9, 11, 12, 15, 19, 20, 21], "length": [6, 8], "word": [6, 8], "usual": [6, 8, 15, 21], "32": 6, "64": [6, 8], "could": [6, 9, 11, 19], "determin": [6, 8, 9, 15], "top": [6, 9, 11, 17, 20], "tree": [6, 7, 12, 13, 19], "state": [6, 7, 10, 14, 19], "doe": [6, 8, 9, 11, 21], "necessarili": [6, 9, 19], "reflect": [6, 11, 12], "system": [6, 7, 8, 9, 11, 17, 19, 21], "compare_disk": [6, 16], "first": [6, 7, 8, 9, 11, 13, 20], "second": 6, "compare_disks_kei": [6, 16], "owner": [6, 9, 11], "schedul": [6, 17], "creation": [6, 9, 11, 15, 20], "destruct": 6, "device_dep": [6, 16], "subtre": [6, 7], "root": [6, 8, 9, 11, 15, 16, 17, 21], "ignor": [6, 8, 9, 10, 12], "exclud": [6, 12], "media": [6, 9], "queu": [6, 9], "create_new_callbacks_regist": [6, 16], "dump_stat": [6, 16], "suffix": 6, "shelf": 6, "device_typ": [6, 9], "0": [6, 7, 8, 9, 11, 13, 14, 15], "kwarg": [6, 7, 8, 9, 10, 11, 14, 15], "down": [6, 9, 11, 12, 17, 20], "specif": [6, 9, 10, 11, 13, 15, 17, 19], "device_type_": 6, "newli": [6, 11, 19], "fmt": [6, 7, 9, 10], "so": [6, 8, 9, 10, 11], "necessari": [6, 9, 11, 14], "prior": 6, "call": [6, 9, 10, 11, 13, 14, 19, 20], "space": [6, 8, 9, 11, 19, 21], "info": [6, 8, 10, 12, 14, 15], "each": [6, 8, 9, 13, 19, 21], "2": [6, 8, 9, 11, 14, 15, 17], "tupl": [6, 8, 9, 14], "disk_fre": 6, "fs_free": 6, "shrink": 6, "alloc": [6, 8, 9, 16, 19], "allow": [6, 8, 9, 11, 12, 19], "than": [6, 8, 9, 11, 19, 21], "self": [6, 8, 9, 11, 14, 15], "parttion": 6, "overrid": [6, 8, 9, 11, 15], "kei": [6, 7, 8, 9, 11, 12], "default": [6, 9, 11, 15, 20, 21], "re": [6, 8, 9, 11, 19, 21], "except": [6, 9, 10], "perhap": 6, "magic": 6, "sun": 6, "valueerror": [6, 11], "rais": [6, 7, 8, 9, 10, 11, 15, 17], "logic": [6, 8, 9, 20], "arrai": [6, 8, 9, 11, 21], "known": [6, 7, 8, 9, 11], "new": [6, 8, 9, 10, 11, 14, 17, 19, 20], "brfssubvolumedevic": 6, "fmt_arg": 6, "subvol": 6, "bool": [6, 9, 10, 11, 12, 13, 15], "whether": [6, 8, 9, 11, 13, 15, 17], "oppos": 6, "pass": [6, 7, 8, 9, 11, 15], "appropri": [6, 9, 11, 13], "For": [6, 7, 8, 9, 11, 13, 20], "same": [6, 8, 19, 20, 21], "hostnam": 6, "product": 6, "subvolum": [6, 9], "sinc": [6, 7, 8, 9, 10, 11, 14, 19], "fmt_type": [6, 11, 20], "thin_pool": 6, "thin": [6, 9], "thin_volum": 6, "vdo_pool": [6, 20], "vdo": [6, 9, 18], "seg_typ": [6, 9], "segment": [6, 9], "data_lv": [6, 9], "metadata_lv": [6, 9], "order": [6, 8, 9, 21], "unalloc": 6, "group": [6, 9, 20], "next_id": [6, 16], "uniqu": [6, 7, 9, 17, 20], "placehold": 6, "includ": [6, 8, 9, 14, 19], "nor": 6, "also": [6, 7, 8, 9, 10, 19, 21], "physic": [6, 9, 11, 15, 19, 20], "after": [6, 8, 9, 10, 11, 12], "its": [6, 7, 8, 9, 10, 11, 12, 15], "leaf": 6, "recurs": [6, 9], "until": [6, 10, 19], "At": [6, 19], "point": [6, 7, 10, 19], "unless": [6, 7, 9, 12], "attempt": [6, 8], "made": 6, "remove_empty_extended_partit": [6, 16], "cleanup_onli": [6, 12], "cancel": [6, 16], "rescan": 6, "scratch": 6, "clobber": 6, "user": [6, 9, 21], "obtain": [6, 9, 15], "inform": [6, 8, 9, 10, 11, 12, 14, 15], "like": [6, 9, 19, 21], "config": 6, "c": [6, 8, 9, 15], "prepar": 6, "about": [6, 8, 9, 10, 11, 14, 15], "new_siz": 6, "target": [6, 8, 9, 11, 15, 17], "recogn": [6, 11], "being": [6, 7, 9, 14], "well": [6, 7, 8, 9], "convert": 6, "someth": [6, 11, 17], "safe": 6, "limit": [6, 20, 21], "128": 6, "charact": 6, "don": [6, 9, 21], "know": [6, 9], "variou": [6, 9, 11, 12, 19], "m": [6, 15], "go": [6, 12], "pick": 6, "we": [6, 8, 9, 10, 11, 12], "have": [6, 8, 9, 10, 11, 15, 19], "entir": 6, "librari": 6, "newtyp": 6, "invalid": [6, 9], "input": [6, 11], "short_product_nam": [6, 16], "prefix": [6, 11], "container_typ": 6, "reason": [6, 15], "unus": 6, "suggest": [6, 16], "suitabl": 6, "unique_device_nam": [6, 16], "name_set": 6, "turn": 6, "given": [6, 7, 8, 9, 11, 13, 14, 15], "ad": [6, 8, 9, 12, 20], "numer": [6, 8, 9], "provid": [6, 7, 8, 9, 11, 17, 19], "callbacklist": [6, 16], "cb": [6, 10], "collect": [6, 8], "trigger": [6, 16], "action_ad": [6, 16], "action_execut": [6, 16], "action_remov": [6, 16], "attribute_chang": [6, 16], "device_ad": [6, 16], "device_remov": [6, 16], "device_scan": [6, 16], "scan": [6, 12, 19], "format_ad": [6, 16], "format_remov": [6, 16], "parent_ad": [6, 16], "parent_remov": [6, 16], "populate_start": [6, 16], "start": [6, 9, 11], "createformatpostdata": [6, 16], "msg": [6, 16], "alia": [6, 8, 9, 14], "createformatpredata": [6, 16], "reportprogressdata": [6, 16], "resizeformatpostdata": [6, 16], "resizeformatpredata": [6, 16], "waitforentropydata": [6, 16], "1": [6, 7, 8, 9, 11, 14, 17], "create_format_pr": 6, "create_format_post": 6, "resize_format_pr": 6, "resize_format_post": 6, "wait_for_entropi": 6, "report_progress": 6, "function": [6, 8, 9, 10, 11, 13, 14, 15], "opaqu": 6, "hold": [6, 9, 13], "refer": [6, 7], "non": [6, 8, 9, 11, 17, 19, 20, 21], "e": [6, 8, 9, 14, 15, 20], "g": [6, 8, 9, 14, 20], "wait": [6, 10], "enough": 6, "entropi": [6, 11], "whose": [6, 9, 10], "continu": 6, "regardless": [6, 9], "forc": [6, 11, 12], "addit": [6, 8, 9, 11, 20], "appli": [6, 10, 11, 16], "relat": [6, 9, 10, 12, 13], "perform": [6, 9, 13], "obj": [6, 7, 16], "3": [6, 8, 9, 11, 14, 20], "w": [6, 8], "higher": [6, 13, 21], "grow": [6, 9, 19], "50": [6, 13, 20], "type_desc_str": [6, 16], "lower": [6, 19], "5": [6, 9, 11, 14, 15, 20], "both": [6, 7, 8, 9, 11, 20], "100": [6, 13], "put": 6, "assum": [6, 8, 9, 19], "alreadi": [6, 8, 9, 12, 17], "associ": [6, 7, 8, 11, 12, 13, 15, 17], "those": 6, "can": [6, 8, 9, 10, 11, 15, 17, 19, 20, 21], "anoth": [6, 9], "delet": 6, "act": 6, "1000": 6, "wipe": 6, "signatur": [6, 8, 10], "10": [6, 11, 13, 19, 20], "oper": [6, 9, 10, 17, 21], "two": [6, 8, 20, 21], "respect": 6, "share": [6, 19], "500": [6, 9, 13], "xxx": [6, 9], "do": [6, 9, 11, 15, 19, 21], "even": [6, 9, 11, 19], "without": [6, 19], "resid": [6, 9, 17], "objectid": [6, 9, 10, 11, 16], "carri": 6, "out": [6, 8, 19, 21], "futur": [6, 9], "modifi": [6, 9, 17, 19], "accord": [6, 8, 9, 11, 13], "underli": [6, 11], "revers": 6, "modif": 6, "pre": [6, 9], "eventu": 6, "verifi": 6, "request": [6, 7, 8, 9, 16], "pair": [6, 7], "time": [6, 10, 11], "enforc": [6, 9], "basic": [6, 8], "usag": [6, 9, 21], "dev": [6, 9, 14, 17, 19], "OR": 6, "back": [6, 9, 19], "up": [6, 8, 9, 11, 12, 19], "deep": 6, "forcibli": 6, "downsid": 6, "lose": 6, "verif": 6, "done": [6, 11, 16], "upsid": 6, "guarante": [6, 8, 9], "achiev": 6, "total": [6, 9], "No": 6, "chanc": 6, "end": [6, 9, 11, 12, 19], "alter": 6, "due": [6, 21], "round": [6, 8], "miscalcul": 6, "is_add": [6, 16], "is_configur": [6, 16], "is_contain": [6, 16], "is_creat": [6, 16], "is_destroi": [6, 16], "is_devic": [6, 16], "is_format": [6, 16], "is_grow": [6, 16], "is_remov": [6, 16], "is_res": [6, 16], "is_shrink": [6, 16], "object_str": [6, 16], "object_type_str": [6, 16], "resize_str": [6, 16], "type_desc": [6, 16], "type_str": [6, 16], "action_object_from_str": [6, 16], "action_type_from_str": [6, 16], "resize_type_from_str": [6, 16], "btrfsfactori": [6, 16], "desir": [6, 9, 15], "text": 6, "valid": [6, 8, 9, 10, 11], "descriptor": [6, 8, 9], "adjust": [6, 9], "must": [6, 7, 8, 11, 13, 15, 20], "container_nam": [6, 17, 20], "container_raid_level": [6, 16, 17], "container_encrypt": [6, 17], "container_s": [6, 17], "min_luks_entropi": [6, 11], "minimum": [6, 8, 9, 11, 15, 19], "luks_vers": [6, 11], "luks1": [6, 11], "luks2": [6, 11], "deriv": [6, 8, 11], "luks_sector_s": [6, 11], "child_factory_class": [6, 16], "partitionsetfactori": [6, 16], "child_factory_fstyp": [6, 16], "container_list": [6, 16], "combin": [6, 9], "stack": [6, 12, 21], "complex": 6, "simplifi": 6, "trace": 6, "lvmfactori": [6, 16], "_create_contain": 6, "_create_devic": 6, "singl": [6, 8, 15, 19, 20], "multipl": [6, 9, 11, 20], "lvmonmdfactori": 6, "mdfactori": [6, 16], "code": [6, 8, 9, 13, 21], "just": [6, 8, 9, 12, 14], "larg": [6, 9, 19], "music": 6, "10000": 6, "It": [6, 7, 8, 9, 13, 14, 19, 20, 21], "make": [6, 7, 9, 10, 14, 19, 21], "result": [6, 8], "close": [6, 9, 21], "been": [6, 9, 10, 11, 12, 19, 20], "written": [6, 8, 11, 19], "_blivet": 6, "mai": [6, 8, 9, 15], "maintain": [6, 14], "music_lv": 6, "now": [6, 9, 19], "20000": 6, "video": 6, "accordingli": 6, "15000": 6, "write": [6, 9, 11, 15, 16], "thei": [6, 9, 12, 13, 15, 19], "within": [6, 9, 11, 13, 19], "toggl": 6, "renam": [6, 10], "move": 6, "parent_factori": 6, "get_contain": [6, 16], "allow_exist": 6, "best": 6, "choic": 6, "look": [6, 8, 19], "select": 6, "preexist": 6, "size_set_class": [6, 16], "totalsizeset": [6, 16], "lvmthinpfactori": [6, 16], "provis": [6, 20], "veri": 6, "similar": [6, 19, 20], "layer": 6, "separ": [6, 10, 21], "haven": [6, 19], "problemat": 6, "need": [6, 9, 11, 12, 16], "piec": 6, "overridden": [6, 8], "skip": [6, 21], "here": [6, 8, 19, 21], "aren": 6, "overcommit": [6, 9], "ll": [6, 19], "thing": [6, 9, 19], "somewhat": 6, "That": [6, 9, 11, 12, 19], "automat": [6, 8, 11, 12, 17, 20], "handl": [6, 10, 13, 15, 19], "thinp": 6, "anaconda": [6, 21], "ui": [6, 11], "becaus": [6, 8, 9, 10, 11, 12], "mad": 6, "ensu": 6, "abl": [6, 9], "spec": [6, 7, 8, 17], "auto": [6, 9], "per": [6, 9], "summari": 6, "instal": [6, 8, 11, 21], "where": [6, 8, 9, 15, 19], "routin": 6, "get_pool": [6, 16], "pool_list": [6, 16], "lvmvdofactori": [6, 16, 20], "virtual_s": [6, 20], "bigger": 6, "compress": [6, 9, 20], "dedupl": [6, 9, 20], "samesizeset": [6, 16], "partitionfactori": [6, 16], "alwai": [6, 9, 11, 15, 16], "stratisfactori": [6, 16], "get_supported_raid_level": [6, 16], "enumer": 6, "ignored_disk": 6, "exclusive_disk": [6, 12], "disk_imag": [6, 12], "devicetreebas": [6, 16], "exclus": [6, 7, 12, 16], "didk": 6, "quasi": 6, "possibli": [6, 8, 11], "caus": [6, 9], "directli": [6, 9, 19, 21], "indirectli": 6, "via": [6, 7, 9, 11, 12, 19], "membership": 6, "expand_taglist": [6, 16], "taglist": 6, "expand": 6, "encount": 6, "empti": [6, 11, 15], "dep": [6, 9], "indirect": 6, "search": [6, 8, 18], "id_num": 6, "found": [6, 8, 9, 11, 15, 17, 19], "prefer": 6, "plu": 6, "wai": 6, "connect": [6, 7, 8, 9], "param": [6, 9, 10, 12, 13, 14, 15], "involv": 6, "special": [6, 8, 9, 11, 15, 20, 21], "place": [6, 9, 19], "mix": 6, "side": [6, 9], "effect": [6, 8, 9, 19], "most": [6, 9, 11, 19, 21], "significantli": 6, "howev": [6, 9, 19, 20], "null": [6, 15], "op": 6, "everi": [6, 9, 19], "reach": 6, "explicitli": 6, "_remove_devic": 6, "satisfi": [6, 8], "stringent": 6, "therefor": 6, "fixm": 6, "duplic": [6, 8, 9], "upon": [6, 9, 19], "remove_devic": 6, "modpar": [6, 9], "updat": [6, 9, 11, 12, 13, 14], "devspec": 6, "blkid_tab": 6, "crypt_tab": 6, "subvolspec": 6, "sda3": [6, 19], "node": [6, 8, 9, 11, 17, 19], "mapper": [6, 9, 17], "fedora": [6, 17], "xyz": 6, "tuv": 6, "qr": 6, "rootf": 6, "describ": [6, 7, 9, 10, 13, 20], "blkidtab": 6, "blkid": 6, "crypttab": [6, 9, 11], "restor": 6, "visibl": [6, 14], "reschedul": 6, "problem": 6, "extern": [6, 9, 10, 11, 15, 21], "resourc": [6, 15], "messag": 6, "dev_nam": 6, "nhint": 6, "part": [6, 9, 11, 12, 17, 21], "wipef": 6, "unabl": 6, "locat": [6, 12, 14, 21], "kernel": [6, 8, 11], "report": [6, 10, 21], "unclear": 6, "what": [6, 8, 9, 19, 21], "exact": [6, 19], "pleas": 6, "bug": 6, "http": 6, "bugzilla": 6, "redhat": [6, 17], "com": [6, 17], "clone": 6, "disconnect": 6, "reformat": [6, 13], "distinct": [6, 8], "vgrenam": 6, "old": [6, 9, 10, 11], "o": [6, 11, 17, 21], "vg_uuid": [6, 11], "oserror": 6, "detail": [6, 12, 19], "fswriteuuiderror": [6, 16], "gptvoluuiderror": [6, 16], "choos": 6, "firmwar": [6, 8], "lvmerror": [6, 16], "looperror": [6, 16], "mdraiderror": [6, 16], "noparentserror": [6, 16], "occur": [6, 10], "main": [6, 7, 10, 16, 19], "san": 6, "manual": [6, 7], "through": [6, 8, 9, 12], "As": 6, "sure": [6, 9], "certain": 6, "daemon": 6, "happen": 6, "onc": [6, 8, 11, 19], "keep": [6, 8], "global": 6, "singleton": [6, 8, 14], "deepcopi": [6, 14], "nic": [6, 9], "dcb": 6, "auto_vlan": 6, "activ": [6, 7, 9, 11, 12, 17], "attach": [6, 9], "succeed": 6, "write_nic_fcoe_cfg": [6, 16], "get_boot_cmdlin": [6, 16], "update_from_boot_cmdlin": [6, 16], "n_": [6, 16], "p_": [6, 16], "y": [6, 9], "z": 6, "logininfo": [6, 16], "logged_in": 6, "nodeinfo": [6, 16], "tpgt": 6, "port": [6, 8, 9, 16], "simpl": [6, 19], "represent": [6, 9], "conn_info": [6, 16], "auth": 6, "form": [6, 9], "interact": 6, "udisk": 6, "targetinfo": [6, 16], "ipaddr": [6, 16], "has_iscsi": [6, 16], "login": 6, "ibft": 6, "add_target": [6, 16], "iscsid": 6, "active_nod": [6, 16], "3260": 6, "pw": 6, "user_in": 6, "pw_in": 6, "discover_us": 6, "discover_pw": 6, "discover_user_in": 6, "discover_pw_in": 6, "server": [6, 9], "ip": [6, 9], "authent": 6, "differ": [6, 8], "credenti": 6, "discoveri": 6, "nonetyp": [6, 9, 11, 15], "chap": 6, "usernam": 6, "password": 6, "r_usernam": 6, "r_password": 6, "again": [6, 19, 20], "corrupt": [6, 12], "store": [6, 8, 9, 19], "set_auth": 6, "get_auth": 6, "databas": 6, "var": 6, "fill": 6, "get_nod": [6, 16], "get_node_disk": [6, 16], "our": [6, 8], "stabil": [6, 16], "iscsidependencyguard": [6, 16], "exn_cl": [6, 14], "dependencyguard": [6, 14, 16], "mountscach": [6, 16], "proc": [6, 9], "mountinfo": 6, "date": 6, "get_mountpoint": [6, 16], "devscpec": 6, "vda1": 6, "them": [6, 9, 12, 21], "previou": [6, 19], "caller": [6, 9], "account": [6, 9, 11], "is_mountpoint": [6, 16], "chunk": [6, 9, 16], "region": 6, "vari": 6, "subclass": [6, 8, 9, 11, 13, 19], "add_request": [6, 16], "req": 6, "finish": [6, 19], "grow_request": [6, 16], "uniform": 6, "calcul": [6, 8, 9, 11], "growth": [6, 16], "amount": [6, 8, 9, 11], "uniformli": 6, "proportion": 6, "receiv": 6, "allot": 6, "proport": 6, "four": 6, "fast": [6, 9], "250": 6, "equal": [6, 9], "portion": 6, "sum": 6, "has_grow": [6, 16], "least": [6, 8, 9, 11, 15], "length_to_s": [6, 16], "max_growth": [6, 16], "reclaim": [6, 16], "remain": [6, 16], "still": [6, 8], "grown": 6, "size_to_length": [6, 16], "sort_request": [6, 16], "trim_over_grown_request": [6, 16], "extra": [6, 19], "trim": 6, "count": [6, 9, 15], "wa": [6, 7, 9, 17, 19], "diskchunk": [6, 16], "geometri": 6, "partitionrequest": [6, 16], "10tb": 6, "msdo": [6, 9, 11, 20], "treat": [6, 8, 9], "2tib": 6, "plan": [6, 11], "maximum": [6, 8, 9, 11, 19], "lvrequest": [6, 16], "reserve_request": [6, 16], "reserv": [6, 9], "fix": 6, "how": [6, 9, 11, 19, 21], "much": [6, 9, 11], "correspond": [6, 8, 12, 13], "common": [6, 9], "thinpoolchunk": [6, 16], "vgchunk": [6, 16], "dealloc": [6, 16], "partition_": 6, "optim": [6, 9, 11], "align_size_for_disklabel": [6, 16], "allocate_partit": [6, 16], "freespac": 6, "boot_disk": 6, "featur": 6, "usabl": [6, 9, 11], "bootload": 6, "approach": [6, 19], "earlier": 6, "partitioncompar": 6, "criteria": 6, "req_xxxx": 6, "unchang": 6, "get_best_free_space_region": [6, 16], "req_siz": 6, "best_fre": 6, "largest": [6, 11], "partition_norm": [6, 9, 11], "partition_log": [6, 11], "taken": [6, 9, 11], "among": 6, "sever": [6, 21], "compar": [6, 16], "overal": 6, "get_disk_chunk": [6, 16], "get_free_region": [6, 16], "grain_siz": 6, "get_next_partition_typ": [6, 16], "no_primari": 6, "next": [6, 10, 19], "primari": [6, 8, 9], "extend": [6, 8, 9, 11], "slot": [6, 8, 11], "recommend": [6, 8, 9], "refus": 6, "chosen": [6, 11], "strategi": 6, "along": 6, "grow_partit": [6, 16], "size_set": 6, "ratio": 6, "lv_compar": [6, 16], "lv1": 6, "lv2": 6, "come": 6, "manage_size_set": [6, 16], "partition_compar": [6, 16], "part1": 6, "part2": 6, "remove_new_partit": [6, 16], "all_partit": 6, "resolve_disk_tag": [6, 16], "resolv": [6, 7, 8, 17], "interpet": 6, "sectors_to_s": [6, 16], "size_to_sector": [6, 16], "byte": [6, 8, 9, 17], "update_extended_partit": [6, 16], "reconcil": 6, "mainloop": 6, "dbuscallerror": [6, 16], "safedbuserror": [6, 16], "over": 6, "dbuspropertyerror": [6, 16], "call_sync": [6, 16], "servic": [6, 7, 15, 17], "obj_path": [6, 7], "fd": 6, "establish": 6, "synchron": 6, "gvariant": 6, "gio": 6, "dbusconnect": 6, "unixfdlist": 6, "unpack": 6, "element": [6, 8], "appear": [6, 9], "check_object_avail": [6, 16], "get_new_session_connect": [6, 16], "session": 6, "bu": [6, 7, 8, 9, 17], "earli": 6, "befor": [6, 9, 11, 19], "uid": 6, "live": 6, "seteuid": 6, "probabl": [6, 9], "weird": 6, "consolehelp": 6, "userhelper_uid": 6, "get_new_system_connect": [6, 16], "get_properties_sync": [6, 16], "intern": [6, 8, 9, 17], "dbus_call_safe_sync": 6, "invoc": 6, "get_property_sync": [6, 16], "prop_nam": 6, "doesn": [6, 11, 14, 21], "pars": 6, "45mb": 6, "6": [6, 9, 11], "7gb": 6, "human": 6, "readabl": 6, "decim": 6, "posit": [6, 8], "ensure_percent_reserv": [6, 16], "80": [6, 20], "20": [6, 13, 19, 20], "with_reserv": 6, "orig_s": 6, "float": 6, "arithmet": 6, "unlik": 6, "exactli": [6, 19], "min_unit": 6, "max_plac": 6, "xlate": 6, "binari": 6, "65531": 6, "expect": [6, 9, 10], "00": [6, 20], "65": 6, "53": 6, "smallest": [6, 8], "translat": 6, "nearest": 6, "neg": [6, 15], "round_half_up": 6, "whole": [6, 9, 19], "unit_str": [6, 16], "kind": [6, 9], "function_name_and_depth": [6, 16], "log_exception_info": [6, 16], "log_func": 6, "bound": [6, 9], "logger": 6, "debug": 6, "warn": 6, "fmt_str": 6, "regard": 6, "lowest": 6, "line": [6, 15, 19], "prepend": 6, "log_method_cal": [6, 16], "d": [6, 7, 9, 15, 21], "log_method_return": [6, 16], "retval": 6, "synchronizedabcmeta": [6, 16], "dct": 6, "synchronizedmeta": [6, 16], "abcmeta": 6, "metaclass": [6, 9], "wrap": 6, "To": [6, 9, 11, 19, 21], "prevent": [6, 7, 9], "_unsynchronized_method": 6, "clear_thread_except": [6, 16], "callabl": [6, 9, 10], "lock": [6, 11], "get_thread_except": [6, 16], "save_thread_except": [6, 16], "exc_info": 6, "cyclicgrapherror": [6, 16], "create_graph": [6, 16], "item": [6, 9, 10], "edg": 6, "graph": 6, "iter": [6, 9, 11], "hashabl": 6, "child": [6, 9, 10, 20], "dictionari": 6, "three": [6, 21], "incom": 6, "hash": 6, "device_dm_subsystem_match": [6, 16], "subsystem": 6, "device_get_bu": [6, 16], "udev_info": 6, "device_get_by_path": [6, 16], "device_get_dasd_bus_id": [6, 16], "ccw": 6, "dasd": [6, 9], "device_get_dasd_flag": [6, 16], "device_get_devnam": [6, 16], "device_get_disklabel_typ": [6, 16], "device_get_disklabel_uuid": [6, 16], "device_get_fcoe_identifi": [6, 16], "device_get_fcoe_n": [6, 16], "device_get_format": [6, 16], "device_get_format_vers": [6, 16], "device_get_hold": [6, 16], "holder": 6, "device_get_iscsi_address": [6, 16], "device_get_iscsi_initi": [6, 16], "device_get_iscsi_lun": [6, 16], "device_get_iscsi_nam": [6, 16], "device_get_iscsi_n": [6, 16], "device_get_iscsi_port": [6, 16], "device_get_iscsi_sess": [6, 16], "device_get_label": [6, 16], "device_get_lv_attr": [6, 16], "device_get_lv_nam": [6, 16], "device_get_lv_s": [6, 16], "device_get_lv_typ": [6, 16], "device_get_lv_uuid": [6, 16], "device_get_lv_vg_nam": [6, 16], "device_get_major": [6, 16], "device_get_md_contain": [6, 16], "device_get_md_device_uuid": [6, 16], "device_get_md_devic": [6, 16], "fail": [6, 8], "belong": [6, 8, 11, 15], "keyerror": 6, "device_get_md_level": [6, 16], "device_get_md_metadata": [6, 16], "metadata": [6, 8, 9, 11], "device_get_md_nam": [6, 16], "device_get_md_uuid": [6, 16], "device_get_minor": [6, 16], "device_get_model": [6, 16], "device_get_nam": [6, 16], "db": 6, "device_get_par": [6, 16], "device_get_part_s": [6, 16], "device_get_partition_disk": [6, 16], "friendli": [6, 10], "device_get_partition_uuid": [6, 16], "device_get_path": [6, 16], "device_get_pv_pe_start": [6, 16], "device_get_seri": [6, 16], "device_get_symlink": [6, 16], "symbol": 6, "link": [6, 8, 21], "pyudev": [6, 12, 13], "device_get_sysfs_path": [6, 16], "device_get_uuid": [6, 16], "device_get_vendor": [6, 16], "device_get_vg_extent_count": [6, 16], "device_get_vg_extent_s": [6, 16], "device_get_vg_fre": [6, 16], "device_get_vg_free_ext": [6, 16], "device_get_vg_nam": [6, 16], "device_get_vg_pv_count": [6, 16], "device_get_vg_s": [6, 16], "device_get_vg_uuid": [6, 16], "device_get_wwn": [6, 16], "wwid": [6, 8], "0x": 6, "device_get_zfcp_attribut": [6, 16], "attr": [6, 10, 11], "device_is_biosraid_memb": [6, 16], "device_is_cciss": [6, 16], "cciss": 6, "device_is_cdrom": [6, 16], "drive": [6, 8, 9, 21], "device_is_dasd": [6, 16], "device_is_disk": [6, 16], "unfortun": 6, "mani": [6, 9], "term": 6, "device_is_dm": [6, 16], "device_is_dm_anaconda": [6, 16], "device_is_dm_crypt": [6, 16], "map": [6, 8, 9, 11, 14], "crypt": [6, 9], "device_is_dm_integr": [6, 16], "device_is_dm_livecd": [6, 16], "livecd": 6, "device_is_dm_luk": [6, 16], "device_is_dm_lvm": [6, 16], "device_is_dm_mpath": [6, 16], "device_is_dm_partit": [6, 16], "device_is_dm_raid": [6, 16], "device_is_dm_strati": [6, 16], "device_is_fco": [6, 16], "device_is_hidden": [6, 16], "device_is_iscsi": [6, 16], "device_is_loop": [6, 16], "device_is_md": [6, 16], "device_is_nvdimm_namespac": [6, 16], "device_is_nvme_fabr": [6, 16], "device_is_nvme_namespac": [6, 16], "device_is_partit": [6, 16], "device_is_partoff_iscsi": [6, 16], "device_is_priv": [6, 16], "device_is_stratis_filesystem": [6, 16], "device_is_stratis_priv": [6, 16], "device_is_sw_iscsi": [6, 16], "device_is_zfcp": [6, 16], "device_to_dict": [6, 16], "get_devic": [6, 16], "device_nod": 6, "ignored_device_nam": [6, 16], "regex": 6, "resolve_devspec": [6, 16], "sysnam": 6, "resolve_glob": [6, 16], "glob": [6, 16], "against": 6, "sda": [6, 8, 17], "running_in_chroot": [6, 16], "mimic": [6, 21], "systemd": 6, "simplif": 6, "pid": 6, "statf": 6, "detect": [6, 8, 12], "chroot": [6, 11], "environ": [6, 11, 21], "settl": [6, 16], "quiet": 6, "queue": 6, "bypass": 6, "run_program": [6, 16], "check_avail": [6, 16], "onetim": [6, 16], "deprec": [6, 8, 9, 15, 16], "abstractmethod": [6, 8, 9, 15], "abc": [6, 8, 9, 15], "def": [6, 8, 9, 15], "my_abstract_properti": [6, 8, 9, 15], "evalmod": [6, 16], "qualnam": [6, 9], "boundari": [6, 9], "enum": [6, 9], "meant": 6, "preserv": [6, 8], "builtin": 6, "adequ": 6, "ident": [6, 8], "identifi": [6, 8, 9], "dure": [6, 7, 8, 11], "__init__": [6, 9], "kwd": 6, "normal": [6, 9, 21], "slash": 6, "hope": 6, "join": 6, "game": 6, "easili": 6, "directori": [6, 9, 11, 19, 21], "think": 6, "newroot": [6, 16], "normpath": [6, 16], "ondisk": [6, 16], "evalu": 6, "real": [6, 8, 21], "realpath": [6, 16], "startswith": [6, 16], "With": 6, "test": [6, 9, 17, 18, 19], "begin": 6, "stop": [6, 7, 17], "try": [6, 8, 10, 11], "available_memori": [6, 16], "ram": [6, 8], "currenli": [6, 8], "canonicalize_uuid": [6, 16], "a_uuid": 6, "canon": [6, 8], "canonic": [6, 8], "mdadm": [6, 9], "3386ff85": 6, "f5012621": 6, "4a435f06": 6, "1eb47236": 6, "f501": 6, "2621": 6, "4a43": 6, "5f061eb47236": 6, "convers": 6, "equival": [6, 7], "capture_output": [6, 16], "capture_output_binari": [6, 16], "replac": 6, "python": [6, 8, 9, 19, 21], "cmp": 6, "built": [6, 7, 9], "create_sparse_fil": [6, 16], "spars": [6, 9], "full": [6, 9, 11, 17, 21], "create_sparse_tempfil": [6, 16], "temporari": 6, "filenam": [6, 12], "dedup_list": [6, 16], "alist": 6, "default_namedtupl": [6, 16], "doc": [6, 21], "namedtupl": [6, 8, 9], "default_valu": 6, "docstr": 6, "altern": [6, 19], "becom": 6, "later": [6, 8, 9], "manipul": [6, 9], "issu": 6, "detect_virt": [6, 16], "virtual": [6, 9, 20, 21], "get_cow_sysfs_path": [6, 16], "dev_path": 6, "dev_sysfspath": 6, "cow": 6, "get_current_entropi": [6, 16], "get_kernel_module_paramet": [6, 16], "get_mount_devic": [6, 16], "get_mount_path": [6, 16], "get_option_valu": [6, 16], "opt_nam": 6, "get_path_by_sysfs_path": [6, 16], "dev_typ": 6, "get_sysfs_attr": [6, 16], "get_sysfs_path_by_nam": [6, 16], "dev_nod": 6, "class_nam": 6, "vda2": 6, "sy": [6, 8, 9], "subdirectori": 6, "c0d0p1": 6, "indent": [6, 16], "4": [6, 9, 11, 14, 20], "nice": 6, "textwrap": 6, "python2": 6, "insert_colon": [6, 16], "a_str": 6, "insert": 6, "colon": 6, "al": 6, "ri": 6, "th": 6, "algoritm": 6, "output": [6, 15], "join_path": [6, 16], "consir": 6, "whatnot": 6, "repeat": [6, 20], "lsmod": [6, 16], "makedir": [6, 16], "match_path_context": [6, 16], "selinux": 6, "context": 6, "natural_sort_kei": [6, 16], "natur": 6, "sda1": 6, "sda2": 6, "sda10": 6, "normalize_path_slash": [6, 16], "examin": [6, 17], "filesystm": 6, "numeric_typ": [6, 16], "num": 6, "sensibl": 6, "power_of_two": [6, 16], "power": [6, 19], "greater": [6, 9, 21], "read_fil": [6, 16], "r": [6, 9, 15], "requires_properti": [6, 16], "val": 6, "guard": 6, "reset_file_context": [6, 16], "success": [6, 10, 11], "run_program_and_capture_output": [6, 16], "run_program_and_capture_output_binari": [6, 16], "set_file_context": [6, 16], "set_up_console_log": [6, 16], "log_nam": 6, "log_dir": 6, "tmp": 6, "log_prefix": 6, "console_log": 6, "consol": 6, "sha256_fil": [6, 16], "sparsetmpfil": [6, 16], "tempfil": 6, "unlink": 6, "yield": [6, 8, 9], "__enter__": 6, "stringiz": [6, 16], "inputstr": 6, "compat": [6, 7], "correct": [6, 9, 11], "__str__": [6, 8], "ensur": [6, 8, 9, 11], "simpli": 6, "unicod": [6, 16], "encod": 6, "utf": 6, "8": [6, 11], "sysfs_readlink": [6, 16], "total_memori": [6, 16], "u": [6, 9, 10, 11, 12], "meminfo": 6, "umount": [6, 16], "__unicode__": 6, "ascii": 6, "correctli": [6, 15], "variable_copi": [6, 16], "memo": 6, "omit": [6, 8, 17, 20], "shallow": 6, "atrribut": 6, "pypart": 6, "zfcpdevic": [6, 16], "devnum": 6, "wwpn": [6, 9], "fcplun": 6, "zfcpdevicefullpath": [6, 16], "backward": [6, 7], "zfcpdeviceautolunscan": [6, 16], "zfcpdevicebas": [6, 16], "npiv": 6, "lun": [6, 8, 9], "offline_devic": [6, 16], "cannot": [6, 9, 15], "brought": 6, "offlin": 6, "online_devic": [6, 16], "readi": [6, 9, 11, 17, 19], "offline_scsi_devic": [6, 16], "scsi": [6, 8, 21], "Such": 6, "has_auto_lun_scan": [6, 16], "device_id": 6, "n_port": 6, "logged_write_line_to_fil": [6, 16], "fn": [6, 8], "onlin": 6, "fcpconfig": 6, "read_config": [6, 16], "log_bd_messag": [6, 16], "conn": 7, "bus_nam": 7, "export": [7, 21], "busnam": 7, "immedi": [7, 8, 9], "claim": [7, 8], "held": 7, "lifetim": 7, "entri": [7, 8, 9, 11], "blivet1": [7, 17], "queri": [7, 14], "pend": [7, 9, 11], "clear": [7, 8], "obj_list": 7, "org": 7, "freedesktop": 7, "various": 7, "mutual": 7, "obj_id": 7, "interface_nam": 7, "property_nam": 7, "new_valu": 7, "view": [7, 21], "inaccess": 7, "ceas": 7, "access": [7, 8, 9, 21], "objectpath": 7, "lookuperror": 7, "81": 7, "device_s": [8, 11], "crc32c": 8, "max_memory_kb": [8, 11], "argon2": 8, "hba": 8, "raid_typ": 8, "stripe": [8, 9], "build": 8, "mere": 8, "int13_devxx": 8, "ata": 8, "sata": 8, "linux": [8, 9, 11], "multipli": 8, "atapi": 8, "host": [8, 9], "sai": 8, "shall": 8, "zero": [8, 11], "secondari": 8, "00h": 8, "feh": 8, "ffh": 8, "pata": 8, "emul": 8, "fibrechannel": 8, "fibr": 8, "i2o": 8, "firewir": 8, "ieee": 8, "1394": 8, "eui": 8, "mbr": 8, "mbr_signatur": 8, "sa": 8, "blah": 8, "symlink": [8, 9], "ve": [8, 11], "particular": 8, "conform": 8, "edd_entri": 8, "tri": 8, "heurist": 8, "analysi": [8, 21], "guess": [8, 11], "hapen": 8, "mbr_dict": 8, "obvious": 8, "fresh": 8, "extrem": 8, "show": [8, 17], "randomli": 8, "read": [8, 9, 11, 15], "succe": 8, "expos": 8, "thoroughli": 8, "broken": 8, "sometim": 8, "downright": 8, "wrong": 8, "mine": 8, "int13_": 8, "resort": 8, "pci": 8, "etc": [8, 9, 11], "realli": 8, "arch": [8, 16], "absolut": 8, "mount": [8, 9, 11, 15, 16, 17, 19], "voltyp": 8, "gpt_vol": 8, "internal_lv": 8, "lv_info": 8, "lmvinternallogicalvolumedevic": 8, "lmvlogicalvolumedevic": 8, "potenti": 8, "vg_name": [8, 11], "lv_name": [8, 9], "thpool_siz": 8, "standard": [8, 21], "els": 8, "classmethod": [8, 9, 11, 13, 15], "imposs": 8, "restrict": [8, 9, 11], "superclass": [8, 9], "bunch": 8, "thrown": 8, "togeth": [8, 20], "concept": 8, "crop": 8, "linear": [8, 9], "consequ": 8, "member_count": 8, "member_s": 8, "num_memb": 8, "superblock_size_func": 8, "incorpor": 8, "inher": 8, "notion": 8, "meaningless": 8, "track": 8, "is_raid": 8, "client": 8, "better": 8, "classif": 8, "impli": 8, "design": 8, "nicknam": 8, "fall": 8, "categori": 8, "overrridden": 8, "privat": 8, "instanti": [8, 9, 13], "synthes": 8, "fewer": 8, "less": [8, 9], "raiess": 8, "smallest_member_s": 8, "essenti": 8, "stride": 8, "estim": [8, 9, 11], "superblock": [8, 9], "construct": [8, 15], "divis": 8, "dividend": 8, "divisor": 8, "conveni": [8, 15, 19], "fs_size": 8, "dev_siz": 8, "fs_uuid": 8, "sub": 9, "newsiz": 9, "outsid": 9, "inact": 9, "preclud": 9, "snapshot": 9, "pseudo": 9, "intend": [9, 21], "orig": 9, "travers": 9, "snapshots_onli": 9, "bcach": 9, "whatev": [9, 10, 11], "own": 9, "big": 9, "slow": 9, "small": [9, 11], "statist": 9, "aggreg": [9, 15], "basenam": [9, 10], "univers": 9, "major": 9, "id_serial_short": 9, "manufactur": 9, "interconnect": 9, "assembl": 9, "volumegroup": 9, "increment": 9, "counter": 9, "descend": [9, 21], "decrement": 9, "open": 9, "tear": [9, 11, 12], "unavail": [9, 15], "external_resourc": 9, "mainfram": 9, "busid": 9, "opt": 9, "isinst": 9, "id_serial_raw": 9, "id_seri": 9, "pretend": 9, "purpos": 9, "benefit": 9, "behav": 9, "regular": [9, 15], "mpath": [9, 14], "volatil": 9, "devnam": [9, 14], "namespace0": [9, 14], "nvme": [9, 16], "fabric": 9, "nsid": 9, "hba_id": 9, "fcp_lun": 9, "offload": 9, "partial": [9, 12], "qla4xxx": 9, "dm_uuid": 9, "tabl": [9, 11], "persist": 9, "bind": 9, "audit": 9, "subset": 9, "easi": [9, 19], "ml": 9, "len": 9, "ideal": [9, 10], "themselv": 9, "callback": [9, 10, 16], "device_nam": 9, "device_path": 9, "condit": 9, "noth": [9, 19], "mainli": 9, "dynam": 9, "unexist": 9, "subtract": 9, "fit": 9, "occupi": [9, 11, 19], "love": 9, "cache_mod": 9, "attach_to": 9, "_metadata_s": 9, "writecach": 9, "stats_data": 9, "lv_attr": 9, "99": 9, "lv_type": 9, "displai": 9, "too": [9, 11], "int_lv": 9, "ok": [9, 11], "_set_compress": 9, "_set_dedupl": 9, "_renam": 9, "idea": 9, "lvchang": 9, "raid1": [9, 17], "maxsiz": [9, 19], "cache_request": 9, "int_typ": 9, "unspecifi": 9, "dudplic": 9, "index_memori": 9, "index": [9, 18], "write_polici": 9, "polici": 9, "writethrough": 9, "stripe_s": 9, "cache_pool_lv": 9, "writecache_lv": 9, "pe_siz": 9, "pe_fre": 9, "pe_count": 9, "pv_count": 9, "roundup": 9, "static": 9, "unawar": 9, "cost": 9, "pmspare": 9, "biggest": 9, "metadata_vers": 9, "90": 9, "compon": 9, "bitmap": 9, "suffici": 9, "pointless": 9, "raw_array_s": 9, "conf": 9, "current_fmt": 9, "host_address": 9, "baseclass": 9, "mystoragedevic": 9, "sole": 9, "Be": 9, "cdrom": 9, "dvd": 9, "drawer": 9, "On": 9, "deal": 9, "concern": 9, "accomplish": 9, "long": 9, "assign": 9, "disk_tag": 9, "candid": 9, "explicit": [9, 10], "propos": [9, 11], "unalign": 9, "_ped": [9, 11], "createexcept": 9, "beyond": 9, "fulli": 9, "qualifi": 9, "although": 9, "tool": [9, 21], "program": 9, "fixup": 9, "thedefaultnamedtupl": 10, "attrchang": 10, "listitemad": 10, "listitemremov": 10, "_thread": 10, "_local": 10, "thread": [10, 16], "notif": 10, "todo": 10, "stuff": 10, "uevent": 10, "mask": 10, "monitor": 10, "occurr": 10, "behavior": [10, 11], "tell": 10, "unhandl": 10, "challeng": 10, "fatal": 10, "high": [10, 21], "likelihood": 10, "left": [10, 19], "inconsist": 10, "notifi": [10, 11], "ourselv": 10, "arg_count": 10, "bio": 11, "12": 11, "ptype": 11, "minim": 11, "suppli": 11, "labeltyp": 11, "last": 11, "moment": 11, "mountopt": 11, "devpt": 11, "ext2": 11, "filesystemtyp": 11, "ext3": 11, "ext4": [11, 17, 19, 20], "fat": 11, "random": 11, "rfc": 11, "4122": 11, "fs_list": 11, "nodiscard": [11, 15], "gain": 11, "precis": 11, "recent": 11, "journal": 11, "littl": [11, 19], "odd": 11, "xfs_freez": 11, "iso9660": 11, "udf": 11, "16": 11, "hmac": 11, "cipher": 11, "key_siz": 11, "escrow_cert": 11, "certif": 11, "add_backup_passphras": 11, "backup": 11, "header": 11, "backup_passphras": 11, "save": [11, 12, 14], "keyfil": 11, "time_m": 11, "hash_fn": 11, "pbkdf": 11, "pe_start": 11, "offset": 11, "data_align": 11, "md_uuid": 11, "locked_pool_key_desc": 11, "keyr": 11, "mkswap": 11, "absenc": 11, "uniniti": 11, "had": 11, "mkf": [11, 15, 20], "facil": 11, "nativ": 11, "fstab": 11, "fmt_class": 11, "applebootformatpopul": [12, 13], "bootformatpopul": [12, 13], "efiformatpopul": [12, 13], "macefiformatpopul": [12, 13], "btrfsformatpopul": [12, 13], "dasddevicepopul": [12, 13], "diskdevicepopul": [12, 13], "fcoedevicepopul": [12, 13], "mdbiosraiddevicepopul": [12, 13], "nvdimmnamespacedevicepopul": [12, 13], "nvmefabricsnamespacedevicepopul": [12, 13], "nvmenamespacedevicepopul": [12, 13], "zfcpdevicepopul": [12, 13], "iscsidevicepopul": [12, 13], "disklabelformatpopul": [12, 13], "dmdevicepopul": [12, 13], "type_spec": [12, 13], "loopdevicepopul": [12, 13], "integritydevicepopul": [12, 13], "integrityformatpopul": [12, 13], "luksdevicepopul": [12, 13], "luksformatpopul": [12, 13], "lvmdevicepopul": [12, 13], "lvmformatpopul": [12, 13], "mddevicepopul": [12, 13], "mdformatpopul": [12, 13], "multipathdevicepopul": [12, 13], "multipathformatpopul": [12, 13], "opticaldevicepopul": [12, 13], "partitiondevicepopul": [12, 13], "stratisformatpopul": [12, 13], "stratisxfsformatpopul": [12, 13], "get_device_help": [12, 13], "get_format_help": [12, 13], "dictoinari": 12, "drop": 12, "update_orig_fmt": 12, "udev": [12, 13, 16], "uncondition": 12, "everyth": [12, 19], "gather": [12, 15], "filter": 12, "rest": [12, 19], "presenc": 12, "exn_typ": 12, "exn_opt": 12, "exn_msg": 12, "answer": 12, "ye": 12, "question": 12, "affirm": 12, "proce": 12, "luks_dict": 14, "pmem0": 14, "dax": 14, "reconfigur": 14, "map_loc": 14, "mem": 14, "libblockdev": [14, 15], "bd_path": 14, "fs_name": 14, "app_nam": 15, "required_vers": 15, "version_opt": 15, "version_regex": 15, "distutil": 15, "loosevers": 15, "command": [15, 20, 21], "print": [15, 19], "express": 15, "extract": 15, "tech_info": 15, "plugin": 15, "version_info": 15, "plugin_nam": 15, "check_fn": 15, "technologi": [15, 18], "dbus_nam": 15, "dbus_path": 15, "version_method": 15, "AND": 15, "blockdev_method": 15, "dbus_method": 15, "a_df": 15, "an_f": 15, "n": 15, "p": [15, 21], "consist": [15, 19], "failur": 15, "h": 15, "app": 15, "l": 15, "sb": 15, "dblock": 15, "blocksiz": 15, "untitl": 15, "set_uuid": 15, "v": 15, "k": [15, 20], "gid": 15, "620": 15, "vfat": 15, "umask": 15, "0077": 15, "shortnam": 15, "winnt": 15, "ro": 15, "_tag": 15, "cluster": 15, "encapsul": 15, "fact": 15, "master": 15, "unimpl": 15, "a_luk": 15, "512": 15, "a_pv": 15, "subpackag": [16, 23], "submodul": [16, 23], "content": [16, 18, 23], "i18n": 16, "safe_dbu": 16, "storage_log": 16, "tsort": 16, "experiment": 17, "blivet0": 17, "ao": 17, "flexibl": 17, "devicelookupfail": 17, "sv": 17, "testdata": 17, "raid0": 17, "sdb3": 17, "lvmlv": 17, "formul": 17, "7": 17, "policykit": 17, "signal": 17, "introspect": 17, "introduct": 18, "page": 18, "offer": 19, "abil": 19, "arbitrarili": 19, "individu": 19, "hierarchi": 19, "blank": 19, "unformat": 19, "critic": 19, "longer": 19, "yet": 19, "ran": 19, "your": 19, "dt": 19, "action1": 19, "action2": 19, "comparison": 19, "let": 19, "larger": 19, "10gib": 19, "And": 19, "new_fmt": 19, "shot": 19, "mnt": 19, "tricki": 19, "decid": 19, "sdb": 19, "sdc": 19, "20gib": 19, "new_part": 19, "process_act": 19, "2048": 19, "204802048": 19, "thinli": 20, "step": 20, "lvmvdopool": 20, "lvmvdolv": 20, "vdb": 20, "265": 20, "vdb1": 20, "275": 20, "lvmvg": 20, "284": 20, "vdopool": 20, "288": 20, "vdolv": 20, "295": 20, "discard": 20, "400": 20, "80gib": 20, "400gib": 20, "autom": 20, "myvdopool": 20, "0x7f14d17422b0": 20, "528": 20, "519": 20, "git": 21, "repositori": 21, "insid": 21, "unit_test": [21, 23], "folder": 21, "privileg": 21, "storage_test": [21, 23], "vm": 21, "vmtest": [21, 23], "imagebackedtestcas": [21, 23], "loopbackedtestcas": [21, 23, 25], "variabl": 21, "jenkins_hom": 21, "pwd": 21, "pylint": 21, "python3": 21, "pocket": 21, "lint": 21, "coverag": 21, "cd": 21, "linkcheck": 21, "touch": 21, "blivettestcas": [21, 23], "stub": 21, "deviceactiontestcas": 21, "storagetestcas": [21, 23], "depth": 21, "arbitrari": 21, "targetcli": 21, "diagram": 21, "pythonpath": 21, "pyrevers": 21, "blivet_test": 21, "svg": 21, "skami": 21, "conftest": 23, "run_test": 23, "devices_test": [23, 25, 28], "lvm_test": [23, 25, 28], "partition_test": [23, 25, 28], "stratis_test": [23, 25, 28], "formats_test": [23, 25, 28], "fs_test": [23, 25], "fstest": [23, 25], "labeling_test": [23, 25], "luks_test": [23, 25, 28], "lvmpv_test": [23, 25, 28], "uuid_test": [23, 25], "iscsi_test": 23, "partitioning_test": 23, "unsupported_disklabel_test": 23, "devicelibs_test": [23, 28], "disk_test": [23, 28], "edd_test": [23, 28], "mdraid_test": [23, 28], "raid_test": [23, 28], "device_dependencies_test": [23, 28], "device_methods_test": [23, 28], "device_names_test": [23, 28], "device_packages_test": [23, 28], "device_properties_test": [23, 28], "device_size_test": [23, 28], "md_test": [23, 28], "network_test": [23, 28], "device_test": [23, 28], "disklabel_test": [23, 28], "init_test": [23, 28], "methods_test": [23, 28], "misc_test": 23, "selinux_test": [23, 28], "swap_test": [23, 28], "udev_data": [23, 28], "raid_data": [23, 28], "action_test": 23, "dbus_test": 23, "devicefactory_test": 23, "devicetree_test": 23, "events_test": 23, "gpt_test": 23, "parentlist_test": 23, "populator_test": 23, "size_test": 23, "tags_test": 23, "task_test": 23, "tsort_test": 23, "udev_test": 23, "util_test": 23, "blivet_reset_vmtest": 23, "runvmtest": 23, "vmbackedtestcas": 23}, "objects": {"": [[6, 0, 0, "-", "blivet"]], "blivet": [[6, 0, 0, "-", "actionlist"], [6, 0, 0, "-", "arch"], [6, 0, 0, "-", "blivet"], [6, 0, 0, "-", "callbacks"], [7, 0, 0, "-", "dbus"], [6, 0, 0, "-", "deviceaction"], [6, 0, 0, "-", "devicefactory"], [8, 0, 0, "-", "devicelibs"], [9, 0, 0, "-", "devices"], [6, 0, 0, "-", "devicetree"], [6, 0, 0, "-", "errors"], [10, 0, 0, "-", "events"], [6, 0, 0, "-", "fcoe"], [6, 0, 0, "-", "flags"], [11, 0, 0, "-", "formats"], [6, 0, 0, "-", "i18n"], [6, 0, 0, "-", "iscsi"], [6, 3, 1, "", "log_bd_message"], [6, 0, 0, "-", "mounts"], [6, 0, 0, "-", "nvme"], [6, 0, 0, "-", "partitioning"], [12, 0, 0, "-", "populator"], [6, 0, 0, "-", "safe_dbus"], [6, 0, 0, "-", "size"], [14, 0, 0, "-", "static_data"], [6, 0, 0, "-", "storage_log"], [15, 0, 0, "-", "tasks"], [6, 0, 0, "-", "threads"], [6, 0, 0, "-", "tsort"], [6, 0, 0, "-", "udev"], [6, 0, 0, "-", "util"], [6, 0, 0, "-", "zfcp"]], "blivet.actionlist": [[6, 1, 1, "", "ActionList"], [6, 3, 1, "", "with_flag"]], "blivet.actionlist.ActionList": [[6, 2, 1, "", "add"], [6, 2, 1, "", "find"], [6, 2, 1, "", "process"], [6, 2, 1, "", "prune"], [6, 2, 1, "", "remove"], [6, 2, 1, "", "sort"]], "blivet.arch": [[6, 3, 1, "", "get_arch"], [6, 3, 1, "", "get_ppc_mac_book"], [6, 3, 1, "", "get_ppc_mac_gen"], [6, 3, 1, "", "get_ppc_mac_id"], [6, 3, 1, "", "get_ppc_machine"], [6, 3, 1, "", "is_aarch64"], [6, 3, 1, "", "is_alpha"], [6, 3, 1, "", "is_arm"], [6, 3, 1, "", "is_cell"], [6, 3, 1, "", "is_efi"], [6, 3, 1, "", "is_ia64"], [6, 3, 1, "", "is_ipseries"], [6, 3, 1, "", "is_loongarch"], [6, 3, 1, "", "is_mactel"], [6, 3, 1, "", "is_pmac"], [6, 3, 1, "", "is_powernv"], [6, 3, 1, "", "is_ppc"], [6, 3, 1, "", "is_riscv64"], [6, 3, 1, "", "is_s390"], [6, 3, 1, "", "is_t2mac"], [6, 3, 1, "", "is_x86"], [6, 3, 1, "", "num_bits"]], "blivet.blivet": [[6, 1, 1, "", "Blivet"]], "blivet.blivet.Blivet": [[6, 4, 1, "", "btrfs_volumes"], [6, 2, 1, "", "compare_disks"], [6, 4, 1, "", "compare_disks_key"], [6, 2, 1, "", "copy"], [6, 2, 1, "", "create_device"], [6, 4, 1, "", "default_fstype"], [6, 2, 1, "", "destroy_device"], [6, 2, 1, "", "device_deps"], [6, 4, 1, "", "devices"], [6, 4, 1, "", "disks"], [6, 2, 1, "", "do_it"], [6, 2, 1, "", "dump_state"], [6, 4, 1, "", "encryption_passphrase"], [6, 2, 1, "", "factory_device"], [6, 2, 1, "", "format_device"], [6, 2, 1, "", "get_free_space"], [6, 2, 1, "", "get_fstype"], [6, 2, 1, "", "initialize_disk"], [6, 4, 1, "", "lvs"], [6, 4, 1, "", "mdarrays"], [6, 4, 1, "", "mdcontainers"], [6, 4, 1, "", "mdmembers"], [6, 4, 1, "", "mountpoints"], [6, 4, 1, "", "names"], [6, 2, 1, "", "new_btrfs"], [6, 2, 1, "", "new_btrfs_sub_volume"], [6, 2, 1, "", "new_lv"], [6, 2, 1, "", "new_lv_from_lvs"], [6, 2, 1, "", "new_mdarray"], [6, 2, 1, "", "new_partition"], [6, 2, 1, "", "new_stratis_filesystem"], [6, 2, 1, "", "new_stratis_pool"], [6, 2, 1, "", "new_tmp_fs"], [6, 2, 1, "", "new_vg"], [6, 4, 1, "", "next_id"], [6, 4, 1, "", "packages"], [6, 4, 1, "", "partitioned"], [6, 4, 1, "", "partitions"], [6, 4, 1, "", "pvs"], [6, 2, 1, "", "recursive_remove"], [6, 2, 1, "", "remove_empty_extended_partitions"], [6, 2, 1, "", "reset"], [6, 2, 1, "", "reset_device"], [6, 2, 1, "", "resize_device"], [6, 2, 1, "", "safe_device_name"], [6, 2, 1, "", "save_passphrase"], [6, 2, 1, "", "set_default_fstype"], [6, 2, 1, "", "setup_disk_images"], [6, 4, 1, "", "short_product_name"], [6, 4, 1, "", "stratis_pools"], [6, 2, 1, "", "suggest_container_name"], [6, 2, 1, "", "suggest_device_name"], [6, 4, 1, "", "swaps"], [6, 4, 1, "", "thinlvs"], [6, 4, 1, "", "thinpools"], [6, 2, 1, "", "unique_device_name"], [6, 4, 1, "", "vgs"]], "blivet.callbacks": [[6, 1, 1, "", "CallbackList"], [6, 1, 1, "", "Callbacks"], [6, 1, 1, "", "CreateFormatPostData"], [6, 1, 1, "", "CreateFormatPreData"], [6, 1, 1, "", "ReportProgressData"], [6, 1, 1, "", "ResizeFormatPostData"], [6, 1, 1, "", "ResizeFormatPreData"], [6, 1, 1, "", "WaitForEntropyData"], [6, 3, 1, "", "create_new_callbacks_register"]], "blivet.callbacks.CallbackList": [[6, 2, 1, "", "add"], [6, 2, 1, "", "remove"]], "blivet.callbacks.Callbacks": [[6, 5, 1, "", "action_added"], [6, 5, 1, "", "action_executed"], [6, 5, 1, "", "action_removed"], [6, 5, 1, "", "attribute_changed"], [6, 5, 1, "", "device_added"], [6, 5, 1, "", "device_removed"], [6, 5, 1, "", "device_scanned"], [6, 5, 1, "", "format_added"], [6, 5, 1, "", "format_removed"], [6, 5, 1, "", "parent_added"], [6, 5, 1, "", "parent_removed"], [6, 5, 1, "", "populate_started"]], "blivet.callbacks.CreateFormatPostData": [[6, 5, 1, "", "msg"]], "blivet.callbacks.CreateFormatPreData": [[6, 5, 1, "", "msg"]], "blivet.callbacks.ReportProgressData": [[6, 5, 1, "", "msg"]], "blivet.callbacks.ResizeFormatPostData": [[6, 5, 1, "", "msg"]], "blivet.callbacks.ResizeFormatPreData": [[6, 5, 1, "", "msg"]], "blivet.callbacks.WaitForEntropyData": [[6, 5, 1, "", "min_entropy"], [6, 5, 1, "", "msg"]], "blivet.dbus": [[7, 0, 0, "-", "action"], [7, 0, 0, "-", "blivet"], [7, 0, 0, "-", "constants"], [7, 0, 0, "-", "device"], [7, 0, 0, "-", "format"], [7, 0, 0, "-", "manager"], [7, 0, 0, "-", "object"]], "blivet.dbus.action": [[7, 1, 1, "", "DBusAction"]], "blivet.dbus.action.DBusAction": [[7, 4, 1, "", "id"], [7, 4, 1, "", "interface"], [7, 4, 1, "", "object_path"], [7, 4, 1, "", "properties"]], "blivet.dbus.blivet": [[7, 1, 1, "", "DBusBlivet"], [7, 3, 1, "", "sorted_object_paths_from_list"]], "blivet.dbus.blivet.DBusBlivet": [[7, 2, 1, "", "Commit"], [7, 2, 1, "", "Exit"], [7, 2, 1, "", "Factory"], [7, 2, 1, "", "InitializeDisk"], [7, 2, 1, "", "ListDevices"], [7, 2, 1, "", "RemoveDevice"], [7, 2, 1, "", "Reset"], [7, 2, 1, "", "ResolveDevice"], [7, 4, 1, "", "id"], [7, 4, 1, "", "interface"], [7, 4, 1, "", "object_path"], [7, 4, 1, "", "properties"], [7, 5, 1, "", "transient"]], "blivet.dbus.device": [[7, 1, 1, "", "DBusDevice"]], "blivet.dbus.device.DBusDevice": [[7, 2, 1, "", "Setup"], [7, 2, 1, "", "Teardown"], [7, 4, 1, "", "id"], [7, 4, 1, "", "interface"], [7, 4, 1, "", "object_path"], [7, 4, 1, "", "properties"]], "blivet.dbus.format": [[7, 1, 1, "", "DBusFormat"]], "blivet.dbus.format.DBusFormat": [[7, 2, 1, "", "Setup"], [7, 2, 1, "", "Teardown"], [7, 4, 1, "", "id"], [7, 4, 1, "", "interface"], [7, 4, 1, "", "object_path"], [7, 4, 1, "", "properties"]], "blivet.dbus.manager": [[7, 1, 1, "", "ObjectManager"]], "blivet.dbus.manager.ObjectManager": [[7, 2, 1, "", "GetManagedObjects"], [7, 2, 1, "", "InterfacesAdded"], [7, 2, 1, "", "InterfacesRemoved"], [7, 2, 1, "", "add_object"], [7, 2, 1, "", "get_object_by_id"], [7, 2, 1, "", "get_object_by_path"], [7, 4, 1, "", "objects"], [7, 2, 1, "", "remove_object"]], "blivet.dbus.object": [[7, 1, 1, "", "DBusObject"]], "blivet.dbus.object.DBusObject": [[7, 2, 1, "", "Get"], [7, 2, 1, "", "GetAll"], [7, 2, 1, "", "PropertiesChanged"], [7, 2, 1, "", "Set"], [7, 4, 1, "", "id"], [7, 4, 1, "", "interface"], [7, 4, 1, "", "object_path"], [7, 4, 1, "", "present"], [7, 4, 1, "", "properties"], [7, 2, 1, "", "remove_from_connection"], [7, 5, 1, "", "transient"]], "blivet.deviceaction": [[6, 1, 1, "", "ActionAddMember"], [6, 1, 1, "", "ActionConfigureDevice"], [6, 1, 1, "", "ActionConfigureFormat"], [6, 1, 1, "", "ActionCreateDevice"], [6, 1, 1, "", "ActionCreateFormat"], [6, 1, 1, "", "ActionDestroyDevice"], [6, 1, 1, "", "ActionDestroyFormat"], [6, 1, 1, "", "ActionRemoveMember"], [6, 1, 1, "", "ActionResizeDevice"], [6, 1, 1, "", "ActionResizeFormat"], [6, 1, 1, "", "DeviceAction"], [6, 3, 1, "", "action_object_from_string"], [6, 3, 1, "", "action_type_from_string"], [6, 3, 1, "", "resize_type_from_string"]], "blivet.deviceaction.ActionAddMember": [[6, 2, 1, "", "apply"], [6, 2, 1, "", "cancel"], [6, 2, 1, "", "execute"], [6, 5, 1, "", "obj"], [6, 2, 1, "", "obsoletes"], [6, 2, 1, "", "requires"], [6, 5, 1, "", "type"], [6, 5, 1, "", "type_desc_str"]], "blivet.deviceaction.ActionConfigureDevice": [[6, 2, 1, "", "apply"], [6, 2, 1, "", "cancel"], [6, 2, 1, "", "execute"], [6, 5, 1, "", "obj"], [6, 2, 1, "", "obsoletes"], [6, 5, 1, "", "type"], [6, 5, 1, "", "type_desc_str"]], "blivet.deviceaction.ActionConfigureFormat": [[6, 2, 1, "", "apply"], [6, 2, 1, "", "cancel"], [6, 2, 1, "", "execute"], [6, 5, 1, "", "obj"], [6, 2, 1, "", "obsoletes"], [6, 5, 1, "", "type"], [6, 5, 1, "", "type_desc_str"]], "blivet.deviceaction.ActionCreateDevice": [[6, 2, 1, "", "execute"], [6, 5, 1, "", "obj"], [6, 2, 1, "", "requires"], [6, 5, 1, "", "type"], [6, 5, 1, "", "type_desc_str"]], "blivet.deviceaction.ActionCreateFormat": [[6, 2, 1, "", "apply"], [6, 2, 1, "", "cancel"], [6, 2, 1, "", "execute"], [6, 5, 1, "", "obj"], [6, 2, 1, "", "obsoletes"], [6, 2, 1, "", "requires"], [6, 5, 1, "", "type"], [6, 5, 1, "", "type_desc_str"]], "blivet.deviceaction.ActionDestroyDevice": [[6, 2, 1, "", "apply"], [6, 2, 1, "", "cancel"], [6, 2, 1, "", "execute"], [6, 5, 1, "", "obj"], [6, 2, 1, "", "obsoletes"], [6, 2, 1, "", "requires"], [6, 5, 1, "", "type"], [6, 5, 1, "", "type_desc_str"]], "blivet.deviceaction.ActionDestroyFormat": [[6, 2, 1, "", "apply"], [6, 2, 1, "", "cancel"], [6, 2, 1, "", "execute"], [6, 4, 1, "", "format"], [6, 5, 1, "", "obj"], [6, 2, 1, "", "obsoletes"], [6, 2, 1, "", "requires"], [6, 5, 1, "", "type"], [6, 5, 1, "", "type_desc_str"]], "blivet.deviceaction.ActionRemoveMember": [[6, 2, 1, "", "apply"], [6, 2, 1, "", "cancel"], [6, 2, 1, "", "execute"], [6, 5, 1, "", "obj"], [6, 2, 1, "", "obsoletes"], [6, 2, 1, "", "requires"], [6, 5, 1, "", "type"], [6, 5, 1, "", "type_desc_str"]], "blivet.deviceaction.ActionResizeDevice": [[6, 2, 1, "", "apply"], [6, 2, 1, "", "cancel"], [6, 2, 1, "", "execute"], [6, 5, 1, "", "obj"], [6, 2, 1, "", "requires"], [6, 5, 1, "", "type"], [6, 5, 1, "", "type_desc_str"]], "blivet.deviceaction.ActionResizeFormat": [[6, 2, 1, "", "apply"], [6, 2, 1, "", "cancel"], [6, 2, 1, "", "execute"], [6, 5, 1, "", "obj"], [6, 2, 1, "", "requires"], [6, 5, 1, "", "type"], [6, 5, 1, "", "type_desc_str"]], "blivet.deviceaction.DeviceAction": [[6, 2, 1, "", "apply"], [6, 2, 1, "", "cancel"], [6, 2, 1, "", "execute"], [6, 4, 1, "", "format"], [6, 4, 1, "", "is_add"], [6, 4, 1, "", "is_configure"], [6, 4, 1, "", "is_container"], [6, 4, 1, "", "is_create"], [6, 4, 1, "", "is_destroy"], [6, 4, 1, "", "is_device"], [6, 4, 1, "", "is_format"], [6, 4, 1, "", "is_grow"], [6, 4, 1, "", "is_remove"], [6, 4, 1, "", "is_resize"], [6, 4, 1, "", "is_shrink"], [6, 5, 1, "", "obj"], [6, 4, 1, "", "object_string"], [6, 4, 1, "", "object_type_string"], [6, 2, 1, "", "obsoletes"], [6, 2, 1, "", "requires"], [6, 4, 1, "", "resize_string"], [6, 5, 1, "", "type"], [6, 4, 1, "", "type_desc"], [6, 5, 1, "", "type_desc_str"], [6, 4, 1, "", "type_string"]], "blivet.devicefactory": [[6, 1, 1, "", "BTRFSFactory"], [6, 1, 1, "", "DeviceFactory"], [6, 1, 1, "", "LVMFactory"], [6, 1, 1, "", "LVMThinPFactory"], [6, 1, 1, "", "LVMVDOFactory"], [6, 1, 1, "", "MDFactory"], [6, 1, 1, "", "PartitionFactory"], [6, 1, 1, "", "PartitionSetFactory"], [6, 1, 1, "", "StratisFactory"], [6, 3, 1, "", "get_device_factory"], [6, 3, 1, "", "get_device_type"], [6, 3, 1, "", "get_supported_raid_levels"], [6, 3, 1, "", "is_supported_device_type"]], "blivet.devicefactory.BTRFSFactory": [[6, 5, 1, "", "child_factory_class"], [6, 5, 1, "", "child_factory_fstype"], [6, 4, 1, "", "container_list"]], "blivet.devicefactory.DeviceFactory": [[6, 5, 1, "", "child_factory_class"], [6, 5, 1, "", "child_factory_fstype"], [6, 2, 1, "", "configure"], [6, 4, 1, "", "container_list"], [6, 4, 1, "", "container_raid_level"], [6, 4, 1, "", "devices"], [6, 4, 1, "", "encrypted"], [6, 2, 1, "", "get_container"], [6, 4, 1, "", "raid_level"], [6, 4, 1, "", "raw_device"], [6, 5, 1, "", "size_set_class"]], "blivet.devicefactory.LVMFactory": [[6, 5, 1, "", "child_factory_class"], [6, 5, 1, "", "child_factory_fstype"], [6, 4, 1, "", "container_list"], [6, 5, 1, "", "size_set_class"], [6, 4, 1, "", "vg"]], "blivet.devicefactory.LVMThinPFactory": [[6, 2, 1, "", "get_pool"], [6, 4, 1, "", "pool_list"]], "blivet.devicefactory.MDFactory": [[6, 5, 1, "", "child_factory_class"], [6, 5, 1, "", "child_factory_fstype"], [6, 4, 1, "", "container_list"], [6, 2, 1, "", "get_container"], [6, 5, 1, "", "size_set_class"]], "blivet.devicefactory.PartitionFactory": [[6, 2, 1, "", "get_container"]], "blivet.devicefactory.PartitionSetFactory": [[6, 2, 1, "", "configure"], [6, 4, 1, "", "devices"]], "blivet.devicefactory.StratisFactory": [[6, 5, 1, "", "child_factory_class"], [6, 5, 1, "", "child_factory_fstype"], [6, 4, 1, "", "container_list"], [6, 4, 1, "", "pool"], [6, 5, 1, "", "size_set_class"]], "blivet.devicelibs": [[8, 0, 0, "-", "btrfs"], [8, 0, 0, "-", "crypto"], [8, 0, 0, "-", "disk"], [8, 0, 0, "-", "edd"], [8, 0, 0, "-", "gpt"], [8, 0, 0, "-", "lvm"], [8, 0, 0, "-", "mdraid"], [8, 0, 0, "-", "raid"], [8, 0, 0, "-", "stratis"]], "blivet.devicelibs.btrfs": [[8, 3, 1, "", "is_btrfs_name_valid"]], "blivet.devicelibs.crypto": [[8, 3, 1, "", "calculate_integrity_metadata_size"], [8, 3, 1, "", "calculate_luks2_max_memory"], [8, 3, 1, "", "get_optimal_luks_sector_size"], [8, 3, 1, "", "is_fips_enabled"]], "blivet.devicelibs.disk": [[8, 1, 1, "id0", "LSMInfo"], [8, 3, 1, "", "update_volume_info"]], "blivet.devicelibs.edd": [[8, 1, 1, "", "EddEntry"], [8, 1, 1, "", "EddMatcher"], [8, 3, 1, "", "collect_edd_data"], [8, 3, 1, "", "collect_mbrs"], [8, 3, 1, "", "get_edd_dict"]], "blivet.devicelibs.edd.EddEntry": [[8, 5, 1, "", "ata_device"], [8, 5, 1, "", "ata_pmp"], [8, 5, 1, "", "atapi_device"], [8, 5, 1, "", "atapi_lun"], [8, 5, 1, "", "bios_device_number"], [8, 5, 1, "", "channel"], [8, 5, 1, "", "fibre_lun"], [8, 5, 1, "", "fibre_wwid"], [8, 5, 1, "", "host_bus"], [8, 5, 1, "", "i2o_identity"], [8, 5, 1, "", "ieee1394_eui64"], [8, 5, 1, "", "interface"], [8, 2, 1, "", "load"], [8, 5, 1, "", "mbr_sig"], [8, 5, 1, "", "pci_dev"], [8, 5, 1, "", "sas_address"], [8, 5, 1, "", "sas_lun"], [8, 5, 1, "", "scsi_id"], [8, 5, 1, "", "scsi_lun"], [8, 5, 1, "", "sectors"], [8, 5, 1, "", "sysfslink"], [8, 5, 1, "", "sysfspath"], [8, 5, 1, "", "type"], [8, 5, 1, "", "usb_serial"], [8, 5, 1, "", "version"]], "blivet.devicelibs.edd.EddMatcher": [[8, 2, 1, "", "devname_from_ata_pci_dev"], [8, 2, 1, "", "devname_from_pci_dev"], [8, 2, 1, "", "devname_from_scsi_pci_dev"], [8, 2, 1, "", "devname_from_virt_pci_dev"], [8, 2, 1, "", "devname_from_virtio_scsi_pci_dev"], [8, 2, 1, "", "match_via_mbrsigs"]], "blivet.devicelibs.gpt": [[8, 3, 1, "", "gpt_part_uuid_for_mountpoint"], [8, 3, 1, "", "gpt_part_uuid_for_volume"]], "blivet.devicelibs.lvm": [[8, 1, 1, "", "ThPoolProfile"], [8, 3, 1, "", "determine_parent_lv"], [8, 3, 1, "", "empty_lvm_devices"], [8, 3, 1, "", "ensure_lv_is_writable"], [8, 3, 1, "", "is_lvm_name_valid"], [8, 3, 1, "", "is_valid_cache_md_size"], [8, 3, 1, "", "lvm_devices_add"], [8, 3, 1, "", "lvm_devices_copy"], [8, 3, 1, "", "lvm_devices_remove"], [8, 3, 1, "", "lvm_devices_reset"], [8, 3, 1, "", "lvm_devices_restore"], [8, 3, 1, "", "lvmetad_socket_exists"], [8, 3, 1, "", "needs_config_refresh"], [8, 3, 1, "", "recommend_thpool_chunk_size"]], "blivet.devicelibs.lvm.ThPoolProfile": [[8, 5, 1, "", "desc"], [8, 5, 1, "", "name"]], "blivet.devicelibs.mdraid": [[8, 1, 1, "", "MDRaidLevels"]], "blivet.devicelibs.mdraid.MDRaidLevels": [[8, 2, 1, "", "is_raid_level"]], "blivet.devicelibs.raid": [[8, 1, 1, "", "ErsatzRAID"], [8, 1, 1, "", "RAIDLevel"], [8, 1, 1, "", "RAIDLevels"], [8, 1, 1, "", "RAIDn"], [8, 3, 1, "", "div_up"], [8, 3, 1, "", "get_raid_level"]], "blivet.devicelibs.raid.ErsatzRAID": [[8, 2, 1, "", "get_max_spares"], [8, 2, 1, "", "get_recommended_stride"], [8, 2, 1, "", "get_size"], [8, 2, 1, "", "get_space"], [8, 2, 1, "", "has_redundancy"], [8, 4, 1, "", "is_uniform"], [8, 5, 1, "", "min_members"], [8, 4, 1, "", "nick"]], "blivet.devicelibs.raid.RAIDLevel": [[8, 2, 1, "", "has_redundancy"], [8, 4, 1, "", "is_uniform"], [8, 4, 1, "", "min_members"], [8, 4, 1, "", "name"], [8, 4, 1, "", "names"]], "blivet.devicelibs.raid.RAIDLevels": [[8, 2, 1, "", "add_raid_level"], [8, 2, 1, "", "is_raid_level"], [8, 2, 1, "", "raid_level"]], "blivet.devicelibs.raid.RAIDn": [[8, 4, 1, "", "alt_synth_names"], [8, 2, 1, "", "get_base_member_size"], [8, 2, 1, "", "get_max_spares"], [8, 2, 1, "", "get_net_array_size"], [8, 2, 1, "", "get_recommended_stride"], [8, 2, 1, "", "get_size"], [8, 2, 1, "", "get_space"], [8, 4, 1, "", "is_uniform"], [8, 4, 1, "", "level"], [8, 4, 1, "", "name"], [8, 4, 1, "", "names"], [8, 4, 1, "", "nick"], [8, 4, 1, "", "number"]], "blivet.devicelibs.stratis": [[8, 3, 1, "", "create_filesystem"], [8, 3, 1, "", "create_pool"], [8, 3, 1, "", "filesystem_md_size"], [8, 3, 1, "", "pool_used"], [8, 3, 1, "", "remove_filesystem"], [8, 3, 1, "", "remove_pool"], [8, 3, 1, "", "set_key"], [8, 3, 1, "", "unlock_pool"]], "blivet.devices": [[9, 0, 0, "-", "btrfs"], [9, 0, 0, "-", "cache"], [9, 0, 0, "-", "container"], [9, 0, 0, "-", "device"], [9, 0, 0, "-", "disk"], [9, 0, 0, "-", "dm"], [9, 0, 0, "-", "file"], [9, 0, 0, "-", "lib"], [9, 0, 0, "-", "loop"], [9, 0, 0, "-", "luks"], [9, 0, 0, "-", "lvm"], [9, 0, 0, "-", "md"], [9, 0, 0, "-", "network"], [9, 0, 0, "-", "nfs"], [9, 0, 0, "-", "nodev"], [9, 0, 0, "-", "optical"], [9, 0, 0, "-", "partition"], [9, 0, 0, "-", "raid"], [9, 0, 0, "-", "storage"], [9, 0, 0, "-", "stratis"]], "blivet.devices.btrfs": [[9, 1, 1, "", "BTRFSDevice"], [9, 1, 1, "", "BTRFSSnapShotDevice"], [9, 1, 1, "", "BTRFSSubVolumeDevice"], [9, 1, 1, "", "BTRFSVolumeDevice"]], "blivet.devices.btrfs.BTRFSDevice": [[9, 4, 1, "", "current_size"], [9, 4, 1, "", "direct"], [9, 4, 1, "", "fstab_spec"], [9, 2, 1, "", "is_name_valid"], [9, 4, 1, "", "path"], [9, 4, 1, "", "status"], [9, 2, 1, "", "update_size"], [9, 2, 1, "", "update_sysfs_path"]], "blivet.devices.btrfs.BTRFSSnapShotDevice": [[9, 2, 1, "", "depends_on"], [9, 5, 1, "", "source"]], "blivet.devices.btrfs.BTRFSSubVolumeDevice": [[9, 2, 1, "", "add_hook"], [9, 4, 1, "", "container"], [9, 2, 1, "", "populate_ksdata"], [9, 2, 1, "", "remove_hook"], [9, 2, 1, "", "setup_parents"], [9, 4, 1, "", "volume"]], "blivet.devices.btrfs.BTRFSVolumeDevice": [[9, 4, 1, "", "data_level"], [9, 4, 1, "", "default_subvolume"], [9, 4, 1, "", "format_immutable"], [9, 2, 1, "", "list_subvolumes"], [9, 4, 1, "", "members"], [9, 4, 1, "", "metadata_level"], [9, 2, 1, "", "populate_ksdata"], [9, 2, 1, "", "remove_subvolume"], [9, 5, 1, "", "vol_id"]], "blivet.devices.cache": [[9, 1, 1, "", "Cache"], [9, 1, 1, "", "CacheRequest"], [9, 1, 1, "", "CacheStats"]], "blivet.devices.cache.Cache": [[9, 4, 1, "", "backing_device_name"], [9, 4, 1, "", "cache_device_name"], [9, 2, 1, "", "detach"], [9, 4, 1, "", "exists"], [9, 4, 1, "", "size"], [9, 4, 1, "", "stats"]], "blivet.devices.cache.CacheRequest": [[9, 4, 1, "", "fast_devs"], [9, 4, 1, "", "mode"], [9, 4, 1, "", "size"]], "blivet.devices.cache.CacheStats": [[9, 4, 1, "", "block_size"], [9, 4, 1, "", "hits"], [9, 4, 1, "", "misses"], [9, 4, 1, "", "size"], [9, 4, 1, "", "used"]], "blivet.devices.container": [[9, 1, 1, "", "ContainerDevice"]], "blivet.devices.container.ContainerDevice": [[9, 2, 1, "", "add"], [9, 2, 1, "", "remove"], [9, 2, 1, "", "update_size"]], "blivet.devices.device": [[9, 1, 1, "", "Device"]], "blivet.devices.device.Device": [[9, 2, 1, "", "add_child"], [9, 4, 1, "", "ancestors"], [9, 4, 1, "", "children"], [9, 2, 1, "", "create"], [9, 2, 1, "", "depends_on"], [9, 2, 1, "", "destroy"], [9, 4, 1, "", "dict"], [9, 2, 1, "", "dracut_setup_args"], [9, 4, 1, "", "external_dependencies"], [9, 2, 1, "", "is_name_valid"], [9, 4, 1, "", "isleaf"], [9, 4, 1, "", "name"], [9, 4, 1, "", "packages"], [9, 4, 1, "", "parents"], [9, 2, 1, "", "remove_child"], [9, 2, 1, "", "setup"], [9, 2, 1, "", "setup_parents"], [9, 4, 1, "", "status"], [9, 4, 1, "", "tags"], [9, 2, 1, "", "teardown"], [9, 2, 1, "", "teardown_parents"], [9, 4, 1, "", "type"], [9, 4, 1, "", "type_description"], [9, 2, 1, "", "type_external_dependencies"], [9, 4, 1, "", "unavailable_dependencies"], [9, 4, 1, "", "unavailable_direct_dependencies"], [9, 2, 1, "", "unavailable_type_dependencies"]], "blivet.devices.disk": [[9, 1, 1, "", "DASDDevice"], [9, 1, 1, "", "DiskDevice"], [9, 1, 1, "", "DiskFile"], [9, 1, 1, "", "FcoeDiskDevice"], [9, 1, 1, "", "MultipathDevice"], [9, 1, 1, "", "NVDIMMNamespaceDevice"], [9, 1, 1, "", "NVMeController"], [9, 1, 1, "", "NVMeFabricsNamespaceDevice"], [9, 1, 1, "", "NVMeNamespaceDevice"], [9, 1, 1, "", "ZFCPDiskDevice"], [9, 1, 1, "", "iScsiDiskDevice"]], "blivet.devices.disk.DASDDevice": [[9, 4, 1, "", "description"], [9, 2, 1, "", "dracut_setup_args"], [9, 2, 1, "", "get_opts"]], "blivet.devices.disk.DiskDevice": [[9, 4, 1, "", "description"], [9, 4, 1, "", "media_present"], [9, 4, 1, "", "raid_disk_count"], [9, 4, 1, "", "raid_level"], [9, 4, 1, "", "raid_stripe_size"], [9, 4, 1, "", "raid_system"]], "blivet.devices.disk.DiskFile": [[9, 2, 1, "", "read_current_size"], [9, 4, 1, "", "sysfs_path"], [9, 2, 1, "", "update_sysfs_path"]], "blivet.devices.disk.FcoeDiskDevice": [[9, 2, 1, "", "dracut_setup_args"]], "blivet.devices.disk.MultipathDevice": [[9, 2, 1, "", "add_parent"], [9, 4, 1, "", "description"], [9, 4, 1, "", "model"], [9, 4, 1, "", "vendor"]], "blivet.devices.disk.NVDIMMNamespaceDevice": [[9, 4, 1, "", "description"], [9, 4, 1, "", "sector_size"]], "blivet.devices.disk.NVMeController": [[9, 5, 1, "", "id"], [9, 5, 1, "", "name"], [9, 5, 1, "", "nvme_ver"], [9, 5, 1, "", "serial"], [9, 5, 1, "", "subsysnqn"], [9, 5, 1, "", "transport"], [9, 5, 1, "", "transport_address"]], "blivet.devices.disk.NVMeNamespaceDevice": [[9, 4, 1, "", "controllers"]], "blivet.devices.disk.ZFCPDiskDevice": [[9, 4, 1, "", "description"], [9, 2, 1, "", "dracut_setup_args"]], "blivet.devices.disk.iScsiDiskDevice": [[9, 2, 1, "", "dracut_setup_args"]], "blivet.devices.dm": [[9, 1, 1, "", "DMCryptDevice"], [9, 1, 1, "", "DMDevice"], [9, 1, 1, "", "DMIntegrityDevice"], [9, 1, 1, "", "DMLinearDevice"]], "blivet.devices.dm.DMDevice": [[9, 4, 1, "", "dict"], [9, 2, 1, "", "get_dm_node"], [9, 4, 1, "", "map_name"], [9, 2, 1, "", "setup_partitions"], [9, 4, 1, "", "status"], [9, 2, 1, "", "teardown_partitions"]], "blivet.devices.dm.DMLinearDevice": [[9, 2, 1, "", "deactivate"], [9, 4, 1, "", "description"], [9, 2, 1, "", "teardown"]], "blivet.devices.file": [[9, 1, 1, "", "DirectoryDevice"], [9, 1, 1, "", "FileDevice"], [9, 1, 1, "", "SparseFileDevice"]], "blivet.devices.file.FileDevice": [[9, 4, 1, "", "fstab_spec"], [9, 2, 1, "", "is_name_valid"], [9, 4, 1, "", "path"], [9, 2, 1, "", "read_current_size"], [9, 2, 1, "", "update_sysfs_path"]], "blivet.devices.lib": [[9, 1, 1, "", "ParentList"], [9, 1, 1, "", "Tags"], [9, 3, 1, "", "device_name_to_disk_by_path"], [9, 3, 1, "", "device_path_to_name"], [9, 3, 1, "", "get_device_type_by_major"], [9, 3, 1, "", "get_majors_by_device_type"]], "blivet.devices.lib.ParentList": [[9, 2, 1, "", "append"], [9, 5, 1, "", "appendfunc"], [9, 2, 1, "", "remove"], [9, 5, 1, "", "removefunc"]], "blivet.devices.lib.Tags": [[9, 5, 1, "", "local"], [9, 5, 1, "", "nvdimm"], [9, 5, 1, "", "nvme"], [9, 5, 1, "", "remote"], [9, 5, 1, "", "removable"], [9, 5, 1, "", "ssd"], [9, 5, 1, "", "usb"]], "blivet.devices.loop": [[9, 1, 1, "", "LoopDevice"]], "blivet.devices.loop.LoopDevice": [[9, 4, 1, "", "size"], [9, 4, 1, "", "status"], [9, 2, 1, "", "update_name"]], "blivet.devices.luks": [[9, 1, 1, "", "IntegrityDevice"], [9, 1, 1, "", "LUKSDevice"]], "blivet.devices.luks.IntegrityDevice": [[9, 4, 1, "", "controllable"], [9, 4, 1, "", "metadata_size"], [9, 4, 1, "", "raw_device"], [9, 4, 1, "", "size"]], "blivet.devices.luks.LUKSDevice": [[9, 2, 1, "", "dracut_setup_args"], [9, 4, 1, "", "max_size"], [9, 2, 1, "", "populate_ksdata"], [9, 4, 1, "", "raw_device"], [9, 4, 1, "", "resizable"], [9, 2, 1, "", "resize"], [9, 4, 1, "", "size"], [9, 2, 1, "", "update_name"]], "blivet.devices.lvm": [[9, 1, 1, "", "LVMCache"], [9, 1, 1, "", "LVMCachePoolMixin"], [9, 1, 1, "", "LVMCacheRequest"], [9, 1, 1, "", "LVMCacheStats"], [9, 1, 1, "", "LVMCacheType"], [9, 1, 1, "", "LVMInternalLVtype"], [9, 1, 1, "", "LVMInternalLogicalVolumeMixin"], [9, 1, 1, "", "LVMLogicalVolumeBase"], [9, 1, 1, "", "LVMLogicalVolumeDevice"], [9, 1, 1, "", "LVMSnapshotMixin"], [9, 1, 1, "", "LVMThinLogicalVolumeMixin"], [9, 1, 1, "", "LVMThinPoolMixin"], [9, 1, 1, "", "LVMVDOLogicalVolumeMixin"], [9, 1, 1, "", "LVMVDOPoolMixin"], [9, 1, 1, "", "LVMVolumeGroupDevice"], [9, 1, 1, "", "LVMWriteCache"], [9, 1, 1, "", "LVPVSpec"], [9, 6, 1, "", "NotTypeSpecific"], [9, 1, 1, "", "PVFreeInfo"], [9, 1, 1, "", "ThPoolReserveSpec"]], "blivet.devices.lvm.LVMCache": [[9, 4, 1, "", "backing_device_name"], [9, 4, 1, "", "cache_device_name"], [9, 2, 1, "", "detach"], [9, 4, 1, "", "exists"], [9, 4, 1, "", "fast_pvs"], [9, 4, 1, "", "md_size"], [9, 4, 1, "", "mode"], [9, 4, 1, "", "pv_space_used"], [9, 4, 1, "", "size"], [9, 4, 1, "", "stats"], [9, 5, 1, "", "type"], [9, 4, 1, "", "vg_space_used"]], "blivet.devices.lvm.LVMCachePoolMixin": [[9, 2, 1, "", "add_hook"], [9, 2, 1, "", "autoset_md_size"], [9, 4, 1, "", "direct"], [9, 2, 1, "", "dracut_setup_args"], [9, 4, 1, "", "format_immutable"], [9, 4, 1, "", "is_cache_pool"], [9, 4, 1, "", "profile"], [9, 2, 1, "", "read_current_size"], [9, 2, 1, "", "remove_hook"], [9, 4, 1, "", "resizable"], [9, 4, 1, "", "type"]], "blivet.devices.lvm.LVMCacheRequest": [[9, 4, 1, "", "cache_type"], [9, 4, 1, "", "fast_devs"], [9, 4, 1, "", "mode"], [9, 4, 1, "", "pv_space_requests"], [9, 4, 1, "", "size"]], "blivet.devices.lvm.LVMCacheStats": [[9, 4, 1, "", "block_size"], [9, 4, 1, "", "hits"], [9, 4, 1, "", "md_block_size"], [9, 4, 1, "", "md_size"], [9, 4, 1, "", "md_used"], [9, 4, 1, "", "misses"], [9, 4, 1, "", "read_hits"], [9, 4, 1, "", "read_misses"], [9, 4, 1, "", "size"], [9, 4, 1, "", "used"], [9, 4, 1, "", "write_hits"], [9, 4, 1, "", "write_misses"]], "blivet.devices.lvm.LVMCacheType": [[9, 5, 1, "", "lvmcache"], [9, 5, 1, "", "lvmwritecache"]], "blivet.devices.lvm.LVMInternalLVtype": [[9, 5, 1, "", "cache_pool"], [9, 5, 1, "", "data"], [9, 2, 1, "", "get_type"], [9, 5, 1, "", "image"], [9, 5, 1, "", "log"], [9, 5, 1, "", "meta"], [9, 5, 1, "", "origin"], [9, 5, 1, "", "unknown"]], "blivet.devices.lvm.LVMInternalLogicalVolumeMixin": [[9, 2, 1, "", "add_hook"], [9, 2, 1, "", "destroy"], [9, 4, 1, "", "direct"], [9, 4, 1, "", "display_lvname"], [9, 4, 1, "", "growable"], [9, 4, 1, "", "int_lv_type"], [9, 4, 1, "", "is_internal_lv"], [9, 2, 1, "", "is_name_valid"], [9, 4, 1, "", "max_size"], [9, 4, 1, "", "name_suffix"], [9, 4, 1, "", "parent_lv"], [9, 4, 1, "", "readonly"], [9, 2, 1, "", "remove_hook"], [9, 4, 1, "", "resizable"], [9, 2, 1, "", "resize"], [9, 2, 1, "", "setup"], [9, 4, 1, "", "takes_extra_space"], [9, 2, 1, "", "teardown"], [9, 4, 1, "", "type"], [9, 4, 1, "", "vg"]], "blivet.devices.lvm.LVMLogicalVolumeBase": [[9, 2, 1, "", "add_internal_lv"], [9, 4, 1, "", "cache"], [9, 4, 1, "", "cached"], [9, 2, 1, "", "check_size"], [9, 4, 1, "", "complete"], [9, 5, 1, "", "config_actions_map"], [9, 4, 1, "", "container"], [9, 4, 1, "", "data_vg_space_used"], [9, 4, 1, "", "dict"], [9, 4, 1, "", "from_lvs"], [9, 2, 1, "", "get_dm_node"], [9, 4, 1, "", "is_raid_lv"], [9, 4, 1, "", "isleaf"], [9, 4, 1, "", "log_size"], [9, 4, 1, "", "lvname"], [9, 4, 1, "", "map_name"], [9, 4, 1, "", "members"], [9, 4, 1, "", "metadata_size"], [9, 4, 1, "", "metadata_vg_space_used"], [9, 4, 1, "", "mirrored"], [9, 4, 1, "", "num_raid_pvs"], [9, 4, 1, "", "path"], [9, 2, 1, "", "populate_ksdata"], [9, 4, 1, "", "pv_space_used"], [9, 4, 1, "", "raid_level"], [9, 2, 1, "", "remove_internal_lv"], [9, 2, 1, "", "set_rw"], [9, 4, 1, "", "vg"], [9, 4, 1, "", "vg_space_used"]], "blivet.devices.lvm.LVMLogicalVolumeDevice": [[9, 2, 1, "", "add_hook"], [9, 2, 1, "", "attach_cache"], [9, 2, 1, "", "attach_writecache"], [9, 2, 1, "", "autoset_md_size"], [9, 2, 1, "", "depends_on"], [9, 2, 1, "", "destroy"], [9, 4, 1, "", "direct"], [9, 4, 1, "", "display_lv_name"], [9, 2, 1, "", "dracut_setup_args"], [9, 4, 1, "", "external_dependencies"], [9, 4, 1, "", "format_immutable"], [9, 4, 1, "", "growable"], [9, 2, 1, "", "is_name_valid"], [9, 4, 1, "", "lvs"], [9, 4, 1, "", "max_size"], [9, 4, 1, "", "min_size"], [9, 4, 1, "", "pool"], [9, 2, 1, "", "populate_ksdata"], [9, 2, 1, "", "read_current_size"], [9, 4, 1, "", "readonly"], [9, 2, 1, "", "remove_hook"], [9, 4, 1, "", "resizable"], [9, 2, 1, "", "resize"], [9, 2, 1, "", "setup"], [9, 2, 1, "", "setup_parents"], [9, 4, 1, "", "size"], [9, 2, 1, "", "teardown"], [9, 4, 1, "", "type"], [9, 2, 1, "", "type_specific"], [9, 4, 1, "", "unavailable_direct_dependencies"], [9, 4, 1, "", "vg"], [9, 4, 1, "", "vg_space_used"]], "blivet.devices.lvm.LVMSnapshotMixin": [[9, 2, 1, "", "depends_on"], [9, 4, 1, "", "format_immutable"], [9, 4, 1, "", "is_snapshot_lv"], [9, 2, 1, "", "merge"], [9, 2, 1, "", "old_snapshot_specific"], [9, 5, 1, "", "origin"], [9, 2, 1, "", "read_current_size"], [9, 4, 1, "", "resizable"], [9, 2, 1, "", "setup"], [9, 2, 1, "", "teardown"], [9, 4, 1, "", "type"], [9, 5, 1, "", "vorigin"]], "blivet.devices.lvm.LVMThinLogicalVolumeMixin": [[9, 2, 1, "", "add_hook"], [9, 4, 1, "", "is_thin_lv"], [9, 4, 1, "", "pool"], [9, 4, 1, "", "pool_space_used"], [9, 2, 1, "", "populate_ksdata"], [9, 2, 1, "", "remove_hook"], [9, 4, 1, "", "type"], [9, 4, 1, "", "vg"], [9, 4, 1, "", "vg_space_used"]], "blivet.devices.lvm.LVMThinPoolMixin": [[9, 2, 1, "", "autoset_md_size"], [9, 4, 1, "", "chunk_size"], [9, 4, 1, "", "direct"], [9, 2, 1, "", "dracut_setup_args"], [9, 4, 1, "", "free_space"], [9, 4, 1, "", "is_thin_pool"], [9, 4, 1, "", "lvs"], [9, 2, 1, "", "populate_ksdata"], [9, 4, 1, "", "profile"], [9, 4, 1, "", "resizable"], [9, 4, 1, "", "type"], [9, 4, 1, "", "used_space"]], "blivet.devices.lvm.LVMVDOLogicalVolumeMixin": [[9, 2, 1, "", "add_hook"], [9, 4, 1, "", "is_vdo_lv"], [9, 4, 1, "", "pool"], [9, 2, 1, "", "remove_hook"], [9, 4, 1, "", "resizable"], [9, 4, 1, "", "type"], [9, 2, 1, "", "type_external_dependencies"], [9, 2, 1, "", "unavailable_type_dependencies"], [9, 4, 1, "", "vg"], [9, 4, 1, "", "vg_space_used"]], "blivet.devices.lvm.LVMVDOPoolMixin": [[9, 4, 1, "", "direct"], [9, 4, 1, "", "is_vdo_pool"], [9, 4, 1, "", "lvs"], [9, 4, 1, "", "min_size"], [9, 2, 1, "", "read_current_size"], [9, 4, 1, "", "resizable"], [9, 4, 1, "", "type"], [9, 2, 1, "", "type_external_dependencies"], [9, 2, 1, "", "unavailable_type_dependencies"], [9, 4, 1, "", "vdo_lv"]], "blivet.devices.lvm.LVMVolumeGroupDevice": [[9, 2, 1, "", "add_hook"], [9, 2, 1, "", "align"], [9, 4, 1, "", "cached_lvs"], [9, 4, 1, "", "complete"], [9, 4, 1, "", "dict"], [9, 4, 1, "", "direct"], [9, 4, 1, "", "extents"], [9, 4, 1, "", "free_extents"], [9, 4, 1, "", "free_space"], [9, 2, 1, "", "get_supported_pe_sizes"], [9, 4, 1, "", "is_empty"], [9, 4, 1, "", "is_modified"], [9, 2, 1, "", "is_name_valid"], [9, 4, 1, "", "lvm_metadata_space"], [9, 4, 1, "", "lvs"], [9, 4, 1, "", "map_name"], [9, 4, 1, "", "path"], [9, 4, 1, "", "pmspare_size"], [9, 2, 1, "", "populate_ksdata"], [9, 4, 1, "", "protected"], [9, 4, 1, "", "pv_free_info"], [9, 4, 1, "", "pvs"], [9, 2, 1, "", "remove_hook"], [9, 4, 1, "", "reserved_percent"], [9, 4, 1, "", "reserved_space"], [9, 4, 1, "", "size"], [9, 4, 1, "", "status"], [9, 4, 1, "", "thinlvs"], [9, 4, 1, "", "thinpools"], [9, 4, 1, "", "thpool_reserve"], [9, 2, 1, "", "update_sysfs_path"]], "blivet.devices.lvm.LVMWriteCache": [[9, 4, 1, "", "backing_device_name"], [9, 4, 1, "", "cache_device_name"], [9, 2, 1, "", "detach"], [9, 4, 1, "", "exists"], [9, 4, 1, "", "fast_pvs"], [9, 4, 1, "", "md_size"], [9, 4, 1, "", "pv_space_used"], [9, 4, 1, "", "size"], [9, 4, 1, "", "stats"], [9, 5, 1, "", "type"], [9, 4, 1, "", "vg_space_used"]], "blivet.devices.lvm.PVFreeInfo": [[9, 5, 1, "", "free"], [9, 5, 1, "", "pv"], [9, 5, 1, "", "size"]], "blivet.devices.lvm.ThPoolReserveSpec": [[9, 5, 1, "", "max"], [9, 5, 1, "", "min"], [9, 5, 1, "", "percent"]], "blivet.devices.md": [[9, 1, 1, "", "MDBiosRaidArrayDevice"], [9, 1, 1, "", "MDContainerDevice"], [9, 1, 1, "", "MDRaidArrayDevice"]], "blivet.devices.md.MDBiosRaidArrayDevice": [[9, 4, 1, "", "description"], [9, 4, 1, "", "is_disk"], [9, 4, 1, "", "mdadm_conf_entry"], [9, 4, 1, "", "members"], [9, 4, 1, "", "partitionable"], [9, 4, 1, "", "size"], [9, 2, 1, "", "teardown"], [9, 4, 1, "", "total_devices"]], "blivet.devices.md.MDContainerDevice": [[9, 4, 1, "", "description"], [9, 4, 1, "", "is_disk"], [9, 4, 1, "", "mdadm_conf_entry"], [9, 4, 1, "", "media_present"], [9, 4, 1, "", "partitionable"], [9, 2, 1, "", "teardown"]], "blivet.devices.md.MDRaidArrayDevice": [[9, 4, 1, "", "bootable"], [9, 4, 1, "", "chunk_size"], [9, 4, 1, "", "complete"], [9, 4, 1, "", "create_bitmap"], [9, 4, 1, "", "degraded"], [9, 4, 1, "", "description"], [9, 4, 1, "", "dict"], [9, 2, 1, "", "dracut_setup_args"], [9, 4, 1, "", "format_args"], [9, 2, 1, "", "get_superblock_size"], [9, 4, 1, "", "is_disk"], [9, 4, 1, "", "level"], [9, 4, 1, "", "mdadm_conf_entry"], [9, 4, 1, "", "mdadm_format_uuid"], [9, 4, 1, "", "member_devices"], [9, 2, 1, "", "member_status"], [9, 4, 1, "", "members"], [9, 4, 1, "", "model"], [9, 4, 1, "", "partitionable"], [9, 2, 1, "", "populate_ksdata"], [9, 2, 1, "", "pre_commit_fixup"], [9, 2, 1, "", "read_chunk_size"], [9, 4, 1, "", "sector_size"], [9, 4, 1, "", "size"], [9, 4, 1, "", "spares"], [9, 4, 1, "", "status"], [9, 2, 1, "", "teardown"], [9, 4, 1, "", "total_devices"], [9, 2, 1, "", "update_size"]], "blivet.devices.network": [[9, 1, 1, "", "NetworkStorageDevice"]], "blivet.devices.nfs": [[9, 1, 1, "", "NFSDevice"]], "blivet.devices.nfs.NFSDevice": [[9, 2, 1, "", "create"], [9, 2, 1, "", "destroy"], [9, 2, 1, "", "is_name_valid"], [9, 4, 1, "", "path"], [9, 2, 1, "", "setup"], [9, 2, 1, "", "teardown"], [9, 2, 1, "", "update_size"], [9, 2, 1, "", "update_sysfs_path"]], "blivet.devices.nodev": [[9, 1, 1, "", "NoDevice"], [9, 1, 1, "", "TmpFSDevice"]], "blivet.devices.nodev.NoDevice": [[9, 2, 1, "", "create"], [9, 2, 1, "", "destroy"], [9, 4, 1, "", "path"], [9, 2, 1, "", "setup"], [9, 2, 1, "", "teardown"], [9, 2, 1, "", "update_size"], [9, 2, 1, "", "update_sysfs_path"]], "blivet.devices.nodev.TmpFSDevice": [[9, 4, 1, "", "fstab_spec"], [9, 2, 1, "", "populate_ksdata"], [9, 4, 1, "", "size"]], "blivet.devices.optical": [[9, 1, 1, "", "OpticalDevice"]], "blivet.devices.optical.OpticalDevice": [[9, 2, 1, "", "eject"], [9, 4, 1, "", "media_present"]], "blivet.devices.partition": [[9, 1, 1, "", "PartitionDevice"]], "blivet.devices.partition.PartitionDevice": [[9, 2, 1, "", "add_hook"], [9, 2, 1, "", "align_target_size"], [9, 4, 1, "", "bootable"], [9, 2, 1, "", "check_size"], [9, 5, 1, "", "default_size"], [9, 2, 1, "", "depends_on"], [9, 4, 1, "", "dict"], [9, 4, 1, "", "direct"], [9, 4, 1, "", "disk"], [9, 2, 1, "", "flag_available"], [9, 4, 1, "", "fstab_spec"], [9, 2, 1, "", "get_flag"], [9, 4, 1, "", "is_extended"], [9, 4, 1, "", "is_logical"], [9, 4, 1, "", "is_magic"], [9, 4, 1, "", "is_primary"], [9, 4, 1, "", "is_protected"], [9, 4, 1, "", "isleaf"], [9, 4, 1, "", "max_size"], [9, 4, 1, "", "min_size"], [9, 4, 1, "", "part_type"], [9, 4, 1, "", "part_type_uuid"], [9, 4, 1, "", "part_type_uuid_req"], [9, 4, 1, "", "parted_partition"], [9, 4, 1, "", "path"], [9, 2, 1, "", "populate_ksdata"], [9, 2, 1, "", "pre_commit_fixup"], [9, 2, 1, "", "probe"], [9, 4, 1, "", "protected"], [9, 2, 1, "", "read_current_size"], [9, 2, 1, "", "remove_hook"], [9, 4, 1, "", "resizable"], [9, 2, 1, "", "resize"], [9, 4, 1, "", "sector_size"], [9, 2, 1, "", "set_flag"], [9, 2, 1, "", "unset_flag"], [9, 2, 1, "", "update_name"], [9, 4, 1, "", "weight"]], "blivet.devices.raid": [[9, 1, 1, "", "RaidDevice"]], "blivet.devices.raid.RaidDevice": [[9, 4, 1, "", "members"]], "blivet.devices.storage": [[9, 1, 1, "", "StorageDevice"]], "blivet.devices.storage.StorageDevice": [[9, 2, 1, "", "add_hook"], [9, 2, 1, "", "align_target_size"], [9, 2, 1, "", "check_size"], [9, 5, 1, "", "config_actions_map"], [9, 4, 1, "", "controllable"], [9, 2, 1, "", "create"], [9, 4, 1, "", "current_size"], [9, 2, 1, "", "destroy"], [9, 4, 1, "", "dict"], [9, 4, 1, "", "direct"], [9, 4, 1, "", "disks"], [9, 4, 1, "", "encrypted"], [9, 4, 1, "", "format"], [9, 4, 1, "", "format_args"], [9, 4, 1, "", "format_immutable"], [9, 4, 1, "", "fstab_spec"], [9, 4, 1, "", "growable"], [9, 4, 1, "", "is_disk"], [9, 4, 1, "", "is_empty"], [9, 2, 1, "", "is_name_valid"], [9, 4, 1, "", "logical_block_size"], [9, 4, 1, "", "max_size"], [9, 4, 1, "", "media_present"], [9, 4, 1, "", "min_size"], [9, 4, 1, "", "model"], [9, 4, 1, "", "packages"], [9, 4, 1, "", "partitionable"], [9, 4, 1, "", "partitioned"], [9, 4, 1, "", "path"], [9, 4, 1, "", "physical_block_size"], [9, 2, 1, "", "populate_ksdata"], [9, 2, 1, "", "pre_commit_fixup"], [9, 4, 1, "", "protected"], [9, 4, 1, "", "raw_device"], [9, 2, 1, "", "read_current_size"], [9, 4, 1, "", "readonly"], [9, 4, 1, "", "removable"], [9, 2, 1, "", "remove_hook"], [9, 4, 1, "", "resizable"], [9, 2, 1, "", "resize"], [9, 4, 1, "", "sector_size"], [9, 4, 1, "", "serial"], [9, 2, 1, "", "setup"], [9, 2, 1, "", "setup_parents"], [9, 4, 1, "", "size"], [9, 4, 1, "", "status"], [9, 4, 1, "", "target_size"], [9, 2, 1, "", "teardown"], [9, 2, 1, "", "update_size"], [9, 2, 1, "", "update_sysfs_path"], [9, 4, 1, "", "vendor"]], "blivet.devices.stratis": [[9, 1, 1, "", "StratisFilesystemDevice"], [9, 1, 1, "", "StratisPoolDevice"]], "blivet.devices.stratis.StratisFilesystemDevice": [[9, 2, 1, "", "dracut_setup_args"], [9, 4, 1, "", "fsname"], [9, 4, 1, "", "pool"], [9, 4, 1, "", "used_size"]], "blivet.devices.stratis.StratisPoolDevice": [[9, 2, 1, "", "add_hook"], [9, 4, 1, "", "blockdevs"], [9, 2, 1, "", "dracut_setup_args"], [9, 4, 1, "", "encrypted"], [9, 4, 1, "", "filesystems"], [9, 4, 1, "", "free_space"], [9, 4, 1, "", "has_key"], [9, 4, 1, "", "key_file"], [9, 4, 1, "", "passphrase"], [9, 2, 1, "", "remove_hook"], [9, 4, 1, "", "size"]], "blivet.devicetree": [[6, 1, 1, "", "DeviceTree"], [6, 1, 1, "", "DeviceTreeBase"]], "blivet.devicetree.DeviceTree": [[6, 2, 1, "", "reset"]], "blivet.devicetree.DeviceTreeBase": [[6, 4, 1, "", "actions"], [6, 2, 1, "", "cancel_disk_actions"], [6, 4, 1, "", "devices"], [6, 2, 1, "", "expand_taglist"], [6, 4, 1, "", "filesystems"], [6, 2, 1, "", "get_dependent_devices"], [6, 2, 1, "", "get_device_by_id"], [6, 2, 1, "", "get_device_by_label"], [6, 2, 1, "", "get_device_by_name"], [6, 2, 1, "", "get_device_by_path"], [6, 2, 1, "", "get_device_by_sysfs_path"], [6, 2, 1, "", "get_device_by_uuid"], [6, 2, 1, "", "get_disk_actions"], [6, 2, 1, "", "get_related_disks"], [6, 2, 1, "", "hide"], [6, 4, 1, "", "labels"], [6, 4, 1, "", "leaves"], [6, 4, 1, "", "mountpoints"], [6, 4, 1, "", "names"], [6, 2, 1, "", "recursive_remove"], [6, 2, 1, "", "reset"], [6, 2, 1, "", "resolve_device"], [6, 2, 1, "", "setup_all"], [6, 2, 1, "", "teardown_all"], [6, 2, 1, "", "unhide"], [6, 4, 1, "", "uuids"]], "blivet.errors": [[6, 6, 1, "", "AlignmentError"], [6, 6, 1, "", "AvailabilityError"], [6, 6, 1, "", "BTRFSError"], [6, 6, 1, "", "BTRFSValueError"], [6, 6, 1, "", "CorruptGPTError"], [6, 6, 1, "", "DMError"], [6, 6, 1, "", "DMRaidMemberError"], [6, 6, 1, "", "DependencyError"], [6, 6, 1, "", "DeviceActionError"], [6, 6, 1, "", "DeviceCreateError"], [6, 6, 1, "", "DeviceDestroyError"], [6, 6, 1, "", "DeviceError"], [6, 6, 1, "", "DeviceFactoryError"], [6, 6, 1, "", "DeviceFormatError"], [6, 6, 1, "", "DeviceNotFoundError"], [6, 6, 1, "", "DeviceResizeError"], [6, 6, 1, "", "DeviceSetupError"], [6, 6, 1, "", "DeviceTeardownError"], [6, 6, 1, "", "DeviceTreeError"], [6, 6, 1, "", "DeviceUserDeniedFormatError"], [6, 6, 1, "", "DiskLabelCommitError"], [6, 6, 1, "", "DiskLabelError"], [6, 6, 1, "", "DiskLabelScanError"], [6, 6, 1, "", "DuplicateUUIDError"], [6, 6, 1, "", "DuplicateVGError"], [6, 6, 1, "", "EventHandlingError"], [6, 6, 1, "", "EventManagerError"], [6, 6, 1, "", "EventParamError"], [6, 6, 1, "", "FCoEError"], [6, 6, 1, "", "FSError"], [6, 6, 1, "", "FSReadLabelError"], [6, 6, 1, "", "FSResizeError"], [6, 6, 1, "", "FSTabTypeMismatchError"], [6, 6, 1, "", "FSWriteLabelError"], [6, 6, 1, "", "FSWriteUUIDError"], [6, 6, 1, "", "FormatCreateError"], [6, 6, 1, "", "FormatDestroyError"], [6, 6, 1, "", "FormatResizeError"], [6, 6, 1, "", "FormatSetupError"], [6, 6, 1, "", "FormatTeardownError"], [6, 6, 1, "", "GPTVolUUIDError"], [6, 6, 1, "", "ISCSIError"], [6, 6, 1, "", "InconsistentPVSectorSize"], [6, 6, 1, "", "IntegrityError"], [6, 6, 1, "", "InvalidDiskLabelError"], [6, 6, 1, "", "InvalidMultideviceSelection"], [6, 6, 1, "", "LUKSError"], [6, 6, 1, "", "LVMError"], [6, 6, 1, "", "LoopError"], [6, 6, 1, "", "MDMemberError"], [6, 6, 1, "", "MDRaidError"], [6, 6, 1, "", "MPathError"], [6, 6, 1, "", "MultipathMemberError"], [6, 6, 1, "", "NVMeError"], [6, 6, 1, "", "NoDisksError"], [6, 6, 1, "", "NoParentsError"], [6, 6, 1, "", "NotEnoughFreeSpaceError"], [6, 6, 1, "", "PartitioningError"], [6, 6, 1, "", "PhysicalVolumeError"], [6, 6, 1, "", "RaidError"], [6, 6, 1, "", "SinglePhysicalVolumeError"], [6, 6, 1, "", "StorageError"], [6, 6, 1, "", "StratisError"], [6, 6, 1, "", "SwapSpaceError"], [6, 6, 1, "", "ThreadError"], [6, 6, 1, "", "UdevError"], [6, 6, 1, "", "UnrecognizedFSTabEntryError"], [6, 6, 1, "", "UnusableConfigurationError"]], "blivet.errors.CorruptGPTError": [[6, 5, 1, "", "suggestion"]], "blivet.errors.DiskLabelScanError": [[6, 5, 1, "", "suggestion"]], "blivet.errors.DuplicateUUIDError": [[6, 5, 1, "", "suggestion"]], "blivet.errors.DuplicateVGError": [[6, 5, 1, "", "suggestion"]], "blivet.errors.InvalidMultideviceSelection": [[6, 5, 1, "", "suggestion"]], "blivet.errors.UnusableConfigurationError": [[6, 5, 1, "", "suggestion"]], "blivet.events": [[10, 0, 0, "-", "changes"], [10, 0, 0, "-", "handler"], [10, 0, 0, "-", "manager"]], "blivet.events.changes": [[10, 1, 1, "", "ActionCanceled"], [10, 1, 1, "", "AttributeChanged"], [10, 1, 1, "", "DeviceAdded"], [10, 1, 1, "", "DeviceRemoved"], [10, 1, 1, "", "ParentAdded"], [10, 1, 1, "", "ParentRemoved"], [10, 3, 1, "", "action_removed_cb"], [10, 3, 1, "", "attribute_changed_cb"], [10, 7, 1, "", "data"], [10, 3, 1, "", "device_added_cb"], [10, 3, 1, "", "device_removed_cb"], [10, 3, 1, "", "disable_callbacks"], [10, 3, 1, "", "enable_callbacks"], [10, 3, 1, "", "parent_added_cb"], [10, 3, 1, "", "parent_removed_cb"], [10, 3, 1, "", "record_change"]], "blivet.events.handler": [[10, 1, 1, "", "EventHandlerMixin"]], "blivet.events.handler.EventHandlerMixin": [[10, 2, 1, "", "handle_event"]], "blivet.events.manager": [[10, 1, 1, "", "Event"], [10, 1, 1, "", "EventManager"], [10, 1, 1, "", "EventMask"], [10, 1, 1, "", "UdevEventManager"], [10, 3, 1, "", "validate_cb"]], "blivet.events.manager.EventManager": [[10, 2, 1, "", "add_mask"], [10, 2, 1, "", "disable"], [10, 2, 1, "", "enable"], [10, 4, 1, "", "enabled"], [10, 4, 1, "", "error_cb"], [10, 2, 1, "", "handle_event"], [10, 4, 1, "", "handler_cb"], [10, 4, 1, "", "notify_cb"], [10, 2, 1, "", "remove_mask"]], "blivet.events.manager.EventMask": [[10, 2, 1, "", "match"]], "blivet.events.manager.UdevEventManager": [[10, 2, 1, "", "disable"], [10, 2, 1, "", "enable"], [10, 4, 1, "", "enabled"]], "blivet.fcoe": [[6, 1, 1, "", "FCoE"], [6, 3, 1, "", "has_fcoe"]], "blivet.fcoe.FCoE": [[6, 2, 1, "", "add_san"], [6, 2, 1, "", "startup"], [6, 2, 1, "", "write"], [6, 2, 1, "", "write_nic_fcoe_cfg"]], "blivet.flags": [[6, 1, 1, "", "Flags"]], "blivet.flags.Flags": [[6, 2, 1, "", "get_boot_cmdline"], [6, 2, 1, "", "update_from_boot_cmdline"]], "blivet.formats": [[11, 1, 1, "", "DeviceFormat"], [11, 0, 0, "-", "biosboot"], [11, 0, 0, "-", "disklabel"], [11, 0, 0, "-", "dmraid"], [11, 0, 0, "-", "fs"], [11, 0, 0, "-", "fslib"], [11, 3, 1, "", "get_default_filesystem_type"], [11, 3, 1, "", "get_device_format_class"], [11, 3, 1, "", "get_format"], [11, 0, 0, "-", "luks"], [11, 0, 0, "-", "lvmpv"], [11, 0, 0, "-", "mdraid"], [11, 0, 0, "-", "multipath"], [11, 0, 0, "-", "prepboot"], [11, 3, 1, "", "register_device_format"], [11, 0, 0, "-", "stratis"], [11, 0, 0, "-", "swap"]], "blivet.formats.DeviceFormat": [[11, 4, 1, "", "check"], [11, 4, 1, "", "controllable"], [11, 2, 1, "", "create"], [11, 4, 1, "", "create_options"], [11, 4, 1, "", "current_size"], [11, 4, 1, "", "desc"], [11, 2, 1, "", "destroy"], [11, 4, 1, "", "destroyable"], [11, 4, 1, "", "device"], [11, 4, 1, "", "dict"], [11, 2, 1, "", "do_resize"], [11, 4, 1, "", "dump"], [11, 4, 1, "", "formattable"], [11, 4, 1, "", "hidden"], [11, 4, 1, "", "ks_mountpoint"], [11, 2, 1, "", "label_format_ok"], [11, 2, 1, "", "labeling"], [11, 4, 1, "", "linux_native"], [11, 4, 1, "", "max_size"], [11, 4, 1, "", "min_size"], [11, 4, 1, "", "mountable"], [11, 4, 1, "", "name"], [11, 4, 1, "", "options"], [11, 4, 1, "", "packages"], [11, 5, 1, "", "parted_flag"], [11, 5, 1, "", "parted_system"], [11, 2, 1, "", "populate_ksdata"], [11, 2, 1, "", "relabels"], [11, 4, 1, "", "resizable"], [11, 2, 1, "", "setup"], [11, 4, 1, "", "size"], [11, 4, 1, "", "status"], [11, 4, 1, "", "supported"], [11, 4, 1, "", "target_size"], [11, 2, 1, "", "teardown"], [11, 4, 1, "", "type"], [11, 2, 1, "", "update_size_info"]], "blivet.formats.biosboot": [[11, 1, 1, "", "BIOSBoot"]], "blivet.formats.biosboot.BIOSBoot": [[11, 5, 1, "", "parted_flag"], [11, 4, 1, "", "status"], [11, 4, 1, "", "supported"]], "blivet.formats.disklabel": [[11, 1, 1, "", "DiskLabel"]], "blivet.formats.disklabel.DiskLabel": [[11, 2, 1, "", "add_partition"], [11, 4, 1, "", "alignment"], [11, 2, 1, "", "commit"], [11, 2, 1, "", "commit_to_disk"], [11, 4, 1, "", "desc"], [11, 4, 1, "", "dict"], [11, 4, 1, "", "end_alignment"], [11, 4, 1, "", "extended_partition"], [11, 4, 1, "", "first_partition"], [11, 4, 1, "", "free"], [11, 2, 1, "", "fresh_parted_disk"], [11, 2, 1, "", "get_alignment"], [11, 2, 1, "", "get_end_alignment"], [11, 2, 1, "", "get_minimal_alignment"], [11, 2, 1, "", "get_optimal_alignment"], [11, 2, 1, "", "get_platform_label_types"], [11, 4, 1, "", "label_type"], [11, 4, 1, "", "logical_partitions"], [11, 4, 1, "", "magic_partition_number"], [11, 4, 1, "", "name"], [11, 4, 1, "", "parted_device"], [11, 4, 1, "", "parted_disk"], [11, 4, 1, "", "partitions"], [11, 4, 1, "", "primary_partitions"], [11, 2, 1, "", "remove_partition"], [11, 2, 1, "", "reset_parted_disk"], [11, 4, 1, "", "sector_size"], [11, 2, 1, "", "set_default_label_type"], [11, 4, 1, "", "size"], [11, 4, 1, "", "status"], [11, 4, 1, "", "supported"], [11, 4, 1, "", "supports_names"], [11, 2, 1, "", "update_orig_parted_disk"], [11, 2, 1, "", "update_parted_disk"]], "blivet.formats.dmraid": [[11, 1, 1, "", "DMRaidMember"]], "blivet.formats.dmraid.DMRaidMember": [[11, 2, 1, "", "create"], [11, 2, 1, "", "destroy"]], "blivet.formats.fs": [[11, 1, 1, "", "AppleBootstrapFS"], [11, 1, 1, "", "BTRFS"], [11, 1, 1, "", "BindFS"], [11, 1, 1, "", "DevPtsFS"], [11, 1, 1, "", "EFIFS"], [11, 1, 1, "", "EFIVarFS"], [11, 1, 1, "", "ExFATFS"], [11, 1, 1, "", "Ext2FS"], [11, 1, 1, "", "Ext3FS"], [11, 1, 1, "", "Ext4FS"], [11, 1, 1, "", "F2FS"], [11, 1, 1, "", "FATFS"], [11, 1, 1, "", "FS"], [11, 1, 1, "", "GFS2"], [11, 1, 1, "", "HFS"], [11, 1, 1, "", "HFSPlus"], [11, 1, 1, "", "Iso9660FS"], [11, 1, 1, "", "JFS"], [11, 1, 1, "", "MacEFIFS"], [11, 1, 1, "", "NFS"], [11, 1, 1, "", "NFSv4"], [11, 1, 1, "", "NTFS"], [11, 1, 1, "", "NoDevFS"], [11, 1, 1, "", "ProcFS"], [11, 1, 1, "", "ReiserFS"], [11, 1, 1, "", "SELinuxFS"], [11, 1, 1, "", "StratisXFS"], [11, 1, 1, "", "SysFS"], [11, 1, 1, "", "TmpFS"], [11, 1, 1, "", "UDFFS"], [11, 1, 1, "", "USBFS"], [11, 1, 1, "", "XFS"]], "blivet.formats.fs.AppleBootstrapFS": [[11, 4, 1, "", "supported"]], "blivet.formats.fs.BTRFS": [[11, 4, 1, "", "container_uuid"], [11, 2, 1, "", "create"], [11, 2, 1, "", "destroy"]], "blivet.formats.fs.EFIFS": [[11, 5, 1, "", "parted_flag"], [11, 4, 1, "", "supported"]], "blivet.formats.fs.Ext2FS": [[11, 5, 1, "", "parted_system"]], "blivet.formats.fs.Ext3FS": [[11, 5, 1, "", "parted_system"]], "blivet.formats.fs.Ext4FS": [[11, 5, 1, "", "parted_system"]], "blivet.formats.fs.FATFS": [[11, 2, 1, "", "generate_new_uuid"], [11, 5, 1, "", "parted_system"]], "blivet.formats.fs.FS": [[11, 2, 1, "", "biggest_overhead_FS"], [11, 2, 1, "", "can_modify_uuid"], [11, 2, 1, "", "can_nodiscard"], [11, 2, 1, "", "can_set_uuid"], [11, 2, 1, "", "check_module"], [11, 5, 1, "", "config_actions_map"], [11, 4, 1, "", "controllable"], [11, 4, 1, "", "desc"], [11, 4, 1, "", "dict"], [11, 2, 1, "", "do_check"], [11, 4, 1, "", "formattable"], [11, 4, 1, "", "free"], [11, 2, 1, "", "free_space_estimate"], [11, 2, 1, "", "generate_new_uuid"], [11, 2, 1, "", "get_required_size"], [11, 4, 1, "", "label"], [11, 2, 1, "", "label_format_ok"], [11, 2, 1, "", "labeling"], [11, 2, 1, "", "mount"], [11, 4, 1, "", "mount_type"], [11, 4, 1, "", "mountable"], [11, 2, 1, "", "populate_ksdata"], [11, 2, 1, "", "read_label"], [11, 2, 1, "", "relabels"], [11, 2, 1, "", "reset_uuid"], [11, 4, 1, "", "resizable"], [11, 4, 1, "", "status"], [11, 4, 1, "", "supported"], [11, 2, 1, "", "sync"], [11, 4, 1, "", "system_mountpoint"], [11, 2, 1, "", "test_mount"], [11, 2, 1, "", "unmount"], [11, 2, 1, "", "update_size_info"], [11, 4, 1, "", "utils_available"], [11, 2, 1, "", "uuid_format_ok"], [11, 2, 1, "", "write_label"], [11, 2, 1, "", "write_uuid"]], "blivet.formats.fs.GFS2": [[11, 4, 1, "", "supported"]], "blivet.formats.fs.HFS": [[11, 5, 1, "", "parted_system"]], "blivet.formats.fs.HFSPlus": [[11, 5, 1, "", "parted_system"]], "blivet.formats.fs.JFS": [[11, 5, 1, "", "parted_system"], [11, 4, 1, "", "supported"]], "blivet.formats.fs.MacEFIFS": [[11, 4, 1, "", "supported"]], "blivet.formats.fs.NTFS": [[11, 2, 1, "", "generate_new_uuid"], [11, 5, 1, "", "parted_system"]], "blivet.formats.fs.NoDevFS": [[11, 4, 1, "", "type"]], "blivet.formats.fs.ReiserFS": [[11, 5, 1, "", "parted_system"], [11, 4, 1, "", "supported"]], "blivet.formats.fs.TmpFS": [[11, 2, 1, "", "create"], [11, 2, 1, "", "destroy"], [11, 2, 1, "", "do_resize"], [11, 4, 1, "", "free"]], "blivet.formats.fs.XFS": [[11, 5, 1, "", "parted_system"], [11, 2, 1, "", "write_uuid"]], "blivet.formats.fslib": [[11, 1, 1, "", "FSResize"], [11, 3, 1, "", "update_kernel_filesystems"]], "blivet.formats.fslib.FSResize": [[11, 5, 1, "", "OFFLINE_GROW"], [11, 5, 1, "", "OFFLINE_SHRINK"], [11, 5, 1, "", "ONLINE_GROW"], [11, 5, 1, "", "ONLINE_SHRINK"]], "blivet.formats.luks": [[11, 1, 1, "", "Integrity"], [11, 1, 1, "", "LUKS"], [11, 1, 1, "", "LUKS2PBKDFArgs"]], "blivet.formats.luks.Integrity": [[11, 4, 1, "", "formattable"], [11, 4, 1, "", "status"]], "blivet.formats.luks.LUKS": [[11, 2, 1, "", "add_passphrase"], [11, 4, 1, "", "configured"], [11, 4, 1, "", "controllable"], [11, 4, 1, "", "destroyable"], [11, 4, 1, "", "dict"], [11, 2, 1, "", "escrow"], [11, 4, 1, "", "formattable"], [11, 4, 1, "", "has_key"], [11, 4, 1, "", "key_file"], [11, 4, 1, "", "name"], [11, 4, 1, "", "passphrase"], [11, 2, 1, "", "populate_ksdata"], [11, 2, 1, "", "remove_passphrase"], [11, 4, 1, "", "status"], [11, 4, 1, "", "supported"], [11, 2, 1, "", "update_size_info"]], "blivet.formats.lvmpv": [[11, 1, 1, "", "LVMPhysicalVolume"]], "blivet.formats.lvmpv.LVMPhysicalVolume": [[11, 4, 1, "", "container_uuid"], [11, 4, 1, "", "destroyable"], [11, 4, 1, "", "dict"], [11, 4, 1, "", "formattable"], [11, 4, 1, "", "free"], [11, 2, 1, "", "lvmdevices_add"], [11, 2, 1, "", "lvmdevices_remove"], [11, 5, 1, "", "parted_flag"], [11, 4, 1, "", "status"], [11, 4, 1, "", "supported"], [11, 2, 1, "", "update_size_info"]], "blivet.formats.mdraid": [[11, 1, 1, "", "MDRaidMember"]], "blivet.formats.mdraid.MDRaidMember": [[11, 4, 1, "", "container_uuid"], [11, 4, 1, "", "destroyable"], [11, 4, 1, "", "dict"], [11, 4, 1, "", "formattable"], [11, 4, 1, "", "hidden"], [11, 5, 1, "", "parted_flag"], [11, 4, 1, "", "status"], [11, 4, 1, "", "supported"]], "blivet.formats.multipath": [[11, 1, 1, "", "MultipathMember"]], "blivet.formats.multipath.MultipathMember": [[11, 2, 1, "", "create"], [11, 2, 1, "", "destroy"], [11, 4, 1, "", "member"]], "blivet.formats.prepboot": [[11, 1, 1, "", "PPCPRePBoot"]], "blivet.formats.prepboot.PPCPRePBoot": [[11, 5, 1, "", "parted_flag"], [11, 4, 1, "", "status"], [11, 4, 1, "", "supported"]], "blivet.formats.stratis": [[11, 1, 1, "", "StratisBlockdev"]], "blivet.formats.stratis.StratisBlockdev": [[11, 4, 1, "", "dict"], [11, 4, 1, "", "has_key"], [11, 4, 1, "", "key_file"], [11, 4, 1, "", "passphrase"], [11, 4, 1, "", "status"], [11, 2, 1, "", "unlock_pool"]], "blivet.formats.swap": [[11, 1, 1, "", "SwapSpace"]], "blivet.formats.swap.SwapSpace": [[11, 5, 1, "", "config_actions_map"], [11, 4, 1, "", "controllable"], [11, 4, 1, "", "dict"], [11, 4, 1, "", "formattable"], [11, 4, 1, "", "label"], [11, 2, 1, "", "label_format_ok"], [11, 2, 1, "", "labeling"], [11, 5, 1, "", "parted_flag"], [11, 5, 1, "", "parted_system"], [11, 4, 1, "", "priority"], [11, 2, 1, "", "relabels"], [11, 4, 1, "", "status"], [11, 4, 1, "", "supported"], [11, 2, 1, "", "uuid_format_ok"], [11, 2, 1, "", "write_label"]], "blivet.i18n": [[6, 3, 1, "", "N_"], [6, 3, 1, "", "P_"]], "blivet.iscsi": [[6, 1, 1, "", "LoginInfo"], [6, 1, 1, "", "NodeInfo"], [6, 1, 1, "", "TargetInfo"], [6, 3, 1, "", "has_iscsi"], [6, 1, 1, "", "iSCSI"], [6, 1, 1, "", "iSCSIDependencyGuard"], [6, 7, 1, "", "iscsi"]], "blivet.iscsi.NodeInfo": [[6, 4, 1, "", "conn_info"]], "blivet.iscsi.TargetInfo": [[6, 5, 1, "", "ipaddr"], [6, 5, 1, "", "port"]], "blivet.iscsi.iSCSI": [[6, 2, 1, "", "active_nodes"], [6, 2, 1, "", "add_target"], [6, 4, 1, "", "available"], [6, 2, 1, "", "create_interfaces"], [6, 2, 1, "", "delete_interfaces"], [6, 2, 1, "", "discover"], [6, 2, 1, "", "get_node"], [6, 2, 1, "", "get_node_disks"], [6, 4, 1, "", "initiator"], [6, 4, 1, "", "initiator_set"], [6, 2, 1, "", "log_into_node"], [6, 4, 1, "", "mode"], [6, 2, 1, "", "stabilize"], [6, 2, 1, "", "startup"], [6, 2, 1, "", "write"]], "blivet.iscsi.iSCSIDependencyGuard": [[6, 5, 1, "", "error_msg"]], "blivet.mounts": [[6, 1, 1, "", "MountsCache"]], "blivet.mounts.MountsCache": [[6, 2, 1, "", "get_mountpoints"], [6, 2, 1, "", "is_mountpoint"]], "blivet.nvme": [[6, 1, 1, "", "NVMe"], [6, 7, 1, "", "nvme"]], "blivet.nvme.NVMe": [[6, 2, 1, "", "startup"], [6, 2, 1, "", "write"]], "blivet.partitioning": [[6, 1, 1, "", "Chunk"], [6, 1, 1, "", "DiskChunk"], [6, 1, 1, "", "LVRequest"], [6, 1, 1, "", "PartitionRequest"], [6, 1, 1, "", "Request"], [6, 1, 1, "", "SameSizeSet"], [6, 1, 1, "", "ThinPoolChunk"], [6, 1, 1, "", "TotalSizeSet"], [6, 1, 1, "", "VGChunk"], [6, 3, 1, "", "add_partition"], [6, 3, 1, "", "align_size_for_disklabel"], [6, 3, 1, "", "allocate_partitions"], [6, 3, 1, "", "do_partitioning"], [6, 3, 1, "", "get_best_free_space_region"], [6, 3, 1, "", "get_disk_chunks"], [6, 3, 1, "", "get_free_regions"], [6, 3, 1, "", "get_next_partition_type"], [6, 3, 1, "", "grow_lvm"], [6, 3, 1, "", "grow_partitions"], [6, 3, 1, "", "lv_compare"], [6, 3, 1, "", "manage_size_sets"], [6, 3, 1, "", "partition_compare"], [6, 3, 1, "", "remove_new_partitions"], [6, 3, 1, "", "resolve_disk_tags"], [6, 3, 1, "", "sectors_to_size"], [6, 3, 1, "", "size_to_sectors"], [6, 3, 1, "", "update_extended_partitions"]], "blivet.partitioning.Chunk": [[6, 2, 1, "", "add_request"], [6, 4, 1, "", "done"], [6, 2, 1, "", "grow_requests"], [6, 4, 1, "", "growth"], [6, 4, 1, "", "has_growable"], [6, 2, 1, "", "length_to_size"], [6, 2, 1, "", "max_growth"], [6, 2, 1, "", "reclaim"], [6, 4, 1, "", "remaining"], [6, 2, 1, "", "size_to_length"], [6, 2, 1, "", "sort_requests"], [6, 2, 1, "", "trim_over_grown_request"]], "blivet.partitioning.DiskChunk": [[6, 2, 1, "", "add_request"], [6, 2, 1, "", "length_to_size"], [6, 2, 1, "", "max_growth"], [6, 2, 1, "", "size_to_length"], [6, 2, 1, "", "sort_requests"]], "blivet.partitioning.LVRequest": [[6, 4, 1, "", "reserve_request"]], "blivet.partitioning.Request": [[6, 4, 1, "", "growable"], [6, 4, 1, "", "id"], [6, 4, 1, "", "reserve_request"]], "blivet.partitioning.TotalSizeSet": [[6, 2, 1, "", "allocate"], [6, 2, 1, "", "deallocate"], [6, 4, 1, "", "needed"]], "blivet.partitioning.VGChunk": [[6, 2, 1, "", "add_request"], [6, 2, 1, "", "length_to_size"], [6, 2, 1, "", "size_to_length"], [6, 2, 1, "", "sort_requests"]], "blivet.populator": [[13, 0, 0, "-", "helpers"], [12, 0, 0, "-", "populator"]], "blivet.populator.helpers": [[13, 0, 0, "-", "boot"], [13, 0, 0, "-", "btrfs"], [13, 0, 0, "-", "devicepopulator"], [13, 0, 0, "-", "disk"], [13, 0, 0, "-", "disklabel"], [13, 0, 0, "-", "dm"], [13, 0, 0, "-", "formatpopulator"], [13, 3, 1, "", "get_device_helper"], [13, 3, 1, "", "get_format_helper"], [13, 0, 0, "-", "loop"], [13, 0, 0, "-", "luks"], [13, 0, 0, "-", "lvm"], [13, 0, 0, "-", "mdraid"], [13, 0, 0, "-", "multipath"], [13, 0, 0, "-", "optical"], [13, 0, 0, "-", "partition"], [13, 0, 0, "-", "populatorhelper"], [13, 0, 0, "-", "stratis"]], "blivet.populator.helpers.boot": [[13, 1, 1, "", "AppleBootFormatPopulator"], [13, 1, 1, "", "BootFormatPopulator"], [13, 1, 1, "", "EFIFormatPopulator"], [13, 1, 1, "", "MacEFIFormatPopulator"]], "blivet.populator.helpers.boot.BootFormatPopulator": [[13, 2, 1, "", "match"], [13, 5, 1, "", "priority"]], "blivet.populator.helpers.boot.MacEFIFormatPopulator": [[13, 2, 1, "", "match"]], "blivet.populator.helpers.btrfs": [[13, 1, 1, "", "BTRFSFormatPopulator"]], "blivet.populator.helpers.btrfs.BTRFSFormatPopulator": [[13, 5, 1, "", "priority"], [13, 2, 1, "", "run"]], "blivet.populator.helpers.devicepopulator": [[13, 1, 1, "", "DevicePopulator"]], "blivet.populator.helpers.devicepopulator.DevicePopulator": [[13, 2, 1, "", "match"], [13, 2, 1, "", "update"]], "blivet.populator.helpers.disk": [[13, 1, 1, "", "DASDDevicePopulator"], [13, 1, 1, "", "DiskDevicePopulator"], [13, 1, 1, "", "FCoEDevicePopulator"], [13, 1, 1, "", "MDBiosRaidDevicePopulator"], [13, 1, 1, "", "NVDIMMNamespaceDevicePopulator"], [13, 1, 1, "", "NVMeFabricsNamespaceDevicePopulator"], [13, 1, 1, "", "NVMeNamespaceDevicePopulator"], [13, 1, 1, "", "ZFCPDevicePopulator"], [13, 1, 1, "", "iScsiDevicePopulator"]], "blivet.populator.helpers.disk.DASDDevicePopulator": [[13, 2, 1, "", "match"], [13, 5, 1, "", "priority"]], "blivet.populator.helpers.disk.DiskDevicePopulator": [[13, 2, 1, "", "match"], [13, 5, 1, "", "priority"], [13, 2, 1, "", "run"]], "blivet.populator.helpers.disk.FCoEDevicePopulator": [[13, 2, 1, "", "match"], [13, 5, 1, "", "priority"]], "blivet.populator.helpers.disk.MDBiosRaidDevicePopulator": [[13, 2, 1, "", "match"], [13, 5, 1, "", "priority"]], "blivet.populator.helpers.disk.NVDIMMNamespaceDevicePopulator": [[13, 2, 1, "", "match"], [13, 5, 1, "", "priority"]], "blivet.populator.helpers.disk.NVMeFabricsNamespaceDevicePopulator": [[13, 2, 1, "", "match"], [13, 5, 1, "", "priority"]], "blivet.populator.helpers.disk.NVMeNamespaceDevicePopulator": [[13, 2, 1, "", "match"], [13, 5, 1, "", "priority"]], "blivet.populator.helpers.disk.ZFCPDevicePopulator": [[13, 2, 1, "", "match"], [13, 5, 1, "", "priority"]], "blivet.populator.helpers.disk.iScsiDevicePopulator": [[13, 2, 1, "", "match"], [13, 5, 1, "", "priority"]], "blivet.populator.helpers.disklabel": [[13, 1, 1, "", "DiskLabelFormatPopulator"]], "blivet.populator.helpers.disklabel.DiskLabelFormatPopulator": [[13, 2, 1, "", "match"], [13, 5, 1, "", "priority"], [13, 2, 1, "", "run"], [13, 2, 1, "", "update"]], "blivet.populator.helpers.dm": [[13, 1, 1, "", "DMDevicePopulator"]], "blivet.populator.helpers.dm.DMDevicePopulator": [[13, 2, 1, "", "match"], [13, 5, 1, "", "priority"], [13, 2, 1, "", "run"]], "blivet.populator.helpers.formatpopulator": [[13, 1, 1, "", "FormatPopulator"]], "blivet.populator.helpers.formatpopulator.FormatPopulator": [[13, 2, 1, "", "match"], [13, 5, 1, "", "priority"], [13, 2, 1, "", "run"], [13, 4, 1, "", "type_spec"], [13, 2, 1, "", "update"]], "blivet.populator.helpers.loop": [[13, 1, 1, "", "LoopDevicePopulator"]], "blivet.populator.helpers.loop.LoopDevicePopulator": [[13, 2, 1, "", "match"], [13, 2, 1, "", "run"]], "blivet.populator.helpers.luks": [[13, 1, 1, "", "IntegrityDevicePopulator"], [13, 1, 1, "", "IntegrityFormatPopulator"], [13, 1, 1, "", "LUKSDevicePopulator"], [13, 1, 1, "", "LUKSFormatPopulator"]], "blivet.populator.helpers.luks.IntegrityDevicePopulator": [[13, 2, 1, "", "match"], [13, 2, 1, "", "run"]], "blivet.populator.helpers.luks.IntegrityFormatPopulator": [[13, 5, 1, "", "priority"]], "blivet.populator.helpers.luks.LUKSDevicePopulator": [[13, 2, 1, "", "match"], [13, 2, 1, "", "run"]], "blivet.populator.helpers.luks.LUKSFormatPopulator": [[13, 2, 1, "", "match"], [13, 5, 1, "", "priority"], [13, 2, 1, "", "run"]], "blivet.populator.helpers.lvm": [[13, 1, 1, "", "LVMDevicePopulator"], [13, 1, 1, "", "LVMFormatPopulator"]], "blivet.populator.helpers.lvm.LVMDevicePopulator": [[13, 2, 1, "", "match"], [13, 2, 1, "", "run"]], "blivet.populator.helpers.lvm.LVMFormatPopulator": [[13, 5, 1, "", "priority"], [13, 2, 1, "", "run"], [13, 2, 1, "", "update"]], "blivet.populator.helpers.mdraid": [[13, 1, 1, "", "MDDevicePopulator"], [13, 1, 1, "", "MDFormatPopulator"]], "blivet.populator.helpers.mdraid.MDDevicePopulator": [[13, 2, 1, "", "match"], [13, 2, 1, "", "run"]], "blivet.populator.helpers.mdraid.MDFormatPopulator": [[13, 5, 1, "", "priority"], [13, 2, 1, "", "run"], [13, 2, 1, "", "update"]], "blivet.populator.helpers.multipath": [[13, 1, 1, "", "MultipathDevicePopulator"], [13, 1, 1, "", "MultipathFormatPopulator"]], "blivet.populator.helpers.multipath.MultipathDevicePopulator": [[13, 2, 1, "", "match"], [13, 2, 1, "", "run"]], "blivet.populator.helpers.multipath.MultipathFormatPopulator": [[13, 5, 1, "", "priority"]], "blivet.populator.helpers.optical": [[13, 1, 1, "", "OpticalDevicePopulator"]], "blivet.populator.helpers.optical.OpticalDevicePopulator": [[13, 2, 1, "", "match"], [13, 2, 1, "", "run"]], "blivet.populator.helpers.partition": [[13, 1, 1, "", "PartitionDevicePopulator"]], "blivet.populator.helpers.partition.PartitionDevicePopulator": [[13, 2, 1, "", "match"], [13, 5, 1, "", "priority"], [13, 2, 1, "", "run"]], "blivet.populator.helpers.populatorhelper": [[13, 1, 1, "", "PopulatorHelper"]], "blivet.populator.helpers.populatorhelper.PopulatorHelper": [[13, 2, 1, "", "match"], [13, 5, 1, "", "priority"], [13, 2, 1, "", "run"], [13, 2, 1, "", "update"]], "blivet.populator.helpers.stratis": [[13, 1, 1, "", "StratisFormatPopulator"], [13, 1, 1, "", "StratisXFSFormatPopulator"]], "blivet.populator.helpers.stratis.StratisFormatPopulator": [[13, 2, 1, "", "match"], [13, 5, 1, "", "priority"], [13, 2, 1, "", "run"]], "blivet.populator.helpers.stratis.StratisXFSFormatPopulator": [[13, 2, 1, "", "match"], [13, 5, 1, "", "priority"], [13, 2, 1, "", "run"]], "blivet.populator.populator": [[12, 1, 1, "", "PopulatorMixin"], [12, 3, 1, "", "parted_exn_handler"]], "blivet.populator.populator.PopulatorMixin": [[12, 2, 1, "", "drop_device_info_cache"], [12, 2, 1, "", "handle_device"], [12, 2, 1, "", "handle_format"], [12, 2, 1, "", "handle_nodev_filesystems"], [12, 2, 1, "", "populate"], [12, 2, 1, "", "reset"], [12, 2, 1, "", "save_luks_passphrase"], [12, 2, 1, "", "set_disk_images"], [12, 2, 1, "", "setup_disk_images"], [12, 2, 1, "", "teardown_disk_images"]], "blivet.safe_dbus": [[6, 6, 1, "", "DBusCallError"], [6, 6, 1, "", "DBusPropertyError"], [6, 6, 1, "", "SafeDBusError"], [6, 3, 1, "", "call_sync"], [6, 3, 1, "", "check_object_available"], [6, 3, 1, "", "get_new_session_connection"], [6, 3, 1, "", "get_new_system_connection"], [6, 3, 1, "", "get_properties_sync"], [6, 3, 1, "", "get_property_sync"]], "blivet.size": [[6, 1, 1, "", "Size"], [6, 3, 1, "", "unit_str"]], "blivet.size.Size": [[6, 2, 1, "", "convert_to"], [6, 2, 1, "", "ensure_percent_reserve"], [6, 2, 1, "", "human_readable"], [6, 2, 1, "", "round_to_nearest"]], "blivet.static_data": [[14, 0, 0, "-", "luks_data"], [14, 0, 0, "-", "lvm_info"], [14, 0, 0, "-", "mpath_info"], [14, 0, 0, "-", "nvdimm"], [14, 0, 0, "-", "stratis_info"]], "blivet.static_data.luks_data": [[14, 1, 1, "", "LUKS_Data"]], "blivet.static_data.luks_data.LUKS_Data": [[14, 2, 1, "", "add_passphrase"], [14, 2, 1, "", "add_passphrases"], [14, 2, 1, "", "clear_passphrases"], [14, 4, 1, "", "encryption_passphrase"], [14, 4, 1, "", "luks_devs"], [14, 4, 1, "", "min_entropy"], [14, 4, 1, "", "passphrases"], [14, 4, 1, "", "pbkdf_args"], [14, 2, 1, "", "reset"], [14, 2, 1, "", "save_passphrase"]], "blivet.static_data.lvm_info": [[14, 1, 1, "", "LVsInfo"], [14, 1, 1, "", "PVsInfo"], [14, 1, 1, "", "VGsInfo"]], "blivet.static_data.lvm_info.LVsInfo": [[14, 4, 1, "", "cache"], [14, 2, 1, "", "drop_cache"]], "blivet.static_data.lvm_info.PVsInfo": [[14, 4, 1, "", "cache"], [14, 2, 1, "", "drop_cache"]], "blivet.static_data.lvm_info.VGsInfo": [[14, 4, 1, "", "cache"], [14, 2, 1, "", "drop_cache"]], "blivet.static_data.mpath_info": [[14, 1, 1, "", "MpathMembers"]], "blivet.static_data.mpath_info.MpathMembers": [[14, 2, 1, "", "drop_cache"], [14, 2, 1, "", "is_mpath_member"], [14, 2, 1, "", "update_cache"]], "blivet.static_data.nvdimm": [[14, 1, 1, "", "NVDIMM"], [14, 1, 1, "", "NVDIMMDependencyGuard"], [14, 7, 1, "", "nvdimm"]], "blivet.static_data.nvdimm.NVDIMM": [[14, 2, 1, "", "enable_namespace"], [14, 2, 1, "", "get_namespace_info"], [14, 4, 1, "", "namespaces"], [14, 2, 1, "", "reconfigure_namespace"], [14, 2, 1, "", "update_namespaces_info"]], "blivet.static_data.nvdimm.NVDIMMDependencyGuard": [[14, 5, 1, "", "error_msg"]], "blivet.static_data.stratis_info": [[14, 1, 1, "", "StratisBlockdevInfo"], [14, 1, 1, "", "StratisFilesystemInfo"], [14, 1, 1, "", "StratisInfo"], [14, 1, 1, "", "StratisLockedPoolInfo"], [14, 1, 1, "", "StratisPoolInfo"]], "blivet.static_data.stratis_info.StratisBlockdevInfo": [[14, 5, 1, "", "object_path"], [14, 5, 1, "", "path"], [14, 5, 1, "", "pool_name"], [14, 5, 1, "", "pool_uuid"], [14, 5, 1, "", "uuid"]], "blivet.static_data.stratis_info.StratisFilesystemInfo": [[14, 5, 1, "", "name"], [14, 5, 1, "", "object_path"], [14, 5, 1, "", "pool_name"], [14, 5, 1, "", "pool_uuid"], [14, 5, 1, "", "used_size"], [14, 5, 1, "", "uuid"]], "blivet.static_data.stratis_info.StratisInfo": [[14, 4, 1, "", "blockdevs"], [14, 2, 1, "", "drop_cache"], [14, 4, 1, "", "filesystems"], [14, 2, 1, "", "get_blockdev_info"], [14, 2, 1, "", "get_filesystem_info"], [14, 2, 1, "", "get_pool_info"], [14, 4, 1, "", "locked_pools"], [14, 4, 1, "", "pools"]], "blivet.static_data.stratis_info.StratisLockedPoolInfo": [[14, 5, 1, "", "devices"], [14, 5, 1, "", "key_desc"], [14, 5, 1, "", "uuid"]], "blivet.static_data.stratis_info.StratisPoolInfo": [[14, 5, 1, "", "encrypted"], [14, 5, 1, "", "name"], [14, 5, 1, "", "object_path"], [14, 5, 1, "", "physical_size"], [14, 5, 1, "", "physical_used"], [14, 5, 1, "", "uuid"]], "blivet.storage_log": [[6, 3, 1, "", "function_name_and_depth"], [6, 3, 1, "", "log_exception_info"], [6, 3, 1, "", "log_method_call"], [6, 3, 1, "", "log_method_return"]], "blivet.tasks": [[15, 0, 0, "-", "availability"], [15, 0, 0, "-", "dfresize"], [15, 0, 0, "-", "fsck"], [15, 0, 0, "-", "fsinfo"], [15, 0, 0, "-", "fslabeling"], [15, 0, 0, "-", "fsminsize"], [15, 0, 0, "-", "fsmkfs"], [15, 0, 0, "-", "fsmount"], [15, 0, 0, "-", "fsreadlabel"], [15, 0, 0, "-", "fsresize"], [15, 0, 0, "-", "fssize"], [15, 0, 0, "-", "fssync"], [15, 0, 0, "-", "fstask"], [15, 0, 0, "-", "fsuuid"], [15, 0, 0, "-", "fswritelabel"], [15, 0, 0, "-", "fswriteuuid"], [15, 0, 0, "-", "lukstasks"], [15, 0, 0, "-", "pvtask"], [15, 0, 0, "-", "task"]], "blivet.tasks.availability": [[15, 1, 1, "", "AppVersionInfo"], [15, 1, 1, "", "BlockDevMethod"], [15, 1, 1, "", "BlockDevTechInfo"], [15, 1, 1, "", "DBusMethod"], [15, 1, 1, "", "ExternalResource"], [15, 1, 1, "", "Method"], [15, 1, 1, "", "VersionMethod"], [15, 3, 1, "", "application"], [15, 3, 1, "", "application_by_version"], [15, 3, 1, "", "available_resource"], [15, 3, 1, "", "blockdev_plugin"], [15, 3, 1, "", "dbus_service"], [15, 3, 1, "", "unavailable_resource"]], "blivet.tasks.availability.BlockDevMethod": [[15, 2, 1, "", "availability_errors"]], "blivet.tasks.availability.DBusMethod": [[15, 2, 1, "", "availability_errors"]], "blivet.tasks.availability.ExternalResource": [[15, 4, 1, "", "availability_errors"], [15, 4, 1, "", "available"]], "blivet.tasks.availability.Method": [[15, 2, 1, "", "availability_errors"]], "blivet.tasks.availability.VersionMethod": [[15, 2, 1, "", "availability_errors"]], "blivet.tasks.dfresize": [[15, 1, 1, "", "DFResizeTask"], [15, 1, 1, "", "UnimplementedDFResize"]], "blivet.tasks.dfresize.DFResizeTask": [[15, 4, 1, "", "unit"]], "blivet.tasks.dfresize.UnimplementedDFResize": [[15, 4, 1, "", "unit"]], "blivet.tasks.fsck": [[15, 1, 1, "", "DosFSCK"], [15, 1, 1, "", "Ext2FSCK"], [15, 1, 1, "", "F2FSFSCK"], [15, 1, 1, "", "FSCK"], [15, 1, 1, "", "HFSPlusFSCK"], [15, 1, 1, "", "NTFSFSCK"], [15, 1, 1, "", "UnimplementedFSCK"], [15, 1, 1, "", "XFSCK"]], "blivet.tasks.fsck.DosFSCK": [[15, 5, 1, "", "ext"], [15, 5, 1, "", "options"]], "blivet.tasks.fsck.Ext2FSCK": [[15, 5, 1, "", "ext"], [15, 5, 1, "", "options"]], "blivet.tasks.fsck.F2FSFSCK": [[15, 5, 1, "", "ext"], [15, 5, 1, "", "options"]], "blivet.tasks.fsck.FSCK": [[15, 5, 1, "", "description"], [15, 2, 1, "", "do_task"], [15, 4, 1, "", "options"]], "blivet.tasks.fsck.HFSPlusFSCK": [[15, 5, 1, "", "ext"], [15, 5, 1, "", "options"]], "blivet.tasks.fsck.NTFSFSCK": [[15, 5, 1, "", "ext"], [15, 5, 1, "", "options"]], "blivet.tasks.fsck.XFSCK": [[15, 5, 1, "", "ext"], [15, 5, 1, "", "options"]], "blivet.tasks.fsinfo": [[15, 1, 1, "", "Ext2FSInfo"], [15, 1, 1, "", "FSInfo"], [15, 1, 1, "", "JFSInfo"], [15, 1, 1, "", "NTFSInfo"], [15, 1, 1, "", "ReiserFSInfo"], [15, 1, 1, "", "UnimplementedFSInfo"], [15, 1, 1, "", "XFSInfo"]], "blivet.tasks.fsinfo.Ext2FSInfo": [[15, 5, 1, "", "ext"], [15, 5, 1, "", "options"]], "blivet.tasks.fsinfo.FSInfo": [[15, 5, 1, "", "description"], [15, 2, 1, "", "do_task"], [15, 4, 1, "", "options"]], "blivet.tasks.fsinfo.JFSInfo": [[15, 5, 1, "", "ext"], [15, 5, 1, "", "options"]], "blivet.tasks.fsinfo.NTFSInfo": [[15, 5, 1, "", "ext"], [15, 5, 1, "", "options"]], "blivet.tasks.fsinfo.ReiserFSInfo": [[15, 5, 1, "", "ext"], [15, 5, 1, "", "options"]], "blivet.tasks.fsinfo.XFSInfo": [[15, 5, 1, "", "ext"], [15, 5, 1, "", "options"]], "blivet.tasks.fslabeling": [[15, 1, 1, "", "Ext2FSLabeling"], [15, 1, 1, "", "F2FSLabeling"], [15, 1, 1, "", "FATFSLabeling"], [15, 1, 1, "", "FSLabeling"], [15, 1, 1, "", "HFSLabeling"], [15, 1, 1, "", "HFSPlusLabeling"], [15, 1, 1, "", "JFSLabeling"], [15, 1, 1, "", "NTFSLabeling"], [15, 1, 1, "", "ReiserFSLabeling"], [15, 1, 1, "", "XFSLabeling"]], "blivet.tasks.fslabeling.Ext2FSLabeling": [[15, 5, 1, "", "default_label"], [15, 2, 1, "", "label_format_ok"]], "blivet.tasks.fslabeling.F2FSLabeling": [[15, 5, 1, "", "default_label"], [15, 2, 1, "", "label_format_ok"]], "blivet.tasks.fslabeling.FATFSLabeling": [[15, 5, 1, "", "default_label"], [15, 2, 1, "", "label_format_ok"]], "blivet.tasks.fslabeling.FSLabeling": [[15, 4, 1, "", "default_label"], [15, 2, 1, "", "label_format_ok"]], "blivet.tasks.fslabeling.HFSLabeling": [[15, 5, 1, "", "default_label"], [15, 2, 1, "", "label_format_ok"]], "blivet.tasks.fslabeling.HFSPlusLabeling": [[15, 5, 1, "", "default_label"], [15, 2, 1, "", "label_format_ok"]], "blivet.tasks.fslabeling.JFSLabeling": [[15, 5, 1, "", "default_label"], [15, 2, 1, "", "label_format_ok"]], "blivet.tasks.fslabeling.NTFSLabeling": [[15, 5, 1, "", "default_label"], [15, 2, 1, "", "label_format_ok"]], "blivet.tasks.fslabeling.ReiserFSLabeling": [[15, 5, 1, "", "default_label"], [15, 2, 1, "", "label_format_ok"]], "blivet.tasks.fslabeling.XFSLabeling": [[15, 5, 1, "", "default_label"], [15, 2, 1, "", "label_format_ok"]], "blivet.tasks.fsminsize": [[15, 1, 1, "", "Ext2FSMinSize"], [15, 1, 1, "", "FSMinSize"], [15, 1, 1, "", "NTFSMinSize"], [15, 1, 1, "", "UnimplementedFSMinSize"]], "blivet.tasks.fsminsize.Ext2FSMinSize": [[15, 4, 1, "", "depends_on"], [15, 2, 1, "", "do_task"], [15, 5, 1, "", "ext"], [15, 5, 1, "", "options"]], "blivet.tasks.fsminsize.FSMinSize": [[15, 5, 1, "", "description"], [15, 2, 1, "", "do_task"], [15, 4, 1, "", "options"]], "blivet.tasks.fsminsize.NTFSMinSize": [[15, 2, 1, "", "do_task"], [15, 5, 1, "", "ext"], [15, 5, 1, "", "options"]], "blivet.tasks.fsmkfs": [[15, 1, 1, "", "BTRFSMkfs"], [15, 1, 1, "", "Ext2FSMkfs"], [15, 1, 1, "", "Ext3FSMkfs"], [15, 1, 1, "", "Ext4FSMkfs"], [15, 1, 1, "", "F2FSMkfs"], [15, 1, 1, "", "FATFSMkfs"], [15, 1, 1, "", "FSMkfs"], [15, 1, 1, "", "FSMkfsTask"], [15, 1, 1, "", "GFS2Mkfs"], [15, 1, 1, "", "HFSMkfs"], [15, 1, 1, "", "HFSPlusMkfs"], [15, 1, 1, "", "JFSMkfs"], [15, 1, 1, "", "NTFSMkfs"], [15, 1, 1, "", "ReiserFSMkfs"], [15, 1, 1, "", "UnimplementedFSMkfs"], [15, 1, 1, "", "XFSMkfs"]], "blivet.tasks.fsmkfs.BTRFSMkfs": [[15, 4, 1, "", "args"], [15, 5, 1, "", "ext"], [15, 2, 1, "", "get_uuid_args"], [15, 5, 1, "", "label_option"], [15, 5, 1, "", "nodiscard_option"]], "blivet.tasks.fsmkfs.Ext2FSMkfs": [[15, 4, 1, "", "args"], [15, 5, 1, "", "ext"], [15, 2, 1, "", "get_uuid_args"], [15, 5, 1, "", "label_option"], [15, 5, 1, "", "nodiscard_option"]], "blivet.tasks.fsmkfs.F2FSMkfs": [[15, 4, 1, "", "args"], [15, 5, 1, "", "ext"], [15, 5, 1, "", "get_uuid_args"], [15, 5, 1, "", "label_option"], [15, 5, 1, "", "nodiscard_option"]], "blivet.tasks.fsmkfs.FATFSMkfs": [[15, 4, 1, "", "args"], [15, 5, 1, "", "ext"], [15, 2, 1, "", "get_uuid_args"], [15, 5, 1, "", "label_option"], [15, 5, 1, "", "nodiscard_option"]], "blivet.tasks.fsmkfs.FSMkfs": [[15, 4, 1, "", "args"], [15, 4, 1, "", "can_label"], [15, 4, 1, "", "can_nodiscard"], [15, 4, 1, "", "can_set_uuid"], [15, 5, 1, "", "description"], [15, 2, 1, "", "do_task"], [15, 2, 1, "", "get_uuid_args"], [15, 4, 1, "", "label_option"], [15, 4, 1, "", "nodiscard_option"]], "blivet.tasks.fsmkfs.FSMkfsTask": [[15, 4, 1, "", "can_label"], [15, 4, 1, "", "can_nodiscard"], [15, 4, 1, "", "can_set_uuid"]], "blivet.tasks.fsmkfs.GFS2Mkfs": [[15, 4, 1, "", "args"], [15, 5, 1, "", "ext"], [15, 5, 1, "", "get_uuid_args"], [15, 5, 1, "", "label_option"], [15, 5, 1, "", "nodiscard_option"]], "blivet.tasks.fsmkfs.HFSMkfs": [[15, 4, 1, "", "args"], [15, 5, 1, "", "ext"], [15, 5, 1, "", "get_uuid_args"], [15, 5, 1, "", "label_option"], [15, 5, 1, "", "nodiscard_option"]], "blivet.tasks.fsmkfs.HFSPlusMkfs": [[15, 4, 1, "", "args"], [15, 5, 1, "", "ext"], [15, 5, 1, "", "get_uuid_args"], [15, 5, 1, "", "label_option"], [15, 5, 1, "", "nodiscard_option"]], "blivet.tasks.fsmkfs.JFSMkfs": [[15, 4, 1, "", "args"], [15, 5, 1, "", "ext"], [15, 5, 1, "", "get_uuid_args"], [15, 5, 1, "", "label_option"], [15, 5, 1, "", "nodiscard_option"]], "blivet.tasks.fsmkfs.NTFSMkfs": [[15, 4, 1, "", "args"], [15, 5, 1, "", "ext"], [15, 5, 1, "", "get_uuid_args"], [15, 5, 1, "", "label_option"], [15, 5, 1, "", "nodiscard_option"]], "blivet.tasks.fsmkfs.ReiserFSMkfs": [[15, 4, 1, "", "args"], [15, 5, 1, "", "ext"], [15, 2, 1, "", "get_uuid_args"], [15, 5, 1, "", "label_option"], [15, 5, 1, "", "nodiscard_option"]], "blivet.tasks.fsmkfs.UnimplementedFSMkfs": [[15, 4, 1, "", "can_label"], [15, 4, 1, "", "can_nodiscard"], [15, 4, 1, "", "can_set_uuid"]], "blivet.tasks.fsmkfs.XFSMkfs": [[15, 4, 1, "", "args"], [15, 5, 1, "", "ext"], [15, 2, 1, "", "get_uuid_args"], [15, 5, 1, "", "label_option"], [15, 5, 1, "", "nodiscard_option"]], "blivet.tasks.fsmount": [[15, 1, 1, "", "AppleBootstrapFSMount"], [15, 1, 1, "", "BindFSMount"], [15, 1, 1, "", "DevPtsFSMount"], [15, 1, 1, "", "EFIFSMount"], [15, 1, 1, "", "FATFSMount"], [15, 1, 1, "", "FSMount"], [15, 1, 1, "", "HFSPlusMount"], [15, 1, 1, "", "Iso9660FSMount"], [15, 1, 1, "", "NFSMount"], [15, 1, 1, "", "NTFSMount"], [15, 1, 1, "", "NoDevFSMount"], [15, 1, 1, "", "SELinuxFSMount"], [15, 1, 1, "", "StratisXFSMount"], [15, 1, 1, "", "TmpFSMount"], [15, 1, 1, "", "UDFFSMount"]], "blivet.tasks.fsmount.AppleBootstrapFSMount": [[15, 5, 1, "", "fstype"]], "blivet.tasks.fsmount.DevPtsFSMount": [[15, 5, 1, "", "options"]], "blivet.tasks.fsmount.EFIFSMount": [[15, 5, 1, "", "fstype"]], "blivet.tasks.fsmount.FATFSMount": [[15, 5, 1, "", "options"]], "blivet.tasks.fsmount.FSMount": [[15, 5, 1, "", "description"], [15, 2, 1, "", "do_task"], [15, 5, 1, "", "ext"], [15, 5, 1, "", "fstype"], [15, 2, 1, "", "mount_options"], [15, 4, 1, "", "mount_type"], [15, 5, 1, "", "options"]], "blivet.tasks.fsmount.HFSPlusMount": [[15, 5, 1, "", "fstype"]], "blivet.tasks.fsmount.Iso9660FSMount": [[15, 5, 1, "", "options"]], "blivet.tasks.fsmount.NTFSMount": [[15, 5, 1, "", "options"]], "blivet.tasks.fsmount.NoDevFSMount": [[15, 4, 1, "", "mount_type"]], "blivet.tasks.fsmount.StratisXFSMount": [[15, 5, 1, "", "fstype"]], "blivet.tasks.fsmount.UDFFSMount": [[15, 5, 1, "", "options"]], "blivet.tasks.fsreadlabel": [[15, 1, 1, "", "DosFSReadLabel"], [15, 1, 1, "", "Ext2FSReadLabel"], [15, 1, 1, "", "FSReadLabel"], [15, 1, 1, "", "NTFSReadLabel"], [15, 1, 1, "", "UnimplementedFSReadLabel"], [15, 1, 1, "", "XFSReadLabel"]], "blivet.tasks.fsreadlabel.DosFSReadLabel": [[15, 4, 1, "", "args"], [15, 5, 1, "", "ext"], [15, 5, 1, "", "label_regex"]], "blivet.tasks.fsreadlabel.Ext2FSReadLabel": [[15, 4, 1, "", "args"], [15, 5, 1, "", "ext"], [15, 5, 1, "", "label_regex"]], "blivet.tasks.fsreadlabel.FSReadLabel": [[15, 4, 1, "", "args"], [15, 5, 1, "", "description"], [15, 2, 1, "", "do_task"], [15, 4, 1, "", "label_regex"]], "blivet.tasks.fsreadlabel.NTFSReadLabel": [[15, 4, 1, "", "args"], [15, 5, 1, "", "ext"], [15, 5, 1, "", "label_regex"]], "blivet.tasks.fsreadlabel.XFSReadLabel": [[15, 4, 1, "", "args"], [15, 5, 1, "", "ext"], [15, 5, 1, "", "label_regex"]], "blivet.tasks.fsresize": [[15, 1, 1, "", "Ext2FSResize"], [15, 1, 1, "", "FSResize"], [15, 1, 1, "", "FSResizeTask"], [15, 1, 1, "", "NTFSResize"], [15, 1, 1, "", "TmpFSResize"], [15, 1, 1, "", "UnimplementedFSResize"], [15, 1, 1, "", "XFSResize"]], "blivet.tasks.fsresize.Ext2FSResize": [[15, 4, 1, "", "args"], [15, 5, 1, "", "ext"], [15, 5, 1, "", "size_fmt"], [15, 2, 1, "", "size_spec"], [15, 5, 1, "", "unit"]], "blivet.tasks.fsresize.FSResize": [[15, 4, 1, "", "args"], [15, 5, 1, "", "description"], [15, 2, 1, "", "do_task"], [15, 2, 1, "", "size_spec"]], "blivet.tasks.fsresize.FSResizeTask": [[15, 4, 1, "", "size_fmt"]], "blivet.tasks.fsresize.NTFSResize": [[15, 4, 1, "", "args"], [15, 5, 1, "", "ext"], [15, 5, 1, "", "size_fmt"], [15, 2, 1, "", "size_spec"], [15, 5, 1, "", "unit"]], "blivet.tasks.fsresize.TmpFSResize": [[15, 4, 1, "", "args"], [15, 5, 1, "", "ext"], [15, 5, 1, "", "size_fmt"], [15, 2, 1, "", "size_spec"], [15, 5, 1, "", "unit"]], "blivet.tasks.fsresize.UnimplementedFSResize": [[15, 4, 1, "", "size_fmt"]], "blivet.tasks.fsresize.XFSResize": [[15, 4, 1, "", "args"], [15, 2, 1, "", "do_task"], [15, 5, 1, "", "ext"], [15, 5, 1, "", "size_fmt"], [15, 2, 1, "", "size_spec"], [15, 5, 1, "", "unit"]], "blivet.tasks.fssize": [[15, 1, 1, "", "Ext2FSSize"], [15, 1, 1, "", "FSSize"], [15, 1, 1, "", "JFSSize"], [15, 1, 1, "", "NTFSSize"], [15, 1, 1, "", "ReiserFSSize"], [15, 1, 1, "", "TmpFSSize"], [15, 1, 1, "", "UnimplementedFSSize"], [15, 1, 1, "", "XFSSize"]], "blivet.tasks.fssize.Ext2FSSize": [[15, 5, 1, "", "tags"]], "blivet.tasks.fssize.FSSize": [[15, 4, 1, "", "depends_on"], [15, 5, 1, "", "description"], [15, 2, 1, "", "do_task"], [15, 4, 1, "", "tags"]], "blivet.tasks.fssize.JFSSize": [[15, 5, 1, "", "tags"]], "blivet.tasks.fssize.NTFSSize": [[15, 5, 1, "", "tags"]], "blivet.tasks.fssize.ReiserFSSize": [[15, 5, 1, "", "tags"]], "blivet.tasks.fssize.TmpFSSize": [[15, 5, 1, "", "description"], [15, 2, 1, "", "do_task"], [15, 5, 1, "", "ext"]], "blivet.tasks.fssize.XFSSize": [[15, 5, 1, "", "tags"]], "blivet.tasks.fssync": [[15, 1, 1, "", "FSSync"], [15, 1, 1, "", "UnimplementedFSSync"], [15, 1, 1, "", "XFSSync"]], "blivet.tasks.fssync.FSSync": [[15, 5, 1, "", "description"], [15, 2, 1, "", "do_task"]], "blivet.tasks.fssync.XFSSync": [[15, 2, 1, "", "do_task"], [15, 5, 1, "", "ext"]], "blivet.tasks.fstask": [[15, 1, 1, "", "FSTask"], [15, 1, 1, "", "UnimplementedFSTask"]], "blivet.tasks.fstask.FSTask": [[15, 5, 1, "", "description"]], "blivet.tasks.fsuuid": [[15, 1, 1, "", "Ext2FSUUID"], [15, 1, 1, "", "FATFSUUID"], [15, 1, 1, "", "FSUUID"], [15, 1, 1, "", "HFSPlusUUID"], [15, 1, 1, "", "JFSUUID"], [15, 1, 1, "", "NTFSUUID"], [15, 1, 1, "", "ReiserFSUUID"], [15, 1, 1, "", "XFSUUID"]], "blivet.tasks.fsuuid.Ext2FSUUID": [[15, 2, 1, "", "uuid_format_ok"]], "blivet.tasks.fsuuid.FATFSUUID": [[15, 2, 1, "", "uuid_format_ok"]], "blivet.tasks.fsuuid.FSUUID": [[15, 2, 1, "", "uuid_format_ok"]], "blivet.tasks.fsuuid.HFSPlusUUID": [[15, 2, 1, "", "uuid_format_ok"]], "blivet.tasks.fsuuid.JFSUUID": [[15, 2, 1, "", "uuid_format_ok"]], "blivet.tasks.fsuuid.NTFSUUID": [[15, 2, 1, "", "uuid_format_ok"]], "blivet.tasks.fsuuid.ReiserFSUUID": [[15, 2, 1, "", "uuid_format_ok"]], "blivet.tasks.fsuuid.XFSUUID": [[15, 2, 1, "", "uuid_format_ok"]], "blivet.tasks.fswritelabel": [[15, 1, 1, "", "DosFSWriteLabel"], [15, 1, 1, "", "Ext2FSWriteLabel"], [15, 1, 1, "", "FSWriteLabel"], [15, 1, 1, "", "JFSWriteLabel"], [15, 1, 1, "", "NTFSWriteLabel"], [15, 1, 1, "", "ReiserFSWriteLabel"], [15, 1, 1, "", "UnimplementedFSWriteLabel"], [15, 1, 1, "", "XFSWriteLabel"]], "blivet.tasks.fswritelabel.DosFSWriteLabel": [[15, 4, 1, "", "args"], [15, 5, 1, "", "ext"]], "blivet.tasks.fswritelabel.Ext2FSWriteLabel": [[15, 4, 1, "", "args"], [15, 5, 1, "", "ext"]], "blivet.tasks.fswritelabel.FSWriteLabel": [[15, 4, 1, "", "args"], [15, 5, 1, "", "description"], [15, 2, 1, "", "do_task"]], "blivet.tasks.fswritelabel.JFSWriteLabel": [[15, 4, 1, "", "args"], [15, 5, 1, "", "ext"]], "blivet.tasks.fswritelabel.NTFSWriteLabel": [[15, 4, 1, "", "args"], [15, 5, 1, "", "ext"]], "blivet.tasks.fswritelabel.ReiserFSWriteLabel": [[15, 4, 1, "", "args"], [15, 5, 1, "", "ext"]], "blivet.tasks.fswritelabel.XFSWriteLabel": [[15, 4, 1, "", "args"], [15, 5, 1, "", "ext"]], "blivet.tasks.fswriteuuid": [[15, 1, 1, "", "Ext2FSWriteUUID"], [15, 1, 1, "", "FSWriteUUID"], [15, 1, 1, "", "JFSWriteUUID"], [15, 1, 1, "", "NTFSWriteUUID"], [15, 1, 1, "", "ReiserFSWriteUUID"], [15, 1, 1, "", "UnimplementedFSWriteUUID"], [15, 1, 1, "", "XFSWriteUUID"]], "blivet.tasks.fswriteuuid.Ext2FSWriteUUID": [[15, 4, 1, "", "args"], [15, 5, 1, "", "ext"]], "blivet.tasks.fswriteuuid.FSWriteUUID": [[15, 4, 1, "", "args"], [15, 5, 1, "", "description"], [15, 2, 1, "", "do_task"]], "blivet.tasks.fswriteuuid.JFSWriteUUID": [[15, 4, 1, "", "args"], [15, 5, 1, "", "ext"]], "blivet.tasks.fswriteuuid.NTFSWriteUUID": [[15, 4, 1, "", "args"], [15, 5, 1, "", "ext"]], "blivet.tasks.fswriteuuid.ReiserFSWriteUUID": [[15, 4, 1, "", "args"], [15, 5, 1, "", "ext"]], "blivet.tasks.fswriteuuid.XFSWriteUUID": [[15, 4, 1, "", "args"], [15, 5, 1, "", "ext"]], "blivet.tasks.lukstasks": [[15, 1, 1, "", "LUKSResize"], [15, 1, 1, "", "LUKSSize"]], "blivet.tasks.lukstasks.LUKSResize": [[15, 5, 1, "", "description"], [15, 2, 1, "", "do_task"], [15, 5, 1, "", "ext"], [15, 5, 1, "", "unit"]], "blivet.tasks.lukstasks.LUKSSize": [[15, 5, 1, "", "description"], [15, 2, 1, "", "do_task"], [15, 5, 1, "", "ext"]], "blivet.tasks.pvtask": [[15, 1, 1, "", "PVResize"], [15, 1, 1, "", "PVSize"]], "blivet.tasks.pvtask.PVResize": [[15, 5, 1, "", "description"], [15, 2, 1, "", "do_task"], [15, 5, 1, "", "ext"], [15, 5, 1, "", "unit"]], "blivet.tasks.pvtask.PVSize": [[15, 5, 1, "", "description"], [15, 2, 1, "", "do_task"], [15, 5, 1, "", "ext"]], "blivet.tasks.task": [[15, 1, 1, "", "BasicApplication"], [15, 1, 1, "", "Task"], [15, 1, 1, "", "UnimplementedTask"]], "blivet.tasks.task.BasicApplication": [[15, 4, 1, "", "depends_on"], [15, 4, 1, "", "ext"]], "blivet.tasks.task.Task": [[15, 4, 1, "", "availability_errors"], [15, 4, 1, "", "available"], [15, 4, 1, "", "depends_on"], [15, 4, 1, "", "description"], [15, 2, 1, "", "do_task"], [15, 5, 1, "", "implemented"]], "blivet.tasks.task.UnimplementedTask": [[15, 5, 1, "", "depends_on"], [15, 5, 1, "", "description"], [15, 2, 1, "", "do_task"], [15, 5, 1, "", "implemented"]], "blivet.threads": [[6, 1, 1, "", "SynchronizedABCMeta"], [6, 1, 1, "", "SynchronizedMeta"], [6, 3, 1, "", "clear_thread_exception"], [6, 3, 1, "", "exclusive"], [6, 3, 1, "", "get_thread_exception"], [6, 3, 1, "", "save_thread_exception"]], "blivet.tsort": [[6, 6, 1, "", "CyclicGraphError"], [6, 3, 1, "", "create_graph"], [6, 3, 1, "", "main"], [6, 3, 1, "", "tsort"]], "blivet.udev": [[6, 3, 1, "", "device_dm_subsystem_match"], [6, 3, 1, "", "device_get_bus"], [6, 3, 1, "", "device_get_by_path"], [6, 3, 1, "", "device_get_dasd_bus_id"], [6, 3, 1, "", "device_get_dasd_flag"], [6, 3, 1, "", "device_get_devname"], [6, 3, 1, "", "device_get_disklabel_type"], [6, 3, 1, "", "device_get_disklabel_uuid"], [6, 3, 1, "", "device_get_fcoe_identifier"], [6, 3, 1, "", "device_get_fcoe_nic"], [6, 3, 1, "", "device_get_format"], [6, 3, 1, "", "device_get_format_version"], [6, 3, 1, "", "device_get_holders"], [6, 3, 1, "", "device_get_iscsi_address"], [6, 3, 1, "", "device_get_iscsi_initiator"], [6, 3, 1, "", "device_get_iscsi_lun"], [6, 3, 1, "", "device_get_iscsi_name"], [6, 3, 1, "", "device_get_iscsi_nic"], [6, 3, 1, "", "device_get_iscsi_port"], [6, 3, 1, "", "device_get_iscsi_session"], [6, 3, 1, "", "device_get_label"], [6, 3, 1, "", "device_get_lv_attr"], [6, 3, 1, "", "device_get_lv_name"], [6, 3, 1, "", "device_get_lv_size"], [6, 3, 1, "", "device_get_lv_type"], [6, 3, 1, "", "device_get_lv_uuid"], [6, 3, 1, "", "device_get_lv_vg_name"], [6, 3, 1, "", "device_get_major"], [6, 3, 1, "", "device_get_md_container"], [6, 3, 1, "", "device_get_md_device_uuid"], [6, 3, 1, "", "device_get_md_devices"], [6, 3, 1, "", "device_get_md_level"], [6, 3, 1, "", "device_get_md_metadata"], [6, 3, 1, "", "device_get_md_name"], [6, 3, 1, "", "device_get_md_uuid"], [6, 3, 1, "", "device_get_minor"], [6, 3, 1, "", "device_get_model"], [6, 3, 1, "", "device_get_name"], [6, 3, 1, "", "device_get_parents"], [6, 3, 1, "", "device_get_part_size"], [6, 3, 1, "", "device_get_partition_disk"], [6, 3, 1, "", "device_get_partition_uuid"], [6, 3, 1, "", "device_get_path"], [6, 3, 1, "", "device_get_pv_pe_start"], [6, 3, 1, "", "device_get_serial"], [6, 3, 1, "", "device_get_symlinks"], [6, 3, 1, "", "device_get_sysfs_path"], [6, 3, 1, "", "device_get_uuid"], [6, 3, 1, "", "device_get_vendor"], [6, 3, 1, "", "device_get_vg_extent_count"], [6, 3, 1, "", "device_get_vg_extent_size"], [6, 3, 1, "", "device_get_vg_free"], [6, 3, 1, "", "device_get_vg_free_extents"], [6, 3, 1, "", "device_get_vg_name"], [6, 3, 1, "", "device_get_vg_pv_count"], [6, 3, 1, "", "device_get_vg_size"], [6, 3, 1, "", "device_get_vg_uuid"], [6, 3, 1, "", "device_get_wwn"], [6, 3, 1, "", "device_get_zfcp_attribute"], [6, 3, 1, "", "device_is_biosraid_member"], [6, 3, 1, "", "device_is_cciss"], [6, 3, 1, "", "device_is_cdrom"], [6, 3, 1, "", "device_is_dasd"], [6, 3, 1, "", "device_is_disk"], [6, 3, 1, "", "device_is_dm"], [6, 3, 1, "", "device_is_dm_anaconda"], [6, 3, 1, "", "device_is_dm_crypt"], [6, 3, 1, "", "device_is_dm_integrity"], [6, 3, 1, "", "device_is_dm_livecd"], [6, 3, 1, "", "device_is_dm_luks"], [6, 3, 1, "", "device_is_dm_lvm"], [6, 3, 1, "", "device_is_dm_mpath"], [6, 3, 1, "", "device_is_dm_partition"], [6, 3, 1, "", "device_is_dm_raid"], [6, 3, 1, "", "device_is_dm_stratis"], [6, 3, 1, "", "device_is_fcoe"], [6, 3, 1, "", "device_is_hidden"], [6, 3, 1, "", "device_is_iscsi"], [6, 3, 1, "", "device_is_loop"], [6, 3, 1, "", "device_is_md"], [6, 3, 1, "", "device_is_nvdimm_namespace"], [6, 3, 1, "", "device_is_nvme_fabrics"], [6, 3, 1, "", "device_is_nvme_namespace"], [6, 3, 1, "", "device_is_partition"], [6, 3, 1, "", "device_is_partoff_iscsi"], [6, 3, 1, "", "device_is_private"], [6, 3, 1, "", "device_is_stratis_filesystem"], [6, 3, 1, "", "device_is_stratis_private"], [6, 3, 1, "", "device_is_sw_iscsi"], [6, 3, 1, "", "device_is_zfcp"], [6, 3, 1, "", "device_to_dict"], [6, 3, 1, "", "get_device"], [6, 3, 1, "", "get_devices"], [6, 7, 1, "", "ignored_device_names"], [6, 3, 1, "", "resolve_devspec"], [6, 3, 1, "", "resolve_glob"], [6, 3, 1, "", "running_in_chroot"], [6, 3, 1, "", "settle"], [6, 3, 1, "", "trigger"]], "blivet.util": [[6, 1, 1, "", "DependencyGuard"], [6, 1, 1, "", "EvalMode"], [6, 1, 1, "", "ObjectID"], [6, 1, 1, "", "Path"], [6, 3, 1, "", "available_memory"], [6, 3, 1, "", "canonicalize_UUID"], [6, 3, 1, "", "capture_output"], [6, 3, 1, "", "capture_output_binary"], [6, 3, 1, "", "compare"], [6, 3, 1, "", "create_sparse_file"], [6, 3, 1, "", "create_sparse_tempfile"], [6, 3, 1, "", "dedup_list"], [6, 3, 1, "", "default_namedtuple"], [6, 3, 1, "", "deprecated"], [6, 3, 1, "", "detect_virt"], [6, 3, 1, "", "get_cow_sysfs_path"], [6, 3, 1, "", "get_current_entropy"], [6, 3, 1, "", "get_kernel_module_parameter"], [6, 3, 1, "", "get_mount_device"], [6, 3, 1, "", "get_mount_paths"], [6, 3, 1, "", "get_option_value"], [6, 3, 1, "", "get_path_by_sysfs_path"], [6, 3, 1, "", "get_sysfs_attr"], [6, 3, 1, "", "get_sysfs_path_by_name"], [6, 3, 1, "", "indent"], [6, 3, 1, "", "insert_colons"], [6, 3, 1, "", "join_paths"], [6, 3, 1, "", "lsmod"], [6, 3, 1, "", "makedirs"], [6, 3, 1, "", "match_path_context"], [6, 3, 1, "", "mount"], [6, 3, 1, "", "natural_sort_key"], [6, 3, 1, "", "normalize_path_slashes"], [6, 3, 1, "", "numeric_type"], [6, 3, 1, "", "power_of_two"], [6, 3, 1, "", "read_file"], [6, 3, 1, "", "requires_property"], [6, 3, 1, "", "reset_file_context"], [6, 3, 1, "", "run_program"], [6, 3, 1, "", "run_program_and_capture_output"], [6, 3, 1, "", "run_program_and_capture_output_binary"], [6, 3, 1, "", "set_file_context"], [6, 3, 1, "", "set_up_console_log"], [6, 3, 1, "", "set_up_logging"], [6, 3, 1, "", "sha256_file"], [6, 3, 1, "", "sparsetmpfile"], [6, 3, 1, "", "stringize"], [6, 3, 1, "", "sysfs_readlink"], [6, 3, 1, "", "total_memory"], [6, 3, 1, "", "umount"], [6, 3, 1, "", "unicodeize"], [6, 3, 1, "", "variable_copy"]], "blivet.util.DependencyGuard": [[6, 2, 1, "", "check_avail"], [6, 4, 1, "", "error_msg"]], "blivet.util.EvalMode": [[6, 5, 1, "", "always"], [6, 5, 1, "", "onetime"]], "blivet.util.Path": [[6, 2, 1, "", "glob"], [6, 2, 1, "", "newroot"], [6, 4, 1, "", "normpath"], [6, 4, 1, "", "ondisk"], [6, 4, 1, "", "path"], [6, 4, 1, "", "realpath"], [6, 4, 1, "", "root"], [6, 2, 1, "", "startswith"]], "blivet.zfcp": [[6, 1, 1, "", "ZFCPDevice"], [6, 1, 1, "", "ZFCPDeviceAutoLunScan"], [6, 1, 1, "", "ZFCPDeviceBase"], [6, 1, 1, "", "ZFCPDeviceFullPath"], [6, 3, 1, "", "has_auto_lun_scan"], [6, 3, 1, "", "logged_write_line_to_file"], [6, 1, 1, "", "zFCP"]], "blivet.zfcp.ZFCPDeviceAutoLunScan": [[6, 2, 1, "", "offline_device"], [6, 2, 1, "", "online_device"]], "blivet.zfcp.ZFCPDeviceBase": [[6, 2, 1, "", "offline_scsi_device"], [6, 2, 1, "", "online_device"]], "blivet.zfcp.ZFCPDeviceFullPath": [[6, 2, 1, "", "offline_device"], [6, 2, 1, "", "online_device"]], "blivet.zfcp.zFCP": [[6, 2, 1, "", "add_fcp"], [6, 2, 1, "", "read_config"], [6, 2, 1, "", "shutdown"], [6, 2, 1, "", "startup"], [6, 2, 1, "", "write"]]}, "objtypes": {"0": "py:module", "1": "py:class", "2": "py:method", "3": "py:function", "4": "py:property", "5": "py:attribute", "6": "py:exception", "7": "py:data"}, "objnames": {"0": ["py", "module", "Python module"], "1": ["py", "class", "Python class"], "2": ["py", "method", "Python method"], "3": ["py", "function", "Python function"], "4": ["py", "property", "Python property"], "5": ["py", "attribute", "Python attribute"], "6": ["py", "exception", "Python exception"], "7": ["py", "data", "Python data"]}, "titleterms": {"test": [0, 21, 23], "suit": [0, 21], "inherit": 0, "diagram": 0, "public": 1, "api": 1, "specif": 1, "explan": 1, "blivet": [2, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 19, 20, 21], "devic": [3, 7, 9], "event": [4, 10], "format": [5, 7, 11], "packag": [6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 25, 26, 27, 28, 29, 30, 31, 32, 33], "subpackag": [6, 12, 25, 28], "submodul": [6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 25, 26, 27, 28, 29, 30, 31, 32, 33], "actionlist": 6, "modul": [6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 22, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33], "arch": 6, "callback": 6, "deviceact": 6, "devicefactori": [6, 20], "devicetre": 6, "error": 6, "fcoe": 6, "flag": 6, "i18n": 6, "iscsi": 6, "mount": 6, "nvme": 6, "partit": [6, 9, 13, 19], "safe_dbu": 6, "size": 6, "storage_log": 6, "thread": 6, "tsort": 6, "udev": 6, "util": 6, "zfcp": 6, "content": [6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 25, 26, 27, 28, 29, 30, 31, 32, 33], "dbu": [7, 17], "action": [7, 19], "constant": 7, "manag": [7, 10], "object": 7, "devicelib": 8, "btrf": [8, 9, 13], "crypto": 8, "disk": [8, 9, 13, 19], "edd": 8, "gpt": 8, "lvm": [8, 9, 13, 20], "mdraid": [8, 11, 13], "raid": [8, 9], "strati": [8, 9, 11, 13], "cach": 9, "contain": 9, "dm": [9, 13], "file": 9, "lib": [9, 29], "loop": [9, 13], "luk": [9, 11, 13], "md": 9, "network": 9, "nf": 9, "nodev": 9, "optic": [9, 13], "storag": 9, "chang": 10, "handler": 10, "biosboot": 11, "disklabel": [11, 13], "dmraid": 11, "f": 11, "fslib": 11, "lvmpv": 11, "multipath": [11, 13], "prepboot": 11, "swap": 11, "popul": [12, 13], "helper": 13, "boot": 13, "devicepopul": 13, "formatpopul": 13, "populatorhelp": 13, "static_data": 14, "luks_data": 14, "lvm_info": 14, "mpath_info": 14, "nvdimm": 14, "stratis_info": 14, "task": 15, "avail": 15, "dfresiz": 15, "fsck": 15, "fsinfo": 15, "fslabel": [15, 27], "fsminsiz": 15, "fsmkf": 15, "fsmount": 15, "fsreadlabel": 15, "fsresiz": 15, "fssize": 15, "fssync": 15, "fstask": 15, "fsuuid": [15, 27], "fswritelabel": 15, "fswriteuuid": 15, "lukstask": 15, "pvtask": 15, "interfac": 17, "To": 17, "do": 17, "list": 17, "welcom": 18, "": 18, "document": 18, "indic": 18, "tabl": 18, "introduct": 19, "build": 19, "block": 19, "get": 19, "start": 19, "first": 19, "step": 19, "schedul": 19, "seri": 19, "vdo": 20, "support": 20, "architectur": 21, "conftest": 22, "run_test": 24, "storage_test": [25, 26, 27], "imagebackedtestcas": 25, "iscsi_test": 25, "partitioning_test": 25, "storagetestcas": 25, "unsupported_disklabel_test": 25, "devices_test": [26, 30], "lvm_test": [26, 30], "partition_test": [26, 30], "stratis_test": [26, 30], "formats_test": [27, 31], "fs_test": 27, "fstest": 27, "labeling_test": 27, "loopbackedtestcas": 27, "luks_test": [27, 31], "lvmpv_test": [27, 31], "uuid_test": 27, "unit_test": [28, 29, 30, 31, 32], "action_test": 28, "blivettestcas": 28, "dbus_test": 28, "devicefactory_test": 28, "devicetree_test": 28, "events_test": 28, "gpt_test": [28, 33], "misc_test": [28, 31], "parentlist_test": 28, "populator_test": 28, "size_test": 28, "tags_test": 28, "task_test": 28, "tsort_test": 28, "udev_test": 28, "util_test": 28, "devicelibs_test": 29, "disk_test": [29, 30], "edd_test": 29, "mdraid_test": 29, "raid_test": 29, "device_dependencies_test": 30, "device_methods_test": 30, "device_names_test": 30, "device_packages_test": 30, "device_properties_test": 30, "device_size_test": 30, "md_test": 30, "network_test": 30, "device_test": 31, "disklabel_test": 31, "init_test": 31, "methods_test": 31, "selinux_test": 31, "swap_test": 31, "udev_data": 32, "raid_data": 32, "vmtest": 33, "blivet_reset_vmtest": 33, "runvmtest": 33, "vmbackedtestcas": 33}, "envversion": {"sphinx.domains.c": 2, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 8, "sphinx.domains.index": 1, "sphinx.domains.javascript": 2, "sphinx.domains.math": 2, "sphinx.domains.python": 3, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.todo": 2, "sphinx": 57}, "alltitles": {"Test Suite Inheritance Diagram": [[0, "test-suite-inheritance-diagram"]], "Public API": [[1, "public-api"]], "API Specification": [[1, "api-specification"]], "Explanation": [[1, "explanation"]], "blivet": [[2, "blivet"], [16, "blivet"]], "devices": [[3, "devices"]], "events": [[4, "events"]], "formats": [[5, "formats"]], "blivet package": [[6, "blivet-package"]], "Subpackages": [[6, "subpackages"], [12, "subpackages"], [25, "subpackages"], [28, "subpackages"]], "Submodules": [[6, "submodules"], [7, "submodules"], [8, "submodules"], [9, "submodules"], [10, "submodules"], [11, "submodules"], [12, "submodules"], [13, "submodules"], [14, "submodules"], [15, "submodules"], [25, "submodules"], [26, "submodules"], [27, "submodules"], [28, "submodules"], [29, "submodules"], [30, "submodules"], [31, "submodules"], [32, "submodules"], [33, "submodules"]], "blivet.actionlist module": [[6, "module-blivet.actionlist"]], "blivet.arch module": [[6, "module-blivet.arch"]], "blivet.blivet module": [[6, "module-blivet.blivet"]], "blivet.callbacks module": [[6, "module-blivet.callbacks"]], "blivet.deviceaction module": [[6, "module-blivet.deviceaction"]], "blivet.devicefactory module": [[6, "module-blivet.devicefactory"]], "blivet.devicetree module": [[6, "module-blivet.devicetree"]], "blivet.errors module": [[6, "module-blivet.errors"]], "blivet.fcoe module": [[6, "module-blivet.fcoe"]], "blivet.flags module": [[6, "module-blivet.flags"]], "blivet.i18n module": [[6, "module-blivet.i18n"]], "blivet.iscsi module": [[6, "module-blivet.iscsi"]], "blivet.mounts module": [[6, "module-blivet.mounts"]], "blivet.nvme module": [[6, "module-blivet.nvme"]], "blivet.partitioning module": [[6, "module-blivet.partitioning"]], "blivet.safe_dbus module": [[6, "module-blivet.safe_dbus"]], "blivet.size module": [[6, "module-blivet.size"]], "blivet.storage_log module": [[6, "module-blivet.storage_log"]], "blivet.threads module": [[6, "module-blivet.threads"]], "blivet.tsort module": [[6, "module-blivet.tsort"]], "blivet.udev module": [[6, "module-blivet.udev"]], "blivet.util module": [[6, "module-blivet.util"]], "blivet.zfcp module": [[6, "module-blivet.zfcp"]], "Module contents": [[6, "module-blivet"], [7, "module-blivet.dbus"], [8, "module-blivet.devicelibs"], [9, "module-blivet.devices"], [10, "module-blivet.events"], [11, "module-blivet.formats"], [12, "module-blivet.populator"], [13, "module-blivet.populator.helpers"], [14, "module-blivet.static_data"], [15, "module-blivet.tasks"], [25, "module-contents"], [26, "module-contents"], [27, "module-contents"], [28, "module-contents"], [29, "module-contents"], [30, "module-contents"], [31, "module-contents"], [32, "module-contents"], [33, "module-contents"]], "blivet.dbus package": [[7, "blivet-dbus-package"]], "blivet.dbus.action module": [[7, "module-blivet.dbus.action"]], "blivet.dbus.blivet module": [[7, "module-blivet.dbus.blivet"]], "blivet.dbus.constants module": [[7, "module-blivet.dbus.constants"]], "blivet.dbus.device module": [[7, "module-blivet.dbus.device"]], "blivet.dbus.format module": [[7, "module-blivet.dbus.format"]], "blivet.dbus.manager module": [[7, "module-blivet.dbus.manager"]], "blivet.dbus.object module": [[7, "module-blivet.dbus.object"]], "blivet.devicelibs package": [[8, "blivet-devicelibs-package"]], "blivet.devicelibs.btrfs module": [[8, "module-blivet.devicelibs.btrfs"]], "blivet.devicelibs.crypto module": [[8, "module-blivet.devicelibs.crypto"]], "blivet.devicelibs.disk module": [[8, "module-blivet.devicelibs.disk"]], "blivet.devicelibs.edd module": [[8, "module-blivet.devicelibs.edd"]], "blivet.devicelibs.gpt module": [[8, "module-blivet.devicelibs.gpt"]], "blivet.devicelibs.lvm module": [[8, "module-blivet.devicelibs.lvm"]], "blivet.devicelibs.mdraid module": [[8, "module-blivet.devicelibs.mdraid"]], "blivet.devicelibs.raid module": [[8, "module-blivet.devicelibs.raid"]], "blivet.devicelibs.stratis module": [[8, "module-blivet.devicelibs.stratis"]], "blivet.devices package": [[9, "blivet-devices-package"]], "blivet.devices.btrfs module": [[9, "module-blivet.devices.btrfs"]], "blivet.devices.cache module": [[9, "module-blivet.devices.cache"]], "blivet.devices.container module": [[9, "module-blivet.devices.container"]], "blivet.devices.device module": [[9, "module-blivet.devices.device"]], "blivet.devices.disk module": [[9, "module-blivet.devices.disk"]], "blivet.devices.dm module": [[9, "module-blivet.devices.dm"]], "blivet.devices.file module": [[9, "module-blivet.devices.file"]], "blivet.devices.lib module": [[9, "module-blivet.devices.lib"]], "blivet.devices.loop module": [[9, "module-blivet.devices.loop"]], "blivet.devices.luks module": [[9, "module-blivet.devices.luks"]], "blivet.devices.lvm module": [[9, "module-blivet.devices.lvm"]], "blivet.devices.md module": [[9, "module-blivet.devices.md"]], "blivet.devices.network module": [[9, "module-blivet.devices.network"]], "blivet.devices.nfs module": [[9, "module-blivet.devices.nfs"]], "blivet.devices.nodev module": [[9, "module-blivet.devices.nodev"]], "blivet.devices.optical module": [[9, "module-blivet.devices.optical"]], "blivet.devices.partition module": [[9, "module-blivet.devices.partition"]], "blivet.devices.raid module": [[9, "module-blivet.devices.raid"]], "blivet.devices.storage module": [[9, "module-blivet.devices.storage"]], "blivet.devices.stratis module": [[9, "module-blivet.devices.stratis"]], "blivet.events package": [[10, "blivet-events-package"]], "blivet.events.changes module": [[10, "module-blivet.events.changes"]], "blivet.events.handler module": [[10, "module-blivet.events.handler"]], "blivet.events.manager module": [[10, "module-blivet.events.manager"]], "blivet.formats package": [[11, "blivet-formats-package"]], "blivet.formats.biosboot module": [[11, "module-blivet.formats.biosboot"]], "blivet.formats.disklabel module": [[11, "module-blivet.formats.disklabel"]], "blivet.formats.dmraid module": [[11, "module-blivet.formats.dmraid"]], "blivet.formats.fs module": [[11, "module-blivet.formats.fs"]], "blivet.formats.fslib module": [[11, "module-blivet.formats.fslib"]], "blivet.formats.luks module": [[11, "module-blivet.formats.luks"]], "blivet.formats.lvmpv module": [[11, "module-blivet.formats.lvmpv"]], "blivet.formats.mdraid module": [[11, "module-blivet.formats.mdraid"]], "blivet.formats.multipath module": [[11, "module-blivet.formats.multipath"]], "blivet.formats.prepboot module": [[11, "module-blivet.formats.prepboot"]], "blivet.formats.stratis module": [[11, "module-blivet.formats.stratis"]], "blivet.formats.swap module": [[11, "module-blivet.formats.swap"]], "blivet.populator package": [[12, "blivet-populator-package"]], "blivet.populator.populator module": [[12, "module-blivet.populator.populator"]], "blivet.populator.helpers package": [[13, "blivet-populator-helpers-package"]], "blivet.populator.helpers.boot module": [[13, "module-blivet.populator.helpers.boot"]], "blivet.populator.helpers.btrfs module": [[13, "module-blivet.populator.helpers.btrfs"]], "blivet.populator.helpers.devicepopulator module": [[13, "module-blivet.populator.helpers.devicepopulator"]], "blivet.populator.helpers.disk module": [[13, "module-blivet.populator.helpers.disk"]], "blivet.populator.helpers.disklabel module": [[13, "module-blivet.populator.helpers.disklabel"]], "blivet.populator.helpers.dm module": [[13, "module-blivet.populator.helpers.dm"]], "blivet.populator.helpers.formatpopulator module": [[13, "module-blivet.populator.helpers.formatpopulator"]], "blivet.populator.helpers.loop module": [[13, "module-blivet.populator.helpers.loop"]], "blivet.populator.helpers.luks module": [[13, "module-blivet.populator.helpers.luks"]], "blivet.populator.helpers.lvm module": [[13, "module-blivet.populator.helpers.lvm"]], "blivet.populator.helpers.mdraid module": [[13, "module-blivet.populator.helpers.mdraid"]], "blivet.populator.helpers.multipath module": [[13, "module-blivet.populator.helpers.multipath"]], "blivet.populator.helpers.optical module": [[13, "module-blivet.populator.helpers.optical"]], "blivet.populator.helpers.partition module": [[13, "module-blivet.populator.helpers.partition"]], "blivet.populator.helpers.populatorhelper module": [[13, "module-blivet.populator.helpers.populatorhelper"]], "blivet.populator.helpers.stratis module": [[13, "module-blivet.populator.helpers.stratis"]], "blivet.static_data package": [[14, "blivet-static-data-package"]], "blivet.static_data.luks_data module": [[14, "module-blivet.static_data.luks_data"]], "blivet.static_data.lvm_info module": [[14, "module-blivet.static_data.lvm_info"]], "blivet.static_data.mpath_info module": [[14, "module-blivet.static_data.mpath_info"]], "blivet.static_data.nvdimm module": [[14, "module-blivet.static_data.nvdimm"]], "blivet.static_data.stratis_info module": [[14, "module-blivet.static_data.stratis_info"]], "blivet.tasks package": [[15, "blivet-tasks-package"]], "blivet.tasks.availability module": [[15, "module-blivet.tasks.availability"]], "blivet.tasks.dfresize module": [[15, "module-blivet.tasks.dfresize"]], "blivet.tasks.fsck module": [[15, "module-blivet.tasks.fsck"]], "blivet.tasks.fsinfo module": [[15, "module-blivet.tasks.fsinfo"]], "blivet.tasks.fslabeling module": [[15, "module-blivet.tasks.fslabeling"]], "blivet.tasks.fsminsize module": [[15, "module-blivet.tasks.fsminsize"]], "blivet.tasks.fsmkfs module": [[15, "module-blivet.tasks.fsmkfs"]], "blivet.tasks.fsmount module": [[15, "module-blivet.tasks.fsmount"]], "blivet.tasks.fsreadlabel module": [[15, "module-blivet.tasks.fsreadlabel"]], "blivet.tasks.fsresize module": [[15, "module-blivet.tasks.fsresize"]], "blivet.tasks.fssize module": [[15, "module-blivet.tasks.fssize"]], "blivet.tasks.fssync module": [[15, "module-blivet.tasks.fssync"]], "blivet.tasks.fstask module": [[15, "module-blivet.tasks.fstask"]], "blivet.tasks.fsuuid module": [[15, "module-blivet.tasks.fsuuid"]], "blivet.tasks.fswritelabel module": [[15, "module-blivet.tasks.fswritelabel"]], "blivet.tasks.fswriteuuid module": [[15, "module-blivet.tasks.fswriteuuid"]], "blivet.tasks.lukstasks module": [[15, "module-blivet.tasks.lukstasks"]], "blivet.tasks.pvtask module": [[15, "module-blivet.tasks.pvtask"]], "blivet.tasks.task module": [[15, "module-blivet.tasks.task"]], "DBus Interface": [[17, "dbus-interface"]], "To Do List": [[17, "to-do-list"]], "Welcome to Blivet\u2019s documentation!": [[18, "welcome-to-blivet-s-documentation"]], "Indices and tables": [[18, "indices-and-tables"]], "Introduction to Blivet": [[19, "introduction-to-blivet"]], "Building Blocks": [[19, "building-blocks"]], "Getting Started": [[19, "getting-started"]], "First Steps": [[19, "first-steps"]], "Scheduling a Series of Actions": [[19, "scheduling-a-series-of-actions"]], "Disk Partitions": [[19, "disk-partitions"]], "LVM VDO support": [[20, "lvm-vdo-support"]], "LVM VDO in Blivet": [[20, "lvm-vdo-in-blivet"]], "LVM VDO in Devicefactory": [[20, "lvm-vdo-in-devicefactory"]], "Testing Blivet": [[21, "testing-blivet"]], "Test Suite Architecture": [[21, "test-suite-architecture"]], "conftest module": [[22, "conftest-module"]], "tests": [[23, "tests"]], "run_tests module": [[24, "run-tests-module"]], "storage_tests package": [[25, "storage-tests-package"]], "storage_tests.imagebackedtestcase module": [[25, "storage-tests-imagebackedtestcase-module"]], "storage_tests.iscsi_test module": [[25, "storage-tests-iscsi-test-module"]], "storage_tests.partitioning_test module": [[25, "storage-tests-partitioning-test-module"]], "storage_tests.storagetestcase module": [[25, "storage-tests-storagetestcase-module"]], "storage_tests.unsupported_disklabel_test module": [[25, "storage-tests-unsupported-disklabel-test-module"]], "storage_tests.devices_test package": [[26, "storage-tests-devices-test-package"]], "storage_tests.devices_test.lvm_test module": [[26, "storage-tests-devices-test-lvm-test-module"]], "storage_tests.devices_test.partition_test module": [[26, "storage-tests-devices-test-partition-test-module"]], "storage_tests.devices_test.stratis_test module": [[26, "storage-tests-devices-test-stratis-test-module"]], "storage_tests.formats_test package": [[27, "storage-tests-formats-test-package"]], "storage_tests.formats_test.fs_test module": [[27, "storage-tests-formats-test-fs-test-module"]], "storage_tests.formats_test.fslabeling module": [[27, "storage-tests-formats-test-fslabeling-module"]], "storage_tests.formats_test.fstesting module": [[27, "storage-tests-formats-test-fstesting-module"]], "storage_tests.formats_test.fsuuid module": [[27, "storage-tests-formats-test-fsuuid-module"]], "storage_tests.formats_test.labeling_test module": [[27, "storage-tests-formats-test-labeling-test-module"]], "storage_tests.formats_test.loopbackedtestcase module": [[27, "storage-tests-formats-test-loopbackedtestcase-module"]], "storage_tests.formats_test.luks_test module": [[27, "storage-tests-formats-test-luks-test-module"]], "storage_tests.formats_test.lvmpv_test module": [[27, "storage-tests-formats-test-lvmpv-test-module"]], "storage_tests.formats_test.uuid_test module": [[27, "storage-tests-formats-test-uuid-test-module"]], "unit_tests package": [[28, "unit-tests-package"]], "unit_tests.action_test module": [[28, "unit-tests-action-test-module"]], "unit_tests.blivettestcase module": [[28, "unit-tests-blivettestcase-module"]], "unit_tests.dbus_test module": [[28, "unit-tests-dbus-test-module"]], "unit_tests.devicefactory_test module": [[28, "unit-tests-devicefactory-test-module"]], "unit_tests.devicetree_test module": [[28, "unit-tests-devicetree-test-module"]], "unit_tests.events_test module": [[28, "unit-tests-events-test-module"]], "unit_tests.gpt_test module": [[28, "unit-tests-gpt-test-module"]], "unit_tests.misc_test module": [[28, "unit-tests-misc-test-module"]], "unit_tests.parentlist_test module": [[28, "unit-tests-parentlist-test-module"]], "unit_tests.populator_test module": [[28, "unit-tests-populator-test-module"]], "unit_tests.size_test module": [[28, "unit-tests-size-test-module"]], "unit_tests.tags_test module": [[28, "unit-tests-tags-test-module"]], "unit_tests.task_tests module": [[28, "unit-tests-task-tests-module"]], "unit_tests.tsort_test module": [[28, "unit-tests-tsort-test-module"]], "unit_tests.udev_test module": [[28, "unit-tests-udev-test-module"]], "unit_tests.util_test module": [[28, "unit-tests-util-test-module"]], "unit_tests.devicelibs_test package": [[29, "unit-tests-devicelibs-test-package"]], "unit_tests.devicelibs_test.disk_test module": [[29, "unit-tests-devicelibs-test-disk-test-module"]], "unit_tests.devicelibs_test.edd_test module": [[29, "unit-tests-devicelibs-test-edd-test-module"]], "unit_tests.devicelibs_test.lib module": [[29, "unit-tests-devicelibs-test-lib-module"]], "unit_tests.devicelibs_test.mdraid_test module": [[29, "unit-tests-devicelibs-test-mdraid-test-module"]], "unit_tests.devicelibs_test.raid_test module": [[29, "unit-tests-devicelibs-test-raid-test-module"]], "unit_tests.devices_test package": [[30, "unit-tests-devices-test-package"]], "unit_tests.devices_test.device_dependencies_test module": [[30, "unit-tests-devices-test-device-dependencies-test-module"]], "unit_tests.devices_test.device_methods_test module": [[30, "unit-tests-devices-test-device-methods-test-module"]], "unit_tests.devices_test.device_names_test module": [[30, "unit-tests-devices-test-device-names-test-module"]], "unit_tests.devices_test.device_packages_test module": [[30, "unit-tests-devices-test-device-packages-test-module"]], "unit_tests.devices_test.device_properties_test module": [[30, "unit-tests-devices-test-device-properties-test-module"]], "unit_tests.devices_test.device_size_test module": [[30, "unit-tests-devices-test-device-size-test-module"]], "unit_tests.devices_test.disk_test module": [[30, "unit-tests-devices-test-disk-test-module"]], "unit_tests.devices_test.lvm_test module": [[30, "unit-tests-devices-test-lvm-test-module"]], "unit_tests.devices_test.md_test module": [[30, "unit-tests-devices-test-md-test-module"]], "unit_tests.devices_test.network_test module": [[30, "unit-tests-devices-test-network-test-module"]], "unit_tests.devices_test.partition_test module": [[30, "unit-tests-devices-test-partition-test-module"]], "unit_tests.devices_test.stratis_test module": [[30, "unit-tests-devices-test-stratis-test-module"]], "unit_tests.formats_tests package": [[31, "unit-tests-formats-tests-package"]], "unit_tests.formats_tests.device_test module": [[31, "unit-tests-formats-tests-device-test-module"]], "unit_tests.formats_tests.disklabel_test module": [[31, "unit-tests-formats-tests-disklabel-test-module"]], "unit_tests.formats_tests.init_test module": [[31, "unit-tests-formats-tests-init-test-module"]], "unit_tests.formats_tests.luks_test module": [[31, "unit-tests-formats-tests-luks-test-module"]], "unit_tests.formats_tests.lvmpv_test module": [[31, "unit-tests-formats-tests-lvmpv-test-module"]], "unit_tests.formats_tests.methods_test module": [[31, "unit-tests-formats-tests-methods-test-module"]], "unit_tests.formats_tests.misc_test module": [[31, "unit-tests-formats-tests-misc-test-module"]], "unit_tests.formats_tests.selinux_test module": [[31, "unit-tests-formats-tests-selinux-test-module"]], "unit_tests.formats_tests.swap_test module": [[31, "unit-tests-formats-tests-swap-test-module"]], "unit_tests.udev_data package": [[32, "unit-tests-udev-data-package"]], "unit_tests.udev_data.raid_data module": [[32, "unit-tests-udev-data-raid-data-module"]], "vmtests package": [[33, "vmtests-package"]], "vmtests.blivet_reset_vmtest module": [[33, "vmtests-blivet-reset-vmtest-module"]], "vmtests.gpt_test module": [[33, "vmtests-gpt-test-module"]], "vmtests.runvmtests module": [[33, "vmtests-runvmtests-module"]], "vmtests.vmbackedtestcase module": [[33, "vmtests-vmbackedtestcase-module"]]}, "indexentries": {"actionaddmember (class in blivet.deviceaction)": [[6, "blivet.deviceaction.ActionAddMember"]], "actionconfiguredevice (class in blivet.deviceaction)": [[6, "blivet.deviceaction.ActionConfigureDevice"]], "actionconfigureformat (class in blivet.deviceaction)": [[6, "blivet.deviceaction.ActionConfigureFormat"]], "actioncreatedevice (class in blivet.deviceaction)": [[6, "blivet.deviceaction.ActionCreateDevice"]], "actioncreateformat (class in blivet.deviceaction)": [[6, "blivet.deviceaction.ActionCreateFormat"]], "actiondestroydevice (class in blivet.deviceaction)": [[6, "blivet.deviceaction.ActionDestroyDevice"]], "actiondestroyformat (class in blivet.deviceaction)": [[6, "blivet.deviceaction.ActionDestroyFormat"]], "actionlist (class in blivet.actionlist)": [[6, "blivet.actionlist.ActionList"]], "actionremovemember (class in blivet.deviceaction)": [[6, "blivet.deviceaction.ActionRemoveMember"]], "actionresizedevice (class in blivet.deviceaction)": [[6, "blivet.deviceaction.ActionResizeDevice"]], "actionresizeformat (class in blivet.deviceaction)": [[6, "blivet.deviceaction.ActionResizeFormat"]], "alignmenterror": [[6, "blivet.errors.AlignmentError"]], "availabilityerror": [[6, "blivet.errors.AvailabilityError"]], "btrfserror": [[6, "blivet.errors.BTRFSError"]], "btrfsfactory (class in blivet.devicefactory)": [[6, "blivet.devicefactory.BTRFSFactory"]], "btrfsvalueerror": [[6, "blivet.errors.BTRFSValueError"]], "blivet (class in blivet.blivet)": [[6, "blivet.blivet.Blivet"]], "callbacklist (class in blivet.callbacks)": [[6, "blivet.callbacks.CallbackList"]], "callbacks (class in blivet.callbacks)": [[6, "blivet.callbacks.Callbacks"]], "chunk (class in blivet.partitioning)": [[6, "blivet.partitioning.Chunk"]], "corruptgpterror": [[6, "blivet.errors.CorruptGPTError"]], "createformatpostdata (class in blivet.callbacks)": [[6, "blivet.callbacks.CreateFormatPostData"]], "createformatpredata (class in blivet.callbacks)": [[6, "blivet.callbacks.CreateFormatPreData"]], "cyclicgrapherror": [[6, "blivet.tsort.CyclicGraphError"]], "dbuscallerror": [[6, "blivet.safe_dbus.DBusCallError"]], "dbuspropertyerror": [[6, "blivet.safe_dbus.DBusPropertyError"]], "dmerror": [[6, "blivet.errors.DMError"]], "dmraidmembererror": [[6, "blivet.errors.DMRaidMemberError"]], "dependencyerror": [[6, "blivet.errors.DependencyError"]], "dependencyguard (class in blivet.util)": [[6, "blivet.util.DependencyGuard"]], "deviceaction (class in blivet.deviceaction)": [[6, "blivet.deviceaction.DeviceAction"]], "deviceactionerror": [[6, "blivet.errors.DeviceActionError"]], "devicecreateerror": [[6, "blivet.errors.DeviceCreateError"]], "devicedestroyerror": [[6, "blivet.errors.DeviceDestroyError"]], "deviceerror": [[6, "blivet.errors.DeviceError"]], "devicefactory (class in blivet.devicefactory)": [[6, "blivet.devicefactory.DeviceFactory"]], "devicefactoryerror": [[6, "blivet.errors.DeviceFactoryError"]], "deviceformaterror": [[6, "blivet.errors.DeviceFormatError"]], "devicenotfounderror": [[6, "blivet.errors.DeviceNotFoundError"]], "deviceresizeerror": [[6, "blivet.errors.DeviceResizeError"]], "devicesetuperror": [[6, "blivet.errors.DeviceSetupError"]], "deviceteardownerror": [[6, "blivet.errors.DeviceTeardownError"]], "devicetree (class in blivet.devicetree)": [[6, "blivet.devicetree.DeviceTree"]], "devicetreebase (class in blivet.devicetree)": [[6, "blivet.devicetree.DeviceTreeBase"]], "devicetreeerror": [[6, "blivet.errors.DeviceTreeError"]], "deviceuserdeniedformaterror": [[6, "blivet.errors.DeviceUserDeniedFormatError"]], "diskchunk (class in blivet.partitioning)": [[6, "blivet.partitioning.DiskChunk"]], "disklabelcommiterror": [[6, "blivet.errors.DiskLabelCommitError"]], "disklabelerror": [[6, "blivet.errors.DiskLabelError"]], "disklabelscanerror": [[6, "blivet.errors.DiskLabelScanError"]], "duplicateuuiderror": [[6, "blivet.errors.DuplicateUUIDError"]], "duplicatevgerror": [[6, "blivet.errors.DuplicateVGError"]], "evalmode (class in blivet.util)": [[6, "blivet.util.EvalMode"]], "eventhandlingerror": [[6, "blivet.errors.EventHandlingError"]], "eventmanagererror": [[6, "blivet.errors.EventManagerError"]], "eventparamerror": [[6, "blivet.errors.EventParamError"]], "fcoe (class in blivet.fcoe)": [[6, "blivet.fcoe.FCoE"]], "fcoeerror": [[6, "blivet.errors.FCoEError"]], "fserror": [[6, "blivet.errors.FSError"]], "fsreadlabelerror": [[6, "blivet.errors.FSReadLabelError"]], "fsresizeerror": [[6, "blivet.errors.FSResizeError"]], "fstabtypemismatcherror": [[6, "blivet.errors.FSTabTypeMismatchError"]], "fswritelabelerror": [[6, "blivet.errors.FSWriteLabelError"]], "fswriteuuiderror": [[6, "blivet.errors.FSWriteUUIDError"]], "flags (class in blivet.flags)": [[6, "blivet.flags.Flags"]], "formatcreateerror": [[6, "blivet.errors.FormatCreateError"]], "formatdestroyerror": [[6, "blivet.errors.FormatDestroyError"]], "formatresizeerror": [[6, "blivet.errors.FormatResizeError"]], "formatsetuperror": [[6, "blivet.errors.FormatSetupError"]], "formatteardownerror": [[6, "blivet.errors.FormatTeardownError"]], "gptvoluuiderror": [[6, "blivet.errors.GPTVolUUIDError"]], "iscsierror": [[6, "blivet.errors.ISCSIError"]], "inconsistentpvsectorsize": [[6, "blivet.errors.InconsistentPVSectorSize"]], "integrityerror": [[6, "blivet.errors.IntegrityError"]], "invaliddisklabelerror": [[6, "blivet.errors.InvalidDiskLabelError"]], "invalidmultideviceselection": [[6, "blivet.errors.InvalidMultideviceSelection"]], "lukserror": [[6, "blivet.errors.LUKSError"]], "lvmerror": [[6, "blivet.errors.LVMError"]], "lvmfactory (class in blivet.devicefactory)": [[6, "blivet.devicefactory.LVMFactory"]], "lvmthinpfactory (class in blivet.devicefactory)": [[6, "blivet.devicefactory.LVMThinPFactory"]], "lvmvdofactory (class in blivet.devicefactory)": [[6, "blivet.devicefactory.LVMVDOFactory"]], "lvrequest (class in blivet.partitioning)": [[6, "blivet.partitioning.LVRequest"]], "logininfo (class in blivet.iscsi)": [[6, "blivet.iscsi.LoginInfo"]], "looperror": [[6, "blivet.errors.LoopError"]], "mdfactory (class in blivet.devicefactory)": [[6, "blivet.devicefactory.MDFactory"]], "mdmembererror": [[6, "blivet.errors.MDMemberError"]], "mdraiderror": [[6, "blivet.errors.MDRaidError"]], "mpatherror": [[6, "blivet.errors.MPathError"]], "mountscache (class in blivet.mounts)": [[6, "blivet.mounts.MountsCache"]], "multipathmembererror": [[6, "blivet.errors.MultipathMemberError"]], "nvme (class in blivet.nvme)": [[6, "blivet.nvme.NVMe"]], "nvmeerror": [[6, "blivet.errors.NVMeError"]], "n_() (in module blivet.i18n)": [[6, "blivet.i18n.N_"]], "nodiskserror": [[6, "blivet.errors.NoDisksError"]], "noparentserror": [[6, "blivet.errors.NoParentsError"]], "nodeinfo (class in blivet.iscsi)": [[6, "blivet.iscsi.NodeInfo"]], "notenoughfreespaceerror": [[6, "blivet.errors.NotEnoughFreeSpaceError"]], "objectid (class in blivet.util)": [[6, "blivet.util.ObjectID"]], "p_() (in module blivet.i18n)": [[6, "blivet.i18n.P_"]], "partitionfactory (class in blivet.devicefactory)": [[6, "blivet.devicefactory.PartitionFactory"]], "partitionrequest (class in blivet.partitioning)": [[6, "blivet.partitioning.PartitionRequest"]], "partitionsetfactory (class in blivet.devicefactory)": [[6, "blivet.devicefactory.PartitionSetFactory"]], "partitioningerror": [[6, "blivet.errors.PartitioningError"]], "path (class in blivet.util)": [[6, "blivet.util.Path"]], "physicalvolumeerror": [[6, "blivet.errors.PhysicalVolumeError"]], "raiderror": [[6, "blivet.errors.RaidError"]], "reportprogressdata (class in blivet.callbacks)": [[6, "blivet.callbacks.ReportProgressData"]], "request (class in blivet.partitioning)": [[6, "blivet.partitioning.Request"]], "resizeformatpostdata (class in blivet.callbacks)": [[6, "blivet.callbacks.ResizeFormatPostData"]], "resizeformatpredata (class in blivet.callbacks)": [[6, "blivet.callbacks.ResizeFormatPreData"]], "safedbuserror": [[6, "blivet.safe_dbus.SafeDBusError"]], "samesizeset (class in blivet.partitioning)": [[6, "blivet.partitioning.SameSizeSet"]], "singlephysicalvolumeerror": [[6, "blivet.errors.SinglePhysicalVolumeError"]], "size (class in blivet.size)": [[6, "blivet.size.Size"]], "storageerror": [[6, "blivet.errors.StorageError"]], "stratiserror": [[6, "blivet.errors.StratisError"]], "stratisfactory (class in blivet.devicefactory)": [[6, "blivet.devicefactory.StratisFactory"]], "swapspaceerror": [[6, "blivet.errors.SwapSpaceError"]], "synchronizedabcmeta (class in blivet.threads)": [[6, "blivet.threads.SynchronizedABCMeta"]], "synchronizedmeta (class in blivet.threads)": [[6, "blivet.threads.SynchronizedMeta"]], "targetinfo (class in blivet.iscsi)": [[6, "blivet.iscsi.TargetInfo"]], "thinpoolchunk (class in blivet.partitioning)": [[6, "blivet.partitioning.ThinPoolChunk"]], "threaderror": [[6, "blivet.errors.ThreadError"]], "totalsizeset (class in blivet.partitioning)": [[6, "blivet.partitioning.TotalSizeSet"]], "udeverror": [[6, "blivet.errors.UdevError"]], "unrecognizedfstabentryerror": [[6, "blivet.errors.UnrecognizedFSTabEntryError"]], "unusableconfigurationerror": [[6, "blivet.errors.UnusableConfigurationError"]], "vgchunk (class in blivet.partitioning)": [[6, "blivet.partitioning.VGChunk"]], "waitforentropydata (class in blivet.callbacks)": [[6, "blivet.callbacks.WaitForEntropyData"]], "zfcpdevice (class in blivet.zfcp)": [[6, "blivet.zfcp.ZFCPDevice"]], "zfcpdeviceautolunscan (class in blivet.zfcp)": [[6, "blivet.zfcp.ZFCPDeviceAutoLunScan"]], "zfcpdevicebase (class in blivet.zfcp)": [[6, "blivet.zfcp.ZFCPDeviceBase"]], "zfcpdevicefullpath (class in blivet.zfcp)": [[6, "blivet.zfcp.ZFCPDeviceFullPath"]], "action_added (blivet.callbacks.callbacks attribute)": [[6, "blivet.callbacks.Callbacks.action_added"]], "action_executed (blivet.callbacks.callbacks attribute)": [[6, "blivet.callbacks.Callbacks.action_executed"]], "action_object_from_string() (in module blivet.deviceaction)": [[6, "blivet.deviceaction.action_object_from_string"]], "action_removed (blivet.callbacks.callbacks attribute)": [[6, "blivet.callbacks.Callbacks.action_removed"]], "action_type_from_string() (in module blivet.deviceaction)": [[6, "blivet.deviceaction.action_type_from_string"]], "actions (blivet.devicetree.devicetreebase property)": [[6, "blivet.devicetree.DeviceTreeBase.actions"]], "active_nodes() (blivet.iscsi.iscsi method)": [[6, "blivet.iscsi.iSCSI.active_nodes"]], "add() (blivet.actionlist.actionlist method)": [[6, "blivet.actionlist.ActionList.add"]], "add() (blivet.callbacks.callbacklist method)": [[6, "blivet.callbacks.CallbackList.add"]], "add_fcp() (blivet.zfcp.zfcp method)": [[6, "blivet.zfcp.zFCP.add_fcp"]], "add_partition() (in module blivet.partitioning)": [[6, "blivet.partitioning.add_partition"]], "add_request() (blivet.partitioning.chunk method)": [[6, "blivet.partitioning.Chunk.add_request"]], "add_request() (blivet.partitioning.diskchunk method)": [[6, "blivet.partitioning.DiskChunk.add_request"]], "add_request() (blivet.partitioning.vgchunk method)": [[6, "blivet.partitioning.VGChunk.add_request"]], "add_san() (blivet.fcoe.fcoe method)": [[6, "blivet.fcoe.FCoE.add_san"]], "add_target() (blivet.iscsi.iscsi method)": [[6, "blivet.iscsi.iSCSI.add_target"]], "align_size_for_disklabel() (in module blivet.partitioning)": [[6, "blivet.partitioning.align_size_for_disklabel"]], "allocate() (blivet.partitioning.totalsizeset method)": [[6, "blivet.partitioning.TotalSizeSet.allocate"]], "allocate_partitions() (in module blivet.partitioning)": [[6, "blivet.partitioning.allocate_partitions"]], "always (blivet.util.evalmode attribute)": [[6, "blivet.util.EvalMode.always"]], "apply() (blivet.deviceaction.actionaddmember method)": [[6, "blivet.deviceaction.ActionAddMember.apply"]], "apply() (blivet.deviceaction.actionconfiguredevice method)": [[6, "blivet.deviceaction.ActionConfigureDevice.apply"]], "apply() (blivet.deviceaction.actionconfigureformat method)": [[6, "blivet.deviceaction.ActionConfigureFormat.apply"]], "apply() (blivet.deviceaction.actioncreateformat method)": [[6, "blivet.deviceaction.ActionCreateFormat.apply"]], "apply() (blivet.deviceaction.actiondestroydevice method)": [[6, "blivet.deviceaction.ActionDestroyDevice.apply"]], "apply() (blivet.deviceaction.actiondestroyformat method)": [[6, "blivet.deviceaction.ActionDestroyFormat.apply"]], "apply() (blivet.deviceaction.actionremovemember method)": [[6, "blivet.deviceaction.ActionRemoveMember.apply"]], "apply() (blivet.deviceaction.actionresizedevice method)": [[6, "blivet.deviceaction.ActionResizeDevice.apply"]], "apply() (blivet.deviceaction.actionresizeformat method)": [[6, "blivet.deviceaction.ActionResizeFormat.apply"]], "apply() (blivet.deviceaction.deviceaction method)": [[6, "blivet.deviceaction.DeviceAction.apply"]], "attribute_changed (blivet.callbacks.callbacks attribute)": [[6, "blivet.callbacks.Callbacks.attribute_changed"]], "available (blivet.iscsi.iscsi property)": [[6, "blivet.iscsi.iSCSI.available"]], "available_memory() (in module blivet.util)": [[6, "blivet.util.available_memory"]], "blivet": [[6, "module-blivet"]], "blivet.actionlist": [[6, "module-blivet.actionlist"]], "blivet.arch": [[6, "module-blivet.arch"]], "blivet.blivet": [[6, "module-blivet.blivet"]], "blivet.callbacks": [[6, "module-blivet.callbacks"]], "blivet.deviceaction": [[6, "module-blivet.deviceaction"]], "blivet.devicefactory": [[6, "module-blivet.devicefactory"]], "blivet.devicetree": [[6, "module-blivet.devicetree"]], "blivet.errors": [[6, "module-blivet.errors"]], "blivet.fcoe": [[6, "module-blivet.fcoe"]], "blivet.flags": [[6, "module-blivet.flags"]], "blivet.i18n": [[6, "module-blivet.i18n"]], "blivet.iscsi": [[6, "module-blivet.iscsi"]], "blivet.mounts": [[6, "module-blivet.mounts"]], "blivet.nvme": [[6, "module-blivet.nvme"]], "blivet.partitioning": [[6, "module-blivet.partitioning"]], "blivet.safe_dbus": [[6, "module-blivet.safe_dbus"]], "blivet.size": [[6, "module-blivet.size"]], "blivet.storage_log": [[6, "module-blivet.storage_log"]], "blivet.threads": [[6, "module-blivet.threads"]], "blivet.tsort": [[6, "module-blivet.tsort"]], "blivet.udev": [[6, "module-blivet.udev"]], "blivet.util": [[6, "module-blivet.util"]], "blivet.zfcp": [[6, "module-blivet.zfcp"]], "btrfs_volumes (blivet.blivet.blivet property)": [[6, "blivet.blivet.Blivet.btrfs_volumes"]], "call_sync() (in module blivet.safe_dbus)": [[6, "blivet.safe_dbus.call_sync"]], "cancel() (blivet.deviceaction.actionaddmember method)": [[6, "blivet.deviceaction.ActionAddMember.cancel"]], "cancel() (blivet.deviceaction.actionconfiguredevice method)": [[6, "blivet.deviceaction.ActionConfigureDevice.cancel"]], "cancel() (blivet.deviceaction.actionconfigureformat method)": [[6, "blivet.deviceaction.ActionConfigureFormat.cancel"]], "cancel() (blivet.deviceaction.actioncreateformat method)": [[6, "blivet.deviceaction.ActionCreateFormat.cancel"]], "cancel() (blivet.deviceaction.actiondestroydevice method)": [[6, "blivet.deviceaction.ActionDestroyDevice.cancel"]], "cancel() (blivet.deviceaction.actiondestroyformat method)": [[6, "blivet.deviceaction.ActionDestroyFormat.cancel"]], "cancel() (blivet.deviceaction.actionremovemember method)": [[6, "blivet.deviceaction.ActionRemoveMember.cancel"]], "cancel() (blivet.deviceaction.actionresizedevice method)": [[6, "blivet.deviceaction.ActionResizeDevice.cancel"]], "cancel() (blivet.deviceaction.actionresizeformat method)": [[6, "blivet.deviceaction.ActionResizeFormat.cancel"]], "cancel() (blivet.deviceaction.deviceaction method)": [[6, "blivet.deviceaction.DeviceAction.cancel"]], "cancel_disk_actions() (blivet.devicetree.devicetreebase method)": [[6, "blivet.devicetree.DeviceTreeBase.cancel_disk_actions"]], "canonicalize_uuid() (in module blivet.util)": [[6, "blivet.util.canonicalize_UUID"]], "capture_output() (in module blivet.util)": [[6, "blivet.util.capture_output"]], "capture_output_binary() (in module blivet.util)": [[6, "blivet.util.capture_output_binary"]], "check_avail() (blivet.util.dependencyguard method)": [[6, "blivet.util.DependencyGuard.check_avail"]], "check_object_available() (in module blivet.safe_dbus)": [[6, "blivet.safe_dbus.check_object_available"]], "child_factory_class (blivet.devicefactory.btrfsfactory attribute)": [[6, "blivet.devicefactory.BTRFSFactory.child_factory_class"]], "child_factory_class (blivet.devicefactory.devicefactory attribute)": [[6, "blivet.devicefactory.DeviceFactory.child_factory_class"]], "child_factory_class (blivet.devicefactory.lvmfactory attribute)": [[6, "blivet.devicefactory.LVMFactory.child_factory_class"]], "child_factory_class (blivet.devicefactory.mdfactory attribute)": [[6, "blivet.devicefactory.MDFactory.child_factory_class"]], "child_factory_class (blivet.devicefactory.stratisfactory attribute)": [[6, "blivet.devicefactory.StratisFactory.child_factory_class"]], "child_factory_fstype (blivet.devicefactory.btrfsfactory attribute)": [[6, "blivet.devicefactory.BTRFSFactory.child_factory_fstype"]], "child_factory_fstype (blivet.devicefactory.devicefactory attribute)": [[6, "blivet.devicefactory.DeviceFactory.child_factory_fstype"]], "child_factory_fstype (blivet.devicefactory.lvmfactory attribute)": [[6, "blivet.devicefactory.LVMFactory.child_factory_fstype"]], "child_factory_fstype (blivet.devicefactory.mdfactory attribute)": [[6, "blivet.devicefactory.MDFactory.child_factory_fstype"]], "child_factory_fstype (blivet.devicefactory.stratisfactory attribute)": [[6, "blivet.devicefactory.StratisFactory.child_factory_fstype"]], "clear_thread_exception() (in module blivet.threads)": [[6, "blivet.threads.clear_thread_exception"]], "compare() (in module blivet.util)": [[6, "blivet.util.compare"]], "compare_disks() (blivet.blivet.blivet method)": [[6, "blivet.blivet.Blivet.compare_disks"]], "compare_disks_key (blivet.blivet.blivet property)": [[6, "blivet.blivet.Blivet.compare_disks_key"]], "configure() (blivet.devicefactory.devicefactory method)": [[6, "blivet.devicefactory.DeviceFactory.configure"]], "configure() (blivet.devicefactory.partitionsetfactory method)": [[6, "blivet.devicefactory.PartitionSetFactory.configure"]], "conn_info (blivet.iscsi.nodeinfo property)": [[6, "blivet.iscsi.NodeInfo.conn_info"]], "container_list (blivet.devicefactory.btrfsfactory property)": [[6, "blivet.devicefactory.BTRFSFactory.container_list"]], "container_list (blivet.devicefactory.devicefactory property)": [[6, "blivet.devicefactory.DeviceFactory.container_list"]], "container_list (blivet.devicefactory.lvmfactory property)": [[6, "blivet.devicefactory.LVMFactory.container_list"]], "container_list (blivet.devicefactory.mdfactory property)": [[6, "blivet.devicefactory.MDFactory.container_list"]], "container_list (blivet.devicefactory.stratisfactory property)": [[6, "blivet.devicefactory.StratisFactory.container_list"]], "container_raid_level (blivet.devicefactory.devicefactory property)": [[6, "blivet.devicefactory.DeviceFactory.container_raid_level"]], "convert_to() (blivet.size.size method)": [[6, "blivet.size.Size.convert_to"]], "copy() (blivet.blivet.blivet method)": [[6, "blivet.blivet.Blivet.copy"]], "create_device() (blivet.blivet.blivet method)": [[6, "blivet.blivet.Blivet.create_device"]], "create_graph() (in module blivet.tsort)": [[6, "blivet.tsort.create_graph"]], "create_interfaces() (blivet.iscsi.iscsi method)": [[6, "blivet.iscsi.iSCSI.create_interfaces"]], "create_new_callbacks_register() (in module blivet.callbacks)": [[6, "blivet.callbacks.create_new_callbacks_register"]], "create_sparse_file() (in module blivet.util)": [[6, "blivet.util.create_sparse_file"]], "create_sparse_tempfile() (in module blivet.util)": [[6, "blivet.util.create_sparse_tempfile"]], "deallocate() (blivet.partitioning.totalsizeset method)": [[6, "blivet.partitioning.TotalSizeSet.deallocate"]], "dedup_list() (in module blivet.util)": [[6, "blivet.util.dedup_list"]], "default_fstype (blivet.blivet.blivet property)": [[6, "blivet.blivet.Blivet.default_fstype"]], "default_namedtuple() (in module blivet.util)": [[6, "blivet.util.default_namedtuple"]], "delete_interfaces() (blivet.iscsi.iscsi method)": [[6, "blivet.iscsi.iSCSI.delete_interfaces"]], "deprecated() (in module blivet.util)": [[6, "blivet.util.deprecated"]], "destroy_device() (blivet.blivet.blivet method)": [[6, "blivet.blivet.Blivet.destroy_device"]], "detect_virt() (in module blivet.util)": [[6, "blivet.util.detect_virt"]], "device_added (blivet.callbacks.callbacks attribute)": [[6, "blivet.callbacks.Callbacks.device_added"]], "device_deps() (blivet.blivet.blivet method)": [[6, "blivet.blivet.Blivet.device_deps"]], "device_dm_subsystem_match() (in module blivet.udev)": [[6, "blivet.udev.device_dm_subsystem_match"]], "device_get_bus() (in module blivet.udev)": [[6, "blivet.udev.device_get_bus"]], "device_get_by_path() (in module blivet.udev)": [[6, "blivet.udev.device_get_by_path"]], "device_get_dasd_bus_id() (in module blivet.udev)": [[6, "blivet.udev.device_get_dasd_bus_id"]], "device_get_dasd_flag() (in module blivet.udev)": [[6, "blivet.udev.device_get_dasd_flag"]], "device_get_devname() (in module blivet.udev)": [[6, "blivet.udev.device_get_devname"]], "device_get_disklabel_type() (in module blivet.udev)": [[6, "blivet.udev.device_get_disklabel_type"]], "device_get_disklabel_uuid() (in module blivet.udev)": [[6, "blivet.udev.device_get_disklabel_uuid"]], "device_get_fcoe_identifier() (in module blivet.udev)": [[6, "blivet.udev.device_get_fcoe_identifier"]], "device_get_fcoe_nic() (in module blivet.udev)": [[6, "blivet.udev.device_get_fcoe_nic"]], "device_get_format() (in module blivet.udev)": [[6, "blivet.udev.device_get_format"]], "device_get_format_version() (in module blivet.udev)": [[6, "blivet.udev.device_get_format_version"]], "device_get_holders() (in module blivet.udev)": [[6, "blivet.udev.device_get_holders"]], "device_get_iscsi_address() (in module blivet.udev)": [[6, "blivet.udev.device_get_iscsi_address"]], "device_get_iscsi_initiator() (in module blivet.udev)": [[6, "blivet.udev.device_get_iscsi_initiator"]], "device_get_iscsi_lun() (in module blivet.udev)": [[6, "blivet.udev.device_get_iscsi_lun"]], "device_get_iscsi_name() (in module blivet.udev)": [[6, "blivet.udev.device_get_iscsi_name"]], "device_get_iscsi_nic() (in module blivet.udev)": [[6, "blivet.udev.device_get_iscsi_nic"]], "device_get_iscsi_port() (in module blivet.udev)": [[6, "blivet.udev.device_get_iscsi_port"]], "device_get_iscsi_session() (in module blivet.udev)": [[6, "blivet.udev.device_get_iscsi_session"]], "device_get_label() (in module blivet.udev)": [[6, "blivet.udev.device_get_label"]], "device_get_lv_attr() (in module blivet.udev)": [[6, "blivet.udev.device_get_lv_attr"]], "device_get_lv_name() (in module blivet.udev)": [[6, "blivet.udev.device_get_lv_name"]], "device_get_lv_size() (in module blivet.udev)": [[6, "blivet.udev.device_get_lv_size"]], "device_get_lv_type() (in module blivet.udev)": [[6, "blivet.udev.device_get_lv_type"]], "device_get_lv_uuid() (in module blivet.udev)": [[6, "blivet.udev.device_get_lv_uuid"]], "device_get_lv_vg_name() (in module blivet.udev)": [[6, "blivet.udev.device_get_lv_vg_name"]], "device_get_major() (in module blivet.udev)": [[6, "blivet.udev.device_get_major"]], "device_get_md_container() (in module blivet.udev)": [[6, "blivet.udev.device_get_md_container"]], "device_get_md_device_uuid() (in module blivet.udev)": [[6, "blivet.udev.device_get_md_device_uuid"]], "device_get_md_devices() (in module blivet.udev)": [[6, "blivet.udev.device_get_md_devices"]], "device_get_md_level() (in module blivet.udev)": [[6, "blivet.udev.device_get_md_level"]], "device_get_md_metadata() (in module blivet.udev)": [[6, "blivet.udev.device_get_md_metadata"]], "device_get_md_name() (in module blivet.udev)": [[6, "blivet.udev.device_get_md_name"]], "device_get_md_uuid() (in module blivet.udev)": [[6, "blivet.udev.device_get_md_uuid"]], "device_get_minor() (in module blivet.udev)": [[6, "blivet.udev.device_get_minor"]], "device_get_model() (in module blivet.udev)": [[6, "blivet.udev.device_get_model"]], "device_get_name() (in module blivet.udev)": [[6, "blivet.udev.device_get_name"]], "device_get_parents() (in module blivet.udev)": [[6, "blivet.udev.device_get_parents"]], "device_get_part_size() (in module blivet.udev)": [[6, "blivet.udev.device_get_part_size"]], "device_get_partition_disk() (in module blivet.udev)": [[6, "blivet.udev.device_get_partition_disk"]], "device_get_partition_uuid() (in module blivet.udev)": [[6, "blivet.udev.device_get_partition_uuid"]], "device_get_path() (in module blivet.udev)": [[6, "blivet.udev.device_get_path"]], "device_get_pv_pe_start() (in module blivet.udev)": [[6, "blivet.udev.device_get_pv_pe_start"]], "device_get_serial() (in module blivet.udev)": [[6, "blivet.udev.device_get_serial"]], "device_get_symlinks() (in module blivet.udev)": [[6, "blivet.udev.device_get_symlinks"]], "device_get_sysfs_path() (in module blivet.udev)": [[6, "blivet.udev.device_get_sysfs_path"]], "device_get_uuid() (in module blivet.udev)": [[6, "blivet.udev.device_get_uuid"]], "device_get_vendor() (in module blivet.udev)": [[6, "blivet.udev.device_get_vendor"]], "device_get_vg_extent_count() (in module blivet.udev)": [[6, "blivet.udev.device_get_vg_extent_count"]], "device_get_vg_extent_size() (in module blivet.udev)": [[6, "blivet.udev.device_get_vg_extent_size"]], "device_get_vg_free() (in module blivet.udev)": [[6, "blivet.udev.device_get_vg_free"]], "device_get_vg_free_extents() (in module blivet.udev)": [[6, "blivet.udev.device_get_vg_free_extents"]], "device_get_vg_name() (in module blivet.udev)": [[6, "blivet.udev.device_get_vg_name"]], "device_get_vg_pv_count() (in module blivet.udev)": [[6, "blivet.udev.device_get_vg_pv_count"]], "device_get_vg_size() (in module blivet.udev)": [[6, "blivet.udev.device_get_vg_size"]], "device_get_vg_uuid() (in module blivet.udev)": [[6, "blivet.udev.device_get_vg_uuid"]], "device_get_wwn() (in module blivet.udev)": [[6, "blivet.udev.device_get_wwn"]], "device_get_zfcp_attribute() (in module blivet.udev)": [[6, "blivet.udev.device_get_zfcp_attribute"]], "device_is_biosraid_member() (in module blivet.udev)": [[6, "blivet.udev.device_is_biosraid_member"]], "device_is_cciss() (in module blivet.udev)": [[6, "blivet.udev.device_is_cciss"]], "device_is_cdrom() (in module blivet.udev)": [[6, "blivet.udev.device_is_cdrom"]], "device_is_dasd() (in module blivet.udev)": [[6, "blivet.udev.device_is_dasd"]], "device_is_disk() (in module blivet.udev)": [[6, "blivet.udev.device_is_disk"]], "device_is_dm() (in module blivet.udev)": [[6, "blivet.udev.device_is_dm"]], "device_is_dm_anaconda() (in module blivet.udev)": [[6, "blivet.udev.device_is_dm_anaconda"]], "device_is_dm_crypt() (in module blivet.udev)": [[6, "blivet.udev.device_is_dm_crypt"]], "device_is_dm_integrity() (in module blivet.udev)": [[6, "blivet.udev.device_is_dm_integrity"]], "device_is_dm_livecd() (in module blivet.udev)": [[6, "blivet.udev.device_is_dm_livecd"]], "device_is_dm_luks() (in module blivet.udev)": [[6, "blivet.udev.device_is_dm_luks"]], "device_is_dm_lvm() (in module blivet.udev)": [[6, "blivet.udev.device_is_dm_lvm"]], "device_is_dm_mpath() (in module blivet.udev)": [[6, "blivet.udev.device_is_dm_mpath"]], "device_is_dm_partition() (in module blivet.udev)": [[6, "blivet.udev.device_is_dm_partition"]], "device_is_dm_raid() (in module blivet.udev)": [[6, "blivet.udev.device_is_dm_raid"]], "device_is_dm_stratis() (in module blivet.udev)": [[6, "blivet.udev.device_is_dm_stratis"]], "device_is_fcoe() (in module blivet.udev)": [[6, "blivet.udev.device_is_fcoe"]], "device_is_hidden() (in module blivet.udev)": [[6, "blivet.udev.device_is_hidden"]], "device_is_iscsi() (in module blivet.udev)": [[6, "blivet.udev.device_is_iscsi"]], "device_is_loop() (in module blivet.udev)": [[6, "blivet.udev.device_is_loop"]], "device_is_md() (in module blivet.udev)": [[6, "blivet.udev.device_is_md"]], "device_is_nvdimm_namespace() (in module blivet.udev)": [[6, "blivet.udev.device_is_nvdimm_namespace"]], "device_is_nvme_fabrics() (in module blivet.udev)": [[6, "blivet.udev.device_is_nvme_fabrics"]], "device_is_nvme_namespace() (in module blivet.udev)": [[6, "blivet.udev.device_is_nvme_namespace"]], "device_is_partition() (in module blivet.udev)": [[6, "blivet.udev.device_is_partition"]], "device_is_partoff_iscsi() (in module blivet.udev)": [[6, "blivet.udev.device_is_partoff_iscsi"]], "device_is_private() (in module blivet.udev)": [[6, "blivet.udev.device_is_private"]], "device_is_stratis_filesystem() (in module blivet.udev)": [[6, "blivet.udev.device_is_stratis_filesystem"]], "device_is_stratis_private() (in module blivet.udev)": [[6, "blivet.udev.device_is_stratis_private"]], "device_is_sw_iscsi() (in module blivet.udev)": [[6, "blivet.udev.device_is_sw_iscsi"]], "device_is_zfcp() (in module blivet.udev)": [[6, "blivet.udev.device_is_zfcp"]], "device_removed (blivet.callbacks.callbacks attribute)": [[6, "blivet.callbacks.Callbacks.device_removed"]], "device_scanned (blivet.callbacks.callbacks attribute)": [[6, "blivet.callbacks.Callbacks.device_scanned"]], "device_to_dict() (in module blivet.udev)": [[6, "blivet.udev.device_to_dict"]], "devices (blivet.blivet.blivet property)": [[6, "blivet.blivet.Blivet.devices"]], "devices (blivet.devicefactory.devicefactory property)": [[6, "blivet.devicefactory.DeviceFactory.devices"]], "devices (blivet.devicefactory.partitionsetfactory property)": [[6, "blivet.devicefactory.PartitionSetFactory.devices"]], "devices (blivet.devicetree.devicetreebase property)": [[6, "blivet.devicetree.DeviceTreeBase.devices"]], "discover() (blivet.iscsi.iscsi method)": [[6, "blivet.iscsi.iSCSI.discover"]], "disks (blivet.blivet.blivet property)": [[6, "blivet.blivet.Blivet.disks"]], "do_it() (blivet.blivet.blivet method)": [[6, "blivet.blivet.Blivet.do_it"]], "do_partitioning() (in module blivet.partitioning)": [[6, "blivet.partitioning.do_partitioning"]], "done (blivet.partitioning.chunk property)": [[6, "blivet.partitioning.Chunk.done"]], "dump_state() (blivet.blivet.blivet method)": [[6, "blivet.blivet.Blivet.dump_state"]], "encrypted (blivet.devicefactory.devicefactory property)": [[6, "blivet.devicefactory.DeviceFactory.encrypted"]], "encryption_passphrase (blivet.blivet.blivet property)": [[6, "blivet.blivet.Blivet.encryption_passphrase"]], "ensure_percent_reserve() (blivet.size.size method)": [[6, "blivet.size.Size.ensure_percent_reserve"]], "error_msg (blivet.iscsi.iscsidependencyguard attribute)": [[6, "blivet.iscsi.iSCSIDependencyGuard.error_msg"]], "error_msg (blivet.util.dependencyguard property)": [[6, "blivet.util.DependencyGuard.error_msg"]], "exclusive() (in module blivet.threads)": [[6, "blivet.threads.exclusive"]], "execute() (blivet.deviceaction.actionaddmember method)": [[6, "blivet.deviceaction.ActionAddMember.execute"]], "execute() (blivet.deviceaction.actionconfiguredevice method)": [[6, "blivet.deviceaction.ActionConfigureDevice.execute"]], "execute() (blivet.deviceaction.actionconfigureformat method)": [[6, "blivet.deviceaction.ActionConfigureFormat.execute"]], "execute() (blivet.deviceaction.actioncreatedevice method)": [[6, "blivet.deviceaction.ActionCreateDevice.execute"]], "execute() (blivet.deviceaction.actioncreateformat method)": [[6, "blivet.deviceaction.ActionCreateFormat.execute"]], "execute() (blivet.deviceaction.actiondestroydevice method)": [[6, "blivet.deviceaction.ActionDestroyDevice.execute"]], "execute() (blivet.deviceaction.actiondestroyformat method)": [[6, "blivet.deviceaction.ActionDestroyFormat.execute"]], "execute() (blivet.deviceaction.actionremovemember method)": [[6, "blivet.deviceaction.ActionRemoveMember.execute"]], "execute() (blivet.deviceaction.actionresizedevice method)": [[6, "blivet.deviceaction.ActionResizeDevice.execute"]], "execute() (blivet.deviceaction.actionresizeformat method)": [[6, "blivet.deviceaction.ActionResizeFormat.execute"]], "execute() (blivet.deviceaction.deviceaction method)": [[6, "blivet.deviceaction.DeviceAction.execute"]], "expand_taglist() (blivet.devicetree.devicetreebase method)": [[6, "blivet.devicetree.DeviceTreeBase.expand_taglist"]], "factory_device() (blivet.blivet.blivet method)": [[6, "blivet.blivet.Blivet.factory_device"]], "filesystems (blivet.devicetree.devicetreebase property)": [[6, "blivet.devicetree.DeviceTreeBase.filesystems"]], "find() (blivet.actionlist.actionlist method)": [[6, "blivet.actionlist.ActionList.find"]], "format (blivet.deviceaction.actiondestroyformat property)": [[6, "blivet.deviceaction.ActionDestroyFormat.format"]], "format (blivet.deviceaction.deviceaction property)": [[6, "blivet.deviceaction.DeviceAction.format"]], "format_added (blivet.callbacks.callbacks attribute)": [[6, "blivet.callbacks.Callbacks.format_added"]], "format_device() (blivet.blivet.blivet method)": [[6, "blivet.blivet.Blivet.format_device"]], "format_removed (blivet.callbacks.callbacks attribute)": [[6, "blivet.callbacks.Callbacks.format_removed"]], "function_name_and_depth() (in module blivet.storage_log)": [[6, "blivet.storage_log.function_name_and_depth"]], "get_arch() (in module blivet.arch)": [[6, "blivet.arch.get_arch"]], "get_best_free_space_region() (in module blivet.partitioning)": [[6, "blivet.partitioning.get_best_free_space_region"]], "get_boot_cmdline() (blivet.flags.flags method)": [[6, "blivet.flags.Flags.get_boot_cmdline"]], "get_container() (blivet.devicefactory.devicefactory method)": [[6, "blivet.devicefactory.DeviceFactory.get_container"]], "get_container() (blivet.devicefactory.mdfactory method)": [[6, "blivet.devicefactory.MDFactory.get_container"]], "get_container() (blivet.devicefactory.partitionfactory method)": [[6, "blivet.devicefactory.PartitionFactory.get_container"]], "get_cow_sysfs_path() (in module blivet.util)": [[6, "blivet.util.get_cow_sysfs_path"]], "get_current_entropy() (in module blivet.util)": [[6, "blivet.util.get_current_entropy"]], "get_dependent_devices() (blivet.devicetree.devicetreebase method)": [[6, "blivet.devicetree.DeviceTreeBase.get_dependent_devices"]], "get_device() (in module blivet.udev)": [[6, "blivet.udev.get_device"]], "get_device_by_id() (blivet.devicetree.devicetreebase method)": [[6, "blivet.devicetree.DeviceTreeBase.get_device_by_id"]], "get_device_by_label() (blivet.devicetree.devicetreebase method)": [[6, "blivet.devicetree.DeviceTreeBase.get_device_by_label"]], "get_device_by_name() (blivet.devicetree.devicetreebase method)": [[6, "blivet.devicetree.DeviceTreeBase.get_device_by_name"]], "get_device_by_path() (blivet.devicetree.devicetreebase method)": [[6, "blivet.devicetree.DeviceTreeBase.get_device_by_path"]], "get_device_by_sysfs_path() (blivet.devicetree.devicetreebase method)": [[6, "blivet.devicetree.DeviceTreeBase.get_device_by_sysfs_path"]], "get_device_by_uuid() (blivet.devicetree.devicetreebase method)": [[6, "blivet.devicetree.DeviceTreeBase.get_device_by_uuid"]], "get_device_factory() (in module blivet.devicefactory)": [[6, "blivet.devicefactory.get_device_factory"]], "get_device_type() (in module blivet.devicefactory)": [[6, "blivet.devicefactory.get_device_type"]], "get_devices() (in module blivet.udev)": [[6, "blivet.udev.get_devices"]], "get_disk_actions() (blivet.devicetree.devicetreebase method)": [[6, "blivet.devicetree.DeviceTreeBase.get_disk_actions"]], "get_disk_chunks() (in module blivet.partitioning)": [[6, "blivet.partitioning.get_disk_chunks"]], "get_free_regions() (in module blivet.partitioning)": [[6, "blivet.partitioning.get_free_regions"]], "get_free_space() (blivet.blivet.blivet method)": [[6, "blivet.blivet.Blivet.get_free_space"]], "get_fstype() (blivet.blivet.blivet method)": [[6, "blivet.blivet.Blivet.get_fstype"]], "get_kernel_module_parameter() (in module blivet.util)": [[6, "blivet.util.get_kernel_module_parameter"]], "get_mount_device() (in module blivet.util)": [[6, "blivet.util.get_mount_device"]], "get_mount_paths() (in module blivet.util)": [[6, "blivet.util.get_mount_paths"]], "get_mountpoints() (blivet.mounts.mountscache method)": [[6, "blivet.mounts.MountsCache.get_mountpoints"]], "get_new_session_connection() (in module blivet.safe_dbus)": [[6, "blivet.safe_dbus.get_new_session_connection"]], "get_new_system_connection() (in module blivet.safe_dbus)": [[6, "blivet.safe_dbus.get_new_system_connection"]], "get_next_partition_type() (in module blivet.partitioning)": [[6, "blivet.partitioning.get_next_partition_type"]], "get_node() (blivet.iscsi.iscsi method)": [[6, "blivet.iscsi.iSCSI.get_node"]], "get_node_disks() (blivet.iscsi.iscsi method)": [[6, "blivet.iscsi.iSCSI.get_node_disks"]], "get_option_value() (in module blivet.util)": [[6, "blivet.util.get_option_value"]], "get_path_by_sysfs_path() (in module blivet.util)": [[6, "blivet.util.get_path_by_sysfs_path"]], "get_pool() (blivet.devicefactory.lvmthinpfactory method)": [[6, "blivet.devicefactory.LVMThinPFactory.get_pool"]], "get_ppc_mac_book() (in module blivet.arch)": [[6, "blivet.arch.get_ppc_mac_book"]], "get_ppc_mac_gen() (in module blivet.arch)": [[6, "blivet.arch.get_ppc_mac_gen"]], "get_ppc_mac_id() (in module blivet.arch)": [[6, "blivet.arch.get_ppc_mac_id"]], "get_ppc_machine() (in module blivet.arch)": [[6, "blivet.arch.get_ppc_machine"]], "get_properties_sync() (in module blivet.safe_dbus)": [[6, "blivet.safe_dbus.get_properties_sync"]], "get_property_sync() (in module blivet.safe_dbus)": [[6, "blivet.safe_dbus.get_property_sync"]], "get_related_disks() (blivet.devicetree.devicetreebase method)": [[6, "blivet.devicetree.DeviceTreeBase.get_related_disks"]], "get_supported_raid_levels() (in module blivet.devicefactory)": [[6, "blivet.devicefactory.get_supported_raid_levels"]], "get_sysfs_attr() (in module blivet.util)": [[6, "blivet.util.get_sysfs_attr"]], "get_sysfs_path_by_name() (in module blivet.util)": [[6, "blivet.util.get_sysfs_path_by_name"]], "get_thread_exception() (in module blivet.threads)": [[6, "blivet.threads.get_thread_exception"]], "glob() (blivet.util.path method)": [[6, "blivet.util.Path.glob"]], "grow_lvm() (in module blivet.partitioning)": [[6, "blivet.partitioning.grow_lvm"]], "grow_partitions() (in module blivet.partitioning)": [[6, "blivet.partitioning.grow_partitions"]], "grow_requests() (blivet.partitioning.chunk method)": [[6, "blivet.partitioning.Chunk.grow_requests"]], "growable (blivet.partitioning.request property)": [[6, "blivet.partitioning.Request.growable"]], "growth (blivet.partitioning.chunk property)": [[6, "blivet.partitioning.Chunk.growth"]], "has_auto_lun_scan() (in module blivet.zfcp)": [[6, "blivet.zfcp.has_auto_lun_scan"]], "has_fcoe() (in module blivet.fcoe)": [[6, "blivet.fcoe.has_fcoe"]], "has_growable (blivet.partitioning.chunk property)": [[6, "blivet.partitioning.Chunk.has_growable"]], "has_iscsi() (in module blivet.iscsi)": [[6, "blivet.iscsi.has_iscsi"]], "hide() (blivet.devicetree.devicetreebase method)": [[6, "blivet.devicetree.DeviceTreeBase.hide"]], "human_readable() (blivet.size.size method)": [[6, "blivet.size.Size.human_readable"]], "iscsi (class in blivet.iscsi)": [[6, "blivet.iscsi.iSCSI"]], "iscsidependencyguard (class in blivet.iscsi)": [[6, "blivet.iscsi.iSCSIDependencyGuard"]], "id (blivet.partitioning.request property)": [[6, "blivet.partitioning.Request.id"]], "ignored_device_names (in module blivet.udev)": [[6, "blivet.udev.ignored_device_names"]], "indent() (in module blivet.util)": [[6, "blivet.util.indent"]], "initialize_disk() (blivet.blivet.blivet method)": [[6, "blivet.blivet.Blivet.initialize_disk"]], "initiator (blivet.iscsi.iscsi property)": [[6, "blivet.iscsi.iSCSI.initiator"]], "initiator_set (blivet.iscsi.iscsi property)": [[6, "blivet.iscsi.iSCSI.initiator_set"]], "insert_colons() (in module blivet.util)": [[6, "blivet.util.insert_colons"]], "ipaddr (blivet.iscsi.targetinfo attribute)": [[6, "blivet.iscsi.TargetInfo.ipaddr"]], "is_aarch64() (in module blivet.arch)": [[6, "blivet.arch.is_aarch64"]], "is_add (blivet.deviceaction.deviceaction property)": [[6, "blivet.deviceaction.DeviceAction.is_add"]], "is_alpha() (in module blivet.arch)": [[6, "blivet.arch.is_alpha"]], "is_arm() (in module blivet.arch)": [[6, "blivet.arch.is_arm"]], "is_cell() (in module blivet.arch)": [[6, "blivet.arch.is_cell"]], "is_configure (blivet.deviceaction.deviceaction property)": [[6, "blivet.deviceaction.DeviceAction.is_configure"]], "is_container (blivet.deviceaction.deviceaction property)": [[6, "blivet.deviceaction.DeviceAction.is_container"]], "is_create (blivet.deviceaction.deviceaction property)": [[6, "blivet.deviceaction.DeviceAction.is_create"]], "is_destroy (blivet.deviceaction.deviceaction property)": [[6, "blivet.deviceaction.DeviceAction.is_destroy"]], "is_device (blivet.deviceaction.deviceaction property)": [[6, "blivet.deviceaction.DeviceAction.is_device"]], "is_efi() (in module blivet.arch)": [[6, "blivet.arch.is_efi"]], "is_format (blivet.deviceaction.deviceaction property)": [[6, "blivet.deviceaction.DeviceAction.is_format"]], "is_grow (blivet.deviceaction.deviceaction property)": [[6, "blivet.deviceaction.DeviceAction.is_grow"]], "is_ia64() (in module blivet.arch)": [[6, "blivet.arch.is_ia64"]], "is_ipseries() (in module blivet.arch)": [[6, "blivet.arch.is_ipseries"]], "is_loongarch() (in module blivet.arch)": [[6, "blivet.arch.is_loongarch"]], "is_mactel() (in module blivet.arch)": [[6, "blivet.arch.is_mactel"]], "is_mountpoint() (blivet.mounts.mountscache method)": [[6, "blivet.mounts.MountsCache.is_mountpoint"]], "is_pmac() (in module blivet.arch)": [[6, "blivet.arch.is_pmac"]], "is_powernv() (in module blivet.arch)": [[6, "blivet.arch.is_powernv"]], "is_ppc() (in module blivet.arch)": [[6, "blivet.arch.is_ppc"]], "is_remove (blivet.deviceaction.deviceaction property)": [[6, "blivet.deviceaction.DeviceAction.is_remove"]], "is_resize (blivet.deviceaction.deviceaction property)": [[6, "blivet.deviceaction.DeviceAction.is_resize"]], "is_riscv64() (in module blivet.arch)": [[6, "blivet.arch.is_riscv64"]], "is_s390() (in module blivet.arch)": [[6, "blivet.arch.is_s390"]], "is_shrink (blivet.deviceaction.deviceaction property)": [[6, "blivet.deviceaction.DeviceAction.is_shrink"]], "is_supported_device_type() (in module blivet.devicefactory)": [[6, "blivet.devicefactory.is_supported_device_type"]], "is_t2mac() (in module blivet.arch)": [[6, "blivet.arch.is_t2mac"]], "is_x86() (in module blivet.arch)": [[6, "blivet.arch.is_x86"]], "iscsi (in module blivet.iscsi)": [[6, "blivet.iscsi.iscsi"]], "join_paths() (in module blivet.util)": [[6, "blivet.util.join_paths"]], "labels (blivet.devicetree.devicetreebase property)": [[6, "blivet.devicetree.DeviceTreeBase.labels"]], "leaves (blivet.devicetree.devicetreebase property)": [[6, "blivet.devicetree.DeviceTreeBase.leaves"]], "length_to_size() (blivet.partitioning.chunk method)": [[6, "blivet.partitioning.Chunk.length_to_size"]], "length_to_size() (blivet.partitioning.diskchunk method)": [[6, "blivet.partitioning.DiskChunk.length_to_size"]], "length_to_size() (blivet.partitioning.vgchunk method)": [[6, "blivet.partitioning.VGChunk.length_to_size"]], "log_bd_message() (in module blivet)": [[6, "blivet.log_bd_message"]], "log_exception_info() (in module blivet.storage_log)": [[6, "blivet.storage_log.log_exception_info"]], "log_into_node() (blivet.iscsi.iscsi method)": [[6, "blivet.iscsi.iSCSI.log_into_node"]], "log_method_call() (in module blivet.storage_log)": [[6, "blivet.storage_log.log_method_call"]], "log_method_return() (in module blivet.storage_log)": [[6, "blivet.storage_log.log_method_return"]], "logged_write_line_to_file() (in module blivet.zfcp)": [[6, "blivet.zfcp.logged_write_line_to_file"]], "lsmod() (in module blivet.util)": [[6, "blivet.util.lsmod"]], "lv_compare() (in module blivet.partitioning)": [[6, "blivet.partitioning.lv_compare"]], "lvs (blivet.blivet.blivet property)": [[6, "blivet.blivet.Blivet.lvs"]], "main() (in module blivet.tsort)": [[6, "blivet.tsort.main"]], "makedirs() (in module blivet.util)": [[6, "blivet.util.makedirs"]], "manage_size_sets() (in module blivet.partitioning)": [[6, "blivet.partitioning.manage_size_sets"]], "match_path_context() (in module blivet.util)": [[6, "blivet.util.match_path_context"]], "max_growth() (blivet.partitioning.chunk method)": [[6, "blivet.partitioning.Chunk.max_growth"]], "max_growth() (blivet.partitioning.diskchunk method)": [[6, "blivet.partitioning.DiskChunk.max_growth"]], "mdarrays (blivet.blivet.blivet property)": [[6, "blivet.blivet.Blivet.mdarrays"]], "mdcontainers (blivet.blivet.blivet property)": [[6, "blivet.blivet.Blivet.mdcontainers"]], "mdmembers (blivet.blivet.blivet property)": [[6, "blivet.blivet.Blivet.mdmembers"]], "min_entropy (blivet.callbacks.waitforentropydata attribute)": [[6, "blivet.callbacks.WaitForEntropyData.min_entropy"]], "mode (blivet.iscsi.iscsi property)": [[6, "blivet.iscsi.iSCSI.mode"]], "module": [[6, "module-blivet"], [6, "module-blivet.actionlist"], [6, "module-blivet.arch"], [6, "module-blivet.blivet"], [6, "module-blivet.callbacks"], [6, "module-blivet.deviceaction"], [6, "module-blivet.devicefactory"], [6, "module-blivet.devicetree"], [6, "module-blivet.errors"], [6, "module-blivet.fcoe"], [6, "module-blivet.flags"], [6, "module-blivet.i18n"], [6, "module-blivet.iscsi"], [6, "module-blivet.mounts"], [6, "module-blivet.nvme"], [6, "module-blivet.partitioning"], [6, "module-blivet.safe_dbus"], [6, "module-blivet.size"], [6, "module-blivet.storage_log"], [6, "module-blivet.threads"], [6, "module-blivet.tsort"], [6, "module-blivet.udev"], [6, "module-blivet.util"], [6, "module-blivet.zfcp"], [7, "module-blivet.dbus"], [7, "module-blivet.dbus.action"], [7, "module-blivet.dbus.blivet"], [7, "module-blivet.dbus.constants"], [7, "module-blivet.dbus.device"], [7, "module-blivet.dbus.format"], [7, "module-blivet.dbus.manager"], [7, "module-blivet.dbus.object"], [8, "module-blivet.devicelibs"], [8, "module-blivet.devicelibs.btrfs"], [8, "module-blivet.devicelibs.crypto"], [8, "module-blivet.devicelibs.disk"], [8, "module-blivet.devicelibs.edd"], [8, "module-blivet.devicelibs.gpt"], [8, "module-blivet.devicelibs.lvm"], [8, "module-blivet.devicelibs.mdraid"], [8, "module-blivet.devicelibs.raid"], [8, "module-blivet.devicelibs.stratis"], [9, "module-blivet.devices"], [9, "module-blivet.devices.btrfs"], [9, "module-blivet.devices.cache"], [9, "module-blivet.devices.container"], [9, "module-blivet.devices.device"], [9, "module-blivet.devices.disk"], [9, "module-blivet.devices.dm"], [9, "module-blivet.devices.file"], [9, "module-blivet.devices.lib"], [9, "module-blivet.devices.loop"], [9, "module-blivet.devices.luks"], [9, "module-blivet.devices.lvm"], [9, "module-blivet.devices.md"], [9, "module-blivet.devices.network"], [9, "module-blivet.devices.nfs"], [9, "module-blivet.devices.nodev"], [9, "module-blivet.devices.optical"], [9, "module-blivet.devices.partition"], [9, "module-blivet.devices.raid"], [9, "module-blivet.devices.storage"], [9, "module-blivet.devices.stratis"], [10, "module-blivet.events"], [10, "module-blivet.events.changes"], [10, "module-blivet.events.handler"], [10, "module-blivet.events.manager"], [11, "module-blivet.formats"], [11, "module-blivet.formats.biosboot"], [11, "module-blivet.formats.disklabel"], [11, "module-blivet.formats.dmraid"], [11, "module-blivet.formats.fs"], [11, "module-blivet.formats.fslib"], [11, "module-blivet.formats.luks"], [11, "module-blivet.formats.lvmpv"], [11, "module-blivet.formats.mdraid"], [11, "module-blivet.formats.multipath"], [11, "module-blivet.formats.prepboot"], [11, "module-blivet.formats.stratis"], [11, "module-blivet.formats.swap"], [12, "module-blivet.populator"], [12, "module-blivet.populator.populator"], [13, "module-blivet.populator.helpers"], [13, "module-blivet.populator.helpers.boot"], [13, "module-blivet.populator.helpers.btrfs"], [13, "module-blivet.populator.helpers.devicepopulator"], [13, "module-blivet.populator.helpers.disk"], [13, "module-blivet.populator.helpers.disklabel"], [13, "module-blivet.populator.helpers.dm"], [13, "module-blivet.populator.helpers.formatpopulator"], [13, "module-blivet.populator.helpers.loop"], [13, "module-blivet.populator.helpers.luks"], [13, "module-blivet.populator.helpers.lvm"], [13, "module-blivet.populator.helpers.mdraid"], [13, "module-blivet.populator.helpers.multipath"], [13, "module-blivet.populator.helpers.optical"], [13, "module-blivet.populator.helpers.partition"], [13, "module-blivet.populator.helpers.populatorhelper"], [13, "module-blivet.populator.helpers.stratis"], [14, "module-blivet.static_data"], [14, "module-blivet.static_data.luks_data"], [14, "module-blivet.static_data.lvm_info"], [14, "module-blivet.static_data.mpath_info"], [14, "module-blivet.static_data.nvdimm"], [14, "module-blivet.static_data.stratis_info"], [15, "module-blivet.tasks"], [15, "module-blivet.tasks.availability"], [15, "module-blivet.tasks.dfresize"], [15, "module-blivet.tasks.fsck"], [15, "module-blivet.tasks.fsinfo"], [15, "module-blivet.tasks.fslabeling"], [15, "module-blivet.tasks.fsminsize"], [15, "module-blivet.tasks.fsmkfs"], [15, "module-blivet.tasks.fsmount"], [15, "module-blivet.tasks.fsreadlabel"], [15, "module-blivet.tasks.fsresize"], [15, "module-blivet.tasks.fssize"], [15, "module-blivet.tasks.fssync"], [15, "module-blivet.tasks.fstask"], [15, "module-blivet.tasks.fsuuid"], [15, "module-blivet.tasks.fswritelabel"], [15, "module-blivet.tasks.fswriteuuid"], [15, "module-blivet.tasks.lukstasks"], [15, "module-blivet.tasks.pvtask"], [15, "module-blivet.tasks.task"]], "mount() (in module blivet.util)": [[6, "blivet.util.mount"]], "mountpoints (blivet.blivet.blivet property)": [[6, "blivet.blivet.Blivet.mountpoints"]], "mountpoints (blivet.devicetree.devicetreebase property)": [[6, "blivet.devicetree.DeviceTreeBase.mountpoints"]], "msg (blivet.callbacks.createformatpostdata attribute)": [[6, "blivet.callbacks.CreateFormatPostData.msg"]], "msg (blivet.callbacks.createformatpredata attribute)": [[6, "blivet.callbacks.CreateFormatPreData.msg"]], "msg (blivet.callbacks.reportprogressdata attribute)": [[6, "blivet.callbacks.ReportProgressData.msg"]], "msg (blivet.callbacks.resizeformatpostdata attribute)": [[6, "blivet.callbacks.ResizeFormatPostData.msg"]], "msg (blivet.callbacks.resizeformatpredata attribute)": [[6, "blivet.callbacks.ResizeFormatPreData.msg"]], "msg (blivet.callbacks.waitforentropydata attribute)": [[6, "blivet.callbacks.WaitForEntropyData.msg"]], "names (blivet.blivet.blivet property)": [[6, "blivet.blivet.Blivet.names"]], "names (blivet.devicetree.devicetreebase property)": [[6, "blivet.devicetree.DeviceTreeBase.names"]], "natural_sort_key() (in module blivet.util)": [[6, "blivet.util.natural_sort_key"]], "needed (blivet.partitioning.totalsizeset property)": [[6, "blivet.partitioning.TotalSizeSet.needed"]], "new_btrfs() (blivet.blivet.blivet method)": [[6, "blivet.blivet.Blivet.new_btrfs"]], "new_btrfs_sub_volume() (blivet.blivet.blivet method)": [[6, "blivet.blivet.Blivet.new_btrfs_sub_volume"]], "new_lv() (blivet.blivet.blivet method)": [[6, "blivet.blivet.Blivet.new_lv"]], "new_lv_from_lvs() (blivet.blivet.blivet method)": [[6, "blivet.blivet.Blivet.new_lv_from_lvs"]], "new_mdarray() (blivet.blivet.blivet method)": [[6, "blivet.blivet.Blivet.new_mdarray"]], "new_partition() (blivet.blivet.blivet method)": [[6, "blivet.blivet.Blivet.new_partition"]], "new_stratis_filesystem() (blivet.blivet.blivet method)": [[6, "blivet.blivet.Blivet.new_stratis_filesystem"]], "new_stratis_pool() (blivet.blivet.blivet method)": [[6, "blivet.blivet.Blivet.new_stratis_pool"]], "new_tmp_fs() (blivet.blivet.blivet method)": [[6, "blivet.blivet.Blivet.new_tmp_fs"]], "new_vg() (blivet.blivet.blivet method)": [[6, "blivet.blivet.Blivet.new_vg"]], "newroot() (blivet.util.path method)": [[6, "blivet.util.Path.newroot"]], "next_id (blivet.blivet.blivet property)": [[6, "blivet.blivet.Blivet.next_id"]], "normalize_path_slashes() (in module blivet.util)": [[6, "blivet.util.normalize_path_slashes"]], "normpath (blivet.util.path property)": [[6, "blivet.util.Path.normpath"]], "num_bits() (in module blivet.arch)": [[6, "blivet.arch.num_bits"]], "numeric_type() (in module blivet.util)": [[6, "blivet.util.numeric_type"]], "nvme (in module blivet.nvme)": [[6, "blivet.nvme.nvme"]], "obj (blivet.deviceaction.actionaddmember attribute)": [[6, "blivet.deviceaction.ActionAddMember.obj"]], "obj (blivet.deviceaction.actionconfiguredevice attribute)": [[6, "blivet.deviceaction.ActionConfigureDevice.obj"]], "obj (blivet.deviceaction.actionconfigureformat attribute)": [[6, "blivet.deviceaction.ActionConfigureFormat.obj"]], "obj (blivet.deviceaction.actioncreatedevice attribute)": [[6, "blivet.deviceaction.ActionCreateDevice.obj"]], "obj (blivet.deviceaction.actioncreateformat attribute)": [[6, "blivet.deviceaction.ActionCreateFormat.obj"]], "obj (blivet.deviceaction.actiondestroydevice attribute)": [[6, "blivet.deviceaction.ActionDestroyDevice.obj"]], "obj (blivet.deviceaction.actiondestroyformat attribute)": [[6, "blivet.deviceaction.ActionDestroyFormat.obj"]], "obj (blivet.deviceaction.actionremovemember attribute)": [[6, "blivet.deviceaction.ActionRemoveMember.obj"]], "obj (blivet.deviceaction.actionresizedevice attribute)": [[6, "blivet.deviceaction.ActionResizeDevice.obj"]], "obj (blivet.deviceaction.actionresizeformat attribute)": [[6, "blivet.deviceaction.ActionResizeFormat.obj"]], "obj (blivet.deviceaction.deviceaction attribute)": [[6, "blivet.deviceaction.DeviceAction.obj"]], "object_string (blivet.deviceaction.deviceaction property)": [[6, "blivet.deviceaction.DeviceAction.object_string"]], "object_type_string (blivet.deviceaction.deviceaction property)": [[6, "blivet.deviceaction.DeviceAction.object_type_string"]], "obsoletes() (blivet.deviceaction.actionaddmember method)": [[6, "blivet.deviceaction.ActionAddMember.obsoletes"]], "obsoletes() (blivet.deviceaction.actionconfiguredevice method)": [[6, "blivet.deviceaction.ActionConfigureDevice.obsoletes"]], "obsoletes() (blivet.deviceaction.actionconfigureformat method)": [[6, "blivet.deviceaction.ActionConfigureFormat.obsoletes"]], "obsoletes() (blivet.deviceaction.actioncreateformat method)": [[6, "blivet.deviceaction.ActionCreateFormat.obsoletes"]], "obsoletes() (blivet.deviceaction.actiondestroydevice method)": [[6, "blivet.deviceaction.ActionDestroyDevice.obsoletes"]], "obsoletes() (blivet.deviceaction.actiondestroyformat method)": [[6, "blivet.deviceaction.ActionDestroyFormat.obsoletes"]], "obsoletes() (blivet.deviceaction.actionremovemember method)": [[6, "blivet.deviceaction.ActionRemoveMember.obsoletes"]], "obsoletes() (blivet.deviceaction.deviceaction method)": [[6, "blivet.deviceaction.DeviceAction.obsoletes"]], "offline_device() (blivet.zfcp.zfcpdeviceautolunscan method)": [[6, "blivet.zfcp.ZFCPDeviceAutoLunScan.offline_device"]], "offline_device() (blivet.zfcp.zfcpdevicefullpath method)": [[6, "blivet.zfcp.ZFCPDeviceFullPath.offline_device"]], "offline_scsi_device() (blivet.zfcp.zfcpdevicebase method)": [[6, "blivet.zfcp.ZFCPDeviceBase.offline_scsi_device"]], "ondisk (blivet.util.path property)": [[6, "blivet.util.Path.ondisk"]], "onetime (blivet.util.evalmode attribute)": [[6, "blivet.util.EvalMode.onetime"]], "online_device() (blivet.zfcp.zfcpdeviceautolunscan method)": [[6, "blivet.zfcp.ZFCPDeviceAutoLunScan.online_device"]], "online_device() (blivet.zfcp.zfcpdevicebase method)": [[6, "blivet.zfcp.ZFCPDeviceBase.online_device"]], "online_device() (blivet.zfcp.zfcpdevicefullpath method)": [[6, "blivet.zfcp.ZFCPDeviceFullPath.online_device"]], "packages (blivet.blivet.blivet property)": [[6, "blivet.blivet.Blivet.packages"]], "parent_added (blivet.callbacks.callbacks attribute)": [[6, "blivet.callbacks.Callbacks.parent_added"]], "parent_removed (blivet.callbacks.callbacks attribute)": [[6, "blivet.callbacks.Callbacks.parent_removed"]], "partition_compare() (in module blivet.partitioning)": [[6, "blivet.partitioning.partition_compare"]], "partitioned (blivet.blivet.blivet property)": [[6, "blivet.blivet.Blivet.partitioned"]], "partitions (blivet.blivet.blivet property)": [[6, "blivet.blivet.Blivet.partitions"]], "path (blivet.util.path property)": [[6, "blivet.util.Path.path"]], "pool (blivet.devicefactory.stratisfactory property)": [[6, "blivet.devicefactory.StratisFactory.pool"]], "pool_list (blivet.devicefactory.lvmthinpfactory property)": [[6, "blivet.devicefactory.LVMThinPFactory.pool_list"]], "populate_started (blivet.callbacks.callbacks attribute)": [[6, "blivet.callbacks.Callbacks.populate_started"]], "port (blivet.iscsi.targetinfo attribute)": [[6, "blivet.iscsi.TargetInfo.port"]], "power_of_two() (in module blivet.util)": [[6, "blivet.util.power_of_two"]], "process() (blivet.actionlist.actionlist method)": [[6, "blivet.actionlist.ActionList.process"]], "prune() (blivet.actionlist.actionlist method)": [[6, "blivet.actionlist.ActionList.prune"]], "pvs (blivet.blivet.blivet property)": [[6, "blivet.blivet.Blivet.pvs"]], "raid_level (blivet.devicefactory.devicefactory property)": [[6, "blivet.devicefactory.DeviceFactory.raid_level"]], "raw_device (blivet.devicefactory.devicefactory property)": [[6, "blivet.devicefactory.DeviceFactory.raw_device"]], "read_config() (blivet.zfcp.zfcp method)": [[6, "blivet.zfcp.zFCP.read_config"]], "read_file() (in module blivet.util)": [[6, "blivet.util.read_file"]], "realpath (blivet.util.path property)": [[6, "blivet.util.Path.realpath"]], "reclaim() (blivet.partitioning.chunk method)": [[6, "blivet.partitioning.Chunk.reclaim"]], "recursive_remove() (blivet.blivet.blivet method)": [[6, "blivet.blivet.Blivet.recursive_remove"]], "recursive_remove() (blivet.devicetree.devicetreebase method)": [[6, "blivet.devicetree.DeviceTreeBase.recursive_remove"]], "remaining (blivet.partitioning.chunk property)": [[6, "blivet.partitioning.Chunk.remaining"]], "remove() (blivet.actionlist.actionlist method)": [[6, "blivet.actionlist.ActionList.remove"]], "remove() (blivet.callbacks.callbacklist method)": [[6, "blivet.callbacks.CallbackList.remove"]], "remove_empty_extended_partitions() (blivet.blivet.blivet method)": [[6, "blivet.blivet.Blivet.remove_empty_extended_partitions"]], "remove_new_partitions() (in module blivet.partitioning)": [[6, "blivet.partitioning.remove_new_partitions"]], "requires() (blivet.deviceaction.actionaddmember method)": [[6, "blivet.deviceaction.ActionAddMember.requires"]], "requires() (blivet.deviceaction.actioncreatedevice method)": [[6, "blivet.deviceaction.ActionCreateDevice.requires"]], "requires() (blivet.deviceaction.actioncreateformat method)": [[6, "blivet.deviceaction.ActionCreateFormat.requires"]], "requires() (blivet.deviceaction.actiondestroydevice method)": [[6, "blivet.deviceaction.ActionDestroyDevice.requires"]], "requires() (blivet.deviceaction.actiondestroyformat method)": [[6, "blivet.deviceaction.ActionDestroyFormat.requires"]], "requires() (blivet.deviceaction.actionremovemember method)": [[6, "blivet.deviceaction.ActionRemoveMember.requires"]], "requires() (blivet.deviceaction.actionresizedevice method)": [[6, "blivet.deviceaction.ActionResizeDevice.requires"]], "requires() (blivet.deviceaction.actionresizeformat method)": [[6, "blivet.deviceaction.ActionResizeFormat.requires"]], "requires() (blivet.deviceaction.deviceaction method)": [[6, "blivet.deviceaction.DeviceAction.requires"]], "requires_property() (in module blivet.util)": [[6, "blivet.util.requires_property"]], "reserve_request (blivet.partitioning.lvrequest property)": [[6, "blivet.partitioning.LVRequest.reserve_request"]], "reserve_request (blivet.partitioning.request property)": [[6, "blivet.partitioning.Request.reserve_request"]], "reset() (blivet.blivet.blivet method)": [[6, "blivet.blivet.Blivet.reset"]], "reset() (blivet.devicetree.devicetree method)": [[6, "blivet.devicetree.DeviceTree.reset"]], "reset() (blivet.devicetree.devicetreebase method)": [[6, "blivet.devicetree.DeviceTreeBase.reset"]], "reset_device() (blivet.blivet.blivet method)": [[6, "blivet.blivet.Blivet.reset_device"]], "reset_file_context() (in module blivet.util)": [[6, "blivet.util.reset_file_context"]], "resize_device() (blivet.blivet.blivet method)": [[6, "blivet.blivet.Blivet.resize_device"]], "resize_string (blivet.deviceaction.deviceaction property)": [[6, "blivet.deviceaction.DeviceAction.resize_string"]], "resize_type_from_string() (in module blivet.deviceaction)": [[6, "blivet.deviceaction.resize_type_from_string"]], "resolve_device() (blivet.devicetree.devicetreebase method)": [[6, "blivet.devicetree.DeviceTreeBase.resolve_device"]], "resolve_devspec() (in module blivet.udev)": [[6, "blivet.udev.resolve_devspec"]], "resolve_disk_tags() (in module blivet.partitioning)": [[6, "blivet.partitioning.resolve_disk_tags"]], "resolve_glob() (in module blivet.udev)": [[6, "blivet.udev.resolve_glob"]], "root (blivet.util.path property)": [[6, "blivet.util.Path.root"]], "round_to_nearest() (blivet.size.size method)": [[6, "blivet.size.Size.round_to_nearest"]], "run_program() (in module blivet.util)": [[6, "blivet.util.run_program"]], "run_program_and_capture_output() (in module blivet.util)": [[6, "blivet.util.run_program_and_capture_output"]], "run_program_and_capture_output_binary() (in module blivet.util)": [[6, "blivet.util.run_program_and_capture_output_binary"]], "running_in_chroot() (in module blivet.udev)": [[6, "blivet.udev.running_in_chroot"]], "safe_device_name() (blivet.blivet.blivet method)": [[6, "blivet.blivet.Blivet.safe_device_name"]], "save_passphrase() (blivet.blivet.blivet method)": [[6, "blivet.blivet.Blivet.save_passphrase"]], "save_thread_exception() (in module blivet.threads)": [[6, "blivet.threads.save_thread_exception"]], "sectors_to_size() (in module blivet.partitioning)": [[6, "blivet.partitioning.sectors_to_size"]], "set_default_fstype() (blivet.blivet.blivet method)": [[6, "blivet.blivet.Blivet.set_default_fstype"]], "set_file_context() (in module blivet.util)": [[6, "blivet.util.set_file_context"]], "set_up_console_log() (in module blivet.util)": [[6, "blivet.util.set_up_console_log"]], "set_up_logging() (in module blivet.util)": [[6, "blivet.util.set_up_logging"]], "settle() (in module blivet.udev)": [[6, "blivet.udev.settle"]], "setup_all() (blivet.devicetree.devicetreebase method)": [[6, "blivet.devicetree.DeviceTreeBase.setup_all"]], "setup_disk_images() (blivet.blivet.blivet method)": [[6, "blivet.blivet.Blivet.setup_disk_images"]], "sha256_file() (in module blivet.util)": [[6, "blivet.util.sha256_file"]], "short_product_name (blivet.blivet.blivet property)": [[6, "blivet.blivet.Blivet.short_product_name"]], "shutdown() (blivet.zfcp.zfcp method)": [[6, "blivet.zfcp.zFCP.shutdown"]], "size_set_class (blivet.devicefactory.devicefactory attribute)": [[6, "blivet.devicefactory.DeviceFactory.size_set_class"]], "size_set_class (blivet.devicefactory.lvmfactory attribute)": [[6, "blivet.devicefactory.LVMFactory.size_set_class"]], "size_set_class (blivet.devicefactory.mdfactory attribute)": [[6, "blivet.devicefactory.MDFactory.size_set_class"]], "size_set_class (blivet.devicefactory.stratisfactory attribute)": [[6, "blivet.devicefactory.StratisFactory.size_set_class"]], "size_to_length() (blivet.partitioning.chunk method)": [[6, "blivet.partitioning.Chunk.size_to_length"]], "size_to_length() (blivet.partitioning.diskchunk method)": [[6, "blivet.partitioning.DiskChunk.size_to_length"]], "size_to_length() (blivet.partitioning.vgchunk method)": [[6, "blivet.partitioning.VGChunk.size_to_length"]], "size_to_sectors() (in module blivet.partitioning)": [[6, "blivet.partitioning.size_to_sectors"]], "sort() (blivet.actionlist.actionlist method)": [[6, "blivet.actionlist.ActionList.sort"]], "sort_requests() (blivet.partitioning.chunk method)": [[6, "blivet.partitioning.Chunk.sort_requests"]], "sort_requests() (blivet.partitioning.diskchunk method)": [[6, "blivet.partitioning.DiskChunk.sort_requests"]], "sort_requests() (blivet.partitioning.vgchunk method)": [[6, "blivet.partitioning.VGChunk.sort_requests"]], "sparsetmpfile() (in module blivet.util)": [[6, "blivet.util.sparsetmpfile"]], "stabilize() (blivet.iscsi.iscsi method)": [[6, "blivet.iscsi.iSCSI.stabilize"]], "startswith() (blivet.util.path method)": [[6, "blivet.util.Path.startswith"]], "startup() (blivet.fcoe.fcoe method)": [[6, "blivet.fcoe.FCoE.startup"]], "startup() (blivet.iscsi.iscsi method)": [[6, "blivet.iscsi.iSCSI.startup"]], "startup() (blivet.nvme.nvme method)": [[6, "blivet.nvme.NVMe.startup"]], "startup() (blivet.zfcp.zfcp method)": [[6, "blivet.zfcp.zFCP.startup"]], "stratis_pools (blivet.blivet.blivet property)": [[6, "blivet.blivet.Blivet.stratis_pools"]], "stringize() (in module blivet.util)": [[6, "blivet.util.stringize"]], "suggest_container_name() (blivet.blivet.blivet method)": [[6, "blivet.blivet.Blivet.suggest_container_name"]], "suggest_device_name() (blivet.blivet.blivet method)": [[6, "blivet.blivet.Blivet.suggest_device_name"]], "suggestion (blivet.errors.corruptgpterror attribute)": [[6, "blivet.errors.CorruptGPTError.suggestion"]], "suggestion (blivet.errors.disklabelscanerror attribute)": [[6, "blivet.errors.DiskLabelScanError.suggestion"]], "suggestion (blivet.errors.duplicateuuiderror attribute)": [[6, "blivet.errors.DuplicateUUIDError.suggestion"]], "suggestion (blivet.errors.duplicatevgerror attribute)": [[6, "blivet.errors.DuplicateVGError.suggestion"]], "suggestion (blivet.errors.invalidmultideviceselection attribute)": [[6, "blivet.errors.InvalidMultideviceSelection.suggestion"]], "suggestion (blivet.errors.unusableconfigurationerror attribute)": [[6, "blivet.errors.UnusableConfigurationError.suggestion"]], "swaps (blivet.blivet.blivet property)": [[6, "blivet.blivet.Blivet.swaps"]], "sysfs_readlink() (in module blivet.util)": [[6, "blivet.util.sysfs_readlink"]], "teardown_all() (blivet.devicetree.devicetreebase method)": [[6, "blivet.devicetree.DeviceTreeBase.teardown_all"]], "thinlvs (blivet.blivet.blivet property)": [[6, "blivet.blivet.Blivet.thinlvs"]], "thinpools (blivet.blivet.blivet property)": [[6, "blivet.blivet.Blivet.thinpools"]], "total_memory() (in module blivet.util)": [[6, "blivet.util.total_memory"]], "trigger() (in module blivet.udev)": [[6, "blivet.udev.trigger"]], "trim_over_grown_request() (blivet.partitioning.chunk method)": [[6, "blivet.partitioning.Chunk.trim_over_grown_request"]], "tsort() (in module blivet.tsort)": [[6, "blivet.tsort.tsort"]], "type (blivet.deviceaction.actionaddmember attribute)": [[6, "blivet.deviceaction.ActionAddMember.type"]], "type (blivet.deviceaction.actionconfiguredevice attribute)": [[6, "blivet.deviceaction.ActionConfigureDevice.type"]], "type (blivet.deviceaction.actionconfigureformat attribute)": [[6, "blivet.deviceaction.ActionConfigureFormat.type"]], "type (blivet.deviceaction.actioncreatedevice attribute)": [[6, "blivet.deviceaction.ActionCreateDevice.type"]], "type (blivet.deviceaction.actioncreateformat attribute)": [[6, "blivet.deviceaction.ActionCreateFormat.type"]], "type (blivet.deviceaction.actiondestroydevice attribute)": [[6, "blivet.deviceaction.ActionDestroyDevice.type"]], "type (blivet.deviceaction.actiondestroyformat attribute)": [[6, "blivet.deviceaction.ActionDestroyFormat.type"]], "type (blivet.deviceaction.actionremovemember attribute)": [[6, "blivet.deviceaction.ActionRemoveMember.type"]], "type (blivet.deviceaction.actionresizedevice attribute)": [[6, "blivet.deviceaction.ActionResizeDevice.type"]], "type (blivet.deviceaction.actionresizeformat attribute)": [[6, "blivet.deviceaction.ActionResizeFormat.type"]], "type (blivet.deviceaction.deviceaction attribute)": [[6, "blivet.deviceaction.DeviceAction.type"]], "type_desc (blivet.deviceaction.deviceaction property)": [[6, "blivet.deviceaction.DeviceAction.type_desc"]], "type_desc_str (blivet.deviceaction.actionaddmember attribute)": [[6, "blivet.deviceaction.ActionAddMember.type_desc_str"]], "type_desc_str (blivet.deviceaction.actionconfiguredevice attribute)": [[6, "blivet.deviceaction.ActionConfigureDevice.type_desc_str"]], "type_desc_str (blivet.deviceaction.actionconfigureformat attribute)": [[6, "blivet.deviceaction.ActionConfigureFormat.type_desc_str"]], "type_desc_str (blivet.deviceaction.actioncreatedevice attribute)": [[6, "blivet.deviceaction.ActionCreateDevice.type_desc_str"]], "type_desc_str (blivet.deviceaction.actioncreateformat attribute)": [[6, "blivet.deviceaction.ActionCreateFormat.type_desc_str"]], "type_desc_str (blivet.deviceaction.actiondestroydevice attribute)": [[6, "blivet.deviceaction.ActionDestroyDevice.type_desc_str"]], "type_desc_str (blivet.deviceaction.actiondestroyformat attribute)": [[6, "blivet.deviceaction.ActionDestroyFormat.type_desc_str"]], "type_desc_str (blivet.deviceaction.actionremovemember attribute)": [[6, "blivet.deviceaction.ActionRemoveMember.type_desc_str"]], "type_desc_str (blivet.deviceaction.actionresizedevice attribute)": [[6, "blivet.deviceaction.ActionResizeDevice.type_desc_str"]], "type_desc_str (blivet.deviceaction.actionresizeformat attribute)": [[6, "blivet.deviceaction.ActionResizeFormat.type_desc_str"]], "type_desc_str (blivet.deviceaction.deviceaction attribute)": [[6, "blivet.deviceaction.DeviceAction.type_desc_str"]], "type_string (blivet.deviceaction.deviceaction property)": [[6, "blivet.deviceaction.DeviceAction.type_string"]], "umount() (in module blivet.util)": [[6, "blivet.util.umount"]], "unhide() (blivet.devicetree.devicetreebase method)": [[6, "blivet.devicetree.DeviceTreeBase.unhide"]], "unicodeize() (in module blivet.util)": [[6, "blivet.util.unicodeize"]], "unique_device_name() (blivet.blivet.blivet method)": [[6, "blivet.blivet.Blivet.unique_device_name"]], "unit_str() (in module blivet.size)": [[6, "blivet.size.unit_str"]], "update_extended_partitions() (in module blivet.partitioning)": [[6, "blivet.partitioning.update_extended_partitions"]], "update_from_boot_cmdline() (blivet.flags.flags method)": [[6, "blivet.flags.Flags.update_from_boot_cmdline"]], "uuids (blivet.devicetree.devicetreebase property)": [[6, "blivet.devicetree.DeviceTreeBase.uuids"]], "variable_copy() (in module blivet.util)": [[6, "blivet.util.variable_copy"]], "vg (blivet.devicefactory.lvmfactory property)": [[6, "blivet.devicefactory.LVMFactory.vg"]], "vgs (blivet.blivet.blivet property)": [[6, "blivet.blivet.Blivet.vgs"]], "with_flag() (in module blivet.actionlist)": [[6, "blivet.actionlist.with_flag"]], "write() (blivet.fcoe.fcoe method)": [[6, "blivet.fcoe.FCoE.write"]], "write() (blivet.iscsi.iscsi method)": [[6, "blivet.iscsi.iSCSI.write"]], "write() (blivet.nvme.nvme method)": [[6, "blivet.nvme.NVMe.write"]], "write() (blivet.zfcp.zfcp method)": [[6, "blivet.zfcp.zFCP.write"]], "write_nic_fcoe_cfg() (blivet.fcoe.fcoe method)": [[6, "blivet.fcoe.FCoE.write_nic_fcoe_cfg"]], "zfcp (class in blivet.zfcp)": [[6, "blivet.zfcp.zFCP"]], "commit() (blivet.dbus.blivet.dbusblivet method)": [[7, "blivet.dbus.blivet.DBusBlivet.Commit"]], "dbusaction (class in blivet.dbus.action)": [[7, "blivet.dbus.action.DBusAction"]], "dbusblivet (class in blivet.dbus.blivet)": [[7, "blivet.dbus.blivet.DBusBlivet"]], "dbusdevice (class in blivet.dbus.device)": [[7, "blivet.dbus.device.DBusDevice"]], "dbusformat (class in blivet.dbus.format)": [[7, "blivet.dbus.format.DBusFormat"]], "dbusobject (class in blivet.dbus.object)": [[7, "blivet.dbus.object.DBusObject"]], "exit() (blivet.dbus.blivet.dbusblivet method)": [[7, "blivet.dbus.blivet.DBusBlivet.Exit"]], "factory() (blivet.dbus.blivet.dbusblivet method)": [[7, "blivet.dbus.blivet.DBusBlivet.Factory"]], "get() (blivet.dbus.object.dbusobject method)": [[7, "blivet.dbus.object.DBusObject.Get"]], "getall() (blivet.dbus.object.dbusobject method)": [[7, "blivet.dbus.object.DBusObject.GetAll"]], "getmanagedobjects() (blivet.dbus.manager.objectmanager method)": [[7, "blivet.dbus.manager.ObjectManager.GetManagedObjects"]], "initializedisk() (blivet.dbus.blivet.dbusblivet method)": [[7, "blivet.dbus.blivet.DBusBlivet.InitializeDisk"]], "interfacesadded() (blivet.dbus.manager.objectmanager method)": [[7, "blivet.dbus.manager.ObjectManager.InterfacesAdded"]], "interfacesremoved() (blivet.dbus.manager.objectmanager method)": [[7, "blivet.dbus.manager.ObjectManager.InterfacesRemoved"]], "listdevices() (blivet.dbus.blivet.dbusblivet method)": [[7, "blivet.dbus.blivet.DBusBlivet.ListDevices"]], "objectmanager (class in blivet.dbus.manager)": [[7, "blivet.dbus.manager.ObjectManager"]], "propertieschanged() (blivet.dbus.object.dbusobject method)": [[7, "blivet.dbus.object.DBusObject.PropertiesChanged"]], "removedevice() (blivet.dbus.blivet.dbusblivet method)": [[7, "blivet.dbus.blivet.DBusBlivet.RemoveDevice"]], "reset() (blivet.dbus.blivet.dbusblivet method)": [[7, "blivet.dbus.blivet.DBusBlivet.Reset"]], "resolvedevice() (blivet.dbus.blivet.dbusblivet method)": [[7, "blivet.dbus.blivet.DBusBlivet.ResolveDevice"]], "set() (blivet.dbus.object.dbusobject method)": [[7, "blivet.dbus.object.DBusObject.Set"]], "setup() (blivet.dbus.device.dbusdevice method)": [[7, "blivet.dbus.device.DBusDevice.Setup"]], "setup() (blivet.dbus.format.dbusformat method)": [[7, "blivet.dbus.format.DBusFormat.Setup"]], "teardown() (blivet.dbus.device.dbusdevice method)": [[7, "blivet.dbus.device.DBusDevice.Teardown"]], "teardown() (blivet.dbus.format.dbusformat method)": [[7, "blivet.dbus.format.DBusFormat.Teardown"]], "add_object() (blivet.dbus.manager.objectmanager method)": [[7, "blivet.dbus.manager.ObjectManager.add_object"]], "blivet.dbus": [[7, "module-blivet.dbus"]], "blivet.dbus.action": [[7, "module-blivet.dbus.action"]], "blivet.dbus.blivet": [[7, "module-blivet.dbus.blivet"]], "blivet.dbus.constants": [[7, "module-blivet.dbus.constants"]], "blivet.dbus.device": [[7, "module-blivet.dbus.device"]], "blivet.dbus.format": [[7, "module-blivet.dbus.format"]], "blivet.dbus.manager": [[7, "module-blivet.dbus.manager"]], "blivet.dbus.object": [[7, "module-blivet.dbus.object"]], "get_object_by_id() (blivet.dbus.manager.objectmanager method)": [[7, "blivet.dbus.manager.ObjectManager.get_object_by_id"]], "get_object_by_path() (blivet.dbus.manager.objectmanager method)": [[7, "blivet.dbus.manager.ObjectManager.get_object_by_path"]], "id (blivet.dbus.action.dbusaction property)": [[7, "blivet.dbus.action.DBusAction.id"]], "id (blivet.dbus.blivet.dbusblivet property)": [[7, "blivet.dbus.blivet.DBusBlivet.id"]], "id (blivet.dbus.device.dbusdevice property)": [[7, "blivet.dbus.device.DBusDevice.id"]], "id (blivet.dbus.format.dbusformat property)": [[7, "blivet.dbus.format.DBusFormat.id"]], "id (blivet.dbus.object.dbusobject property)": [[7, "blivet.dbus.object.DBusObject.id"]], "interface (blivet.dbus.action.dbusaction property)": [[7, "blivet.dbus.action.DBusAction.interface"]], "interface (blivet.dbus.blivet.dbusblivet property)": [[7, "blivet.dbus.blivet.DBusBlivet.interface"]], "interface (blivet.dbus.device.dbusdevice property)": [[7, "blivet.dbus.device.DBusDevice.interface"]], "interface (blivet.dbus.format.dbusformat property)": [[7, "blivet.dbus.format.DBusFormat.interface"]], "interface (blivet.dbus.object.dbusobject property)": [[7, "blivet.dbus.object.DBusObject.interface"]], "object_path (blivet.dbus.action.dbusaction property)": [[7, "blivet.dbus.action.DBusAction.object_path"]], "object_path (blivet.dbus.blivet.dbusblivet property)": [[7, "blivet.dbus.blivet.DBusBlivet.object_path"]], "object_path (blivet.dbus.device.dbusdevice property)": [[7, "blivet.dbus.device.DBusDevice.object_path"]], "object_path (blivet.dbus.format.dbusformat property)": [[7, "blivet.dbus.format.DBusFormat.object_path"]], "object_path (blivet.dbus.object.dbusobject property)": [[7, "blivet.dbus.object.DBusObject.object_path"]], "objects (blivet.dbus.manager.objectmanager property)": [[7, "blivet.dbus.manager.ObjectManager.objects"]], "present (blivet.dbus.object.dbusobject property)": [[7, "blivet.dbus.object.DBusObject.present"]], "properties (blivet.dbus.action.dbusaction property)": [[7, "blivet.dbus.action.DBusAction.properties"]], "properties (blivet.dbus.blivet.dbusblivet property)": [[7, "blivet.dbus.blivet.DBusBlivet.properties"]], "properties (blivet.dbus.device.dbusdevice property)": [[7, "blivet.dbus.device.DBusDevice.properties"]], "properties (blivet.dbus.format.dbusformat property)": [[7, "blivet.dbus.format.DBusFormat.properties"]], "properties (blivet.dbus.object.dbusobject property)": [[7, "blivet.dbus.object.DBusObject.properties"]], "remove_from_connection() (blivet.dbus.object.dbusobject method)": [[7, "blivet.dbus.object.DBusObject.remove_from_connection"]], "remove_object() (blivet.dbus.manager.objectmanager method)": [[7, "blivet.dbus.manager.ObjectManager.remove_object"]], "sorted_object_paths_from_list() (in module blivet.dbus.blivet)": [[7, "blivet.dbus.blivet.sorted_object_paths_from_list"]], "transient (blivet.dbus.blivet.dbusblivet attribute)": [[7, "blivet.dbus.blivet.DBusBlivet.transient"]], "transient (blivet.dbus.object.dbusobject attribute)": [[7, "blivet.dbus.object.DBusObject.transient"]], "eddentry (class in blivet.devicelibs.edd)": [[8, "blivet.devicelibs.edd.EddEntry"]], "eddmatcher (class in blivet.devicelibs.edd)": [[8, "blivet.devicelibs.edd.EddMatcher"]], "ersatzraid (class in blivet.devicelibs.raid)": [[8, "blivet.devicelibs.raid.ErsatzRAID"]], "lsminfo (class in blivet.devicelibs.disk)": [[8, "id0"]], "lsminfo (in module blivet.devicelibs.disk)": [[8, "blivet.devicelibs.disk.LSMInfo"]], "mdraidlevels (class in blivet.devicelibs.mdraid)": [[8, "blivet.devicelibs.mdraid.MDRaidLevels"]], "raidlevel (class in blivet.devicelibs.raid)": [[8, "blivet.devicelibs.raid.RAIDLevel"]], "raidlevels (class in blivet.devicelibs.raid)": [[8, "blivet.devicelibs.raid.RAIDLevels"]], "raidn (class in blivet.devicelibs.raid)": [[8, "blivet.devicelibs.raid.RAIDn"]], "thpoolprofile (class in blivet.devicelibs.lvm)": [[8, "blivet.devicelibs.lvm.ThPoolProfile"]], "add_raid_level() (blivet.devicelibs.raid.raidlevels method)": [[8, "blivet.devicelibs.raid.RAIDLevels.add_raid_level"]], "alt_synth_names (blivet.devicelibs.raid.raidn property)": [[8, "blivet.devicelibs.raid.RAIDn.alt_synth_names"]], "ata_device (blivet.devicelibs.edd.eddentry attribute)": [[8, "blivet.devicelibs.edd.EddEntry.ata_device"]], "ata_pmp (blivet.devicelibs.edd.eddentry attribute)": [[8, "blivet.devicelibs.edd.EddEntry.ata_pmp"]], "atapi_device (blivet.devicelibs.edd.eddentry attribute)": [[8, "blivet.devicelibs.edd.EddEntry.atapi_device"]], "atapi_lun (blivet.devicelibs.edd.eddentry attribute)": [[8, "blivet.devicelibs.edd.EddEntry.atapi_lun"]], "bios_device_number (blivet.devicelibs.edd.eddentry attribute)": [[8, "blivet.devicelibs.edd.EddEntry.bios_device_number"]], "blivet.devicelibs": [[8, "module-blivet.devicelibs"]], "blivet.devicelibs.btrfs": [[8, "module-blivet.devicelibs.btrfs"]], "blivet.devicelibs.crypto": [[8, "module-blivet.devicelibs.crypto"]], "blivet.devicelibs.disk": [[8, "module-blivet.devicelibs.disk"]], "blivet.devicelibs.edd": [[8, "module-blivet.devicelibs.edd"]], "blivet.devicelibs.gpt": [[8, "module-blivet.devicelibs.gpt"]], "blivet.devicelibs.lvm": [[8, "module-blivet.devicelibs.lvm"]], "blivet.devicelibs.mdraid": [[8, "module-blivet.devicelibs.mdraid"]], "blivet.devicelibs.raid": [[8, "module-blivet.devicelibs.raid"]], "blivet.devicelibs.stratis": [[8, "module-blivet.devicelibs.stratis"]], "calculate_integrity_metadata_size() (in module blivet.devicelibs.crypto)": [[8, "blivet.devicelibs.crypto.calculate_integrity_metadata_size"]], "calculate_luks2_max_memory() (in module blivet.devicelibs.crypto)": [[8, "blivet.devicelibs.crypto.calculate_luks2_max_memory"]], "channel (blivet.devicelibs.edd.eddentry attribute)": [[8, "blivet.devicelibs.edd.EddEntry.channel"]], "collect_edd_data() (in module blivet.devicelibs.edd)": [[8, "blivet.devicelibs.edd.collect_edd_data"]], "collect_mbrs() (in module blivet.devicelibs.edd)": [[8, "blivet.devicelibs.edd.collect_mbrs"]], "create_filesystem() (in module blivet.devicelibs.stratis)": [[8, "blivet.devicelibs.stratis.create_filesystem"]], "create_pool() (in module blivet.devicelibs.stratis)": [[8, "blivet.devicelibs.stratis.create_pool"]], "desc (blivet.devicelibs.lvm.thpoolprofile attribute)": [[8, "blivet.devicelibs.lvm.ThPoolProfile.desc"]], "determine_parent_lv() (in module blivet.devicelibs.lvm)": [[8, "blivet.devicelibs.lvm.determine_parent_lv"]], "devname_from_ata_pci_dev() (blivet.devicelibs.edd.eddmatcher method)": [[8, "blivet.devicelibs.edd.EddMatcher.devname_from_ata_pci_dev"]], "devname_from_pci_dev() (blivet.devicelibs.edd.eddmatcher method)": [[8, "blivet.devicelibs.edd.EddMatcher.devname_from_pci_dev"]], "devname_from_scsi_pci_dev() (blivet.devicelibs.edd.eddmatcher method)": [[8, "blivet.devicelibs.edd.EddMatcher.devname_from_scsi_pci_dev"]], "devname_from_virt_pci_dev() (blivet.devicelibs.edd.eddmatcher method)": [[8, "blivet.devicelibs.edd.EddMatcher.devname_from_virt_pci_dev"]], "devname_from_virtio_scsi_pci_dev() (blivet.devicelibs.edd.eddmatcher method)": [[8, "blivet.devicelibs.edd.EddMatcher.devname_from_virtio_scsi_pci_dev"]], "div_up() (in module blivet.devicelibs.raid)": [[8, "blivet.devicelibs.raid.div_up"]], "empty_lvm_devices() (in module blivet.devicelibs.lvm)": [[8, "blivet.devicelibs.lvm.empty_lvm_devices"]], "ensure_lv_is_writable() (in module blivet.devicelibs.lvm)": [[8, "blivet.devicelibs.lvm.ensure_lv_is_writable"]], "fibre_lun (blivet.devicelibs.edd.eddentry attribute)": [[8, "blivet.devicelibs.edd.EddEntry.fibre_lun"]], "fibre_wwid (blivet.devicelibs.edd.eddentry attribute)": [[8, "blivet.devicelibs.edd.EddEntry.fibre_wwid"]], "filesystem_md_size() (in module blivet.devicelibs.stratis)": [[8, "blivet.devicelibs.stratis.filesystem_md_size"]], "get_base_member_size() (blivet.devicelibs.raid.raidn method)": [[8, "blivet.devicelibs.raid.RAIDn.get_base_member_size"]], "get_edd_dict() (in module blivet.devicelibs.edd)": [[8, "blivet.devicelibs.edd.get_edd_dict"]], "get_max_spares() (blivet.devicelibs.raid.ersatzraid method)": [[8, "blivet.devicelibs.raid.ErsatzRAID.get_max_spares"]], "get_max_spares() (blivet.devicelibs.raid.raidn method)": [[8, "blivet.devicelibs.raid.RAIDn.get_max_spares"]], "get_net_array_size() (blivet.devicelibs.raid.raidn method)": [[8, "blivet.devicelibs.raid.RAIDn.get_net_array_size"]], "get_optimal_luks_sector_size() (in module blivet.devicelibs.crypto)": [[8, "blivet.devicelibs.crypto.get_optimal_luks_sector_size"]], "get_raid_level() (in module blivet.devicelibs.raid)": [[8, "blivet.devicelibs.raid.get_raid_level"]], "get_recommended_stride() (blivet.devicelibs.raid.ersatzraid method)": [[8, "blivet.devicelibs.raid.ErsatzRAID.get_recommended_stride"]], "get_recommended_stride() (blivet.devicelibs.raid.raidn method)": [[8, "blivet.devicelibs.raid.RAIDn.get_recommended_stride"]], "get_size() (blivet.devicelibs.raid.ersatzraid method)": [[8, "blivet.devicelibs.raid.ErsatzRAID.get_size"]], "get_size() (blivet.devicelibs.raid.raidn method)": [[8, "blivet.devicelibs.raid.RAIDn.get_size"]], "get_space() (blivet.devicelibs.raid.ersatzraid method)": [[8, "blivet.devicelibs.raid.ErsatzRAID.get_space"]], "get_space() (blivet.devicelibs.raid.raidn method)": [[8, "blivet.devicelibs.raid.RAIDn.get_space"]], "gpt_part_uuid_for_mountpoint() (in module blivet.devicelibs.gpt)": [[8, "blivet.devicelibs.gpt.gpt_part_uuid_for_mountpoint"]], "gpt_part_uuid_for_volume() (in module blivet.devicelibs.gpt)": [[8, "blivet.devicelibs.gpt.gpt_part_uuid_for_volume"]], "has_redundancy() (blivet.devicelibs.raid.ersatzraid method)": [[8, "blivet.devicelibs.raid.ErsatzRAID.has_redundancy"]], "has_redundancy() (blivet.devicelibs.raid.raidlevel method)": [[8, "blivet.devicelibs.raid.RAIDLevel.has_redundancy"]], "host_bus (blivet.devicelibs.edd.eddentry attribute)": [[8, "blivet.devicelibs.edd.EddEntry.host_bus"]], "i2o_identity (blivet.devicelibs.edd.eddentry attribute)": [[8, "blivet.devicelibs.edd.EddEntry.i2o_identity"]], "ieee1394_eui64 (blivet.devicelibs.edd.eddentry attribute)": [[8, "blivet.devicelibs.edd.EddEntry.ieee1394_eui64"]], "interface (blivet.devicelibs.edd.eddentry attribute)": [[8, "blivet.devicelibs.edd.EddEntry.interface"]], "is_btrfs_name_valid() (in module blivet.devicelibs.btrfs)": [[8, "blivet.devicelibs.btrfs.is_btrfs_name_valid"]], "is_fips_enabled() (in module blivet.devicelibs.crypto)": [[8, "blivet.devicelibs.crypto.is_fips_enabled"]], "is_lvm_name_valid() (in module blivet.devicelibs.lvm)": [[8, "blivet.devicelibs.lvm.is_lvm_name_valid"]], "is_raid_level() (blivet.devicelibs.mdraid.mdraidlevels class method)": [[8, "blivet.devicelibs.mdraid.MDRaidLevels.is_raid_level"]], "is_raid_level() (blivet.devicelibs.raid.raidlevels class method)": [[8, "blivet.devicelibs.raid.RAIDLevels.is_raid_level"]], "is_uniform (blivet.devicelibs.raid.ersatzraid property)": [[8, "blivet.devicelibs.raid.ErsatzRAID.is_uniform"]], "is_uniform (blivet.devicelibs.raid.raidlevel property)": [[8, "blivet.devicelibs.raid.RAIDLevel.is_uniform"]], "is_uniform (blivet.devicelibs.raid.raidn property)": [[8, "blivet.devicelibs.raid.RAIDn.is_uniform"]], "is_valid_cache_md_size() (in module blivet.devicelibs.lvm)": [[8, "blivet.devicelibs.lvm.is_valid_cache_md_size"]], "level (blivet.devicelibs.raid.raidn property)": [[8, "blivet.devicelibs.raid.RAIDn.level"]], "load() (blivet.devicelibs.edd.eddentry method)": [[8, "blivet.devicelibs.edd.EddEntry.load"]], "lvm_devices_add() (in module blivet.devicelibs.lvm)": [[8, "blivet.devicelibs.lvm.lvm_devices_add"]], "lvm_devices_copy() (in module blivet.devicelibs.lvm)": [[8, "blivet.devicelibs.lvm.lvm_devices_copy"]], "lvm_devices_remove() (in module blivet.devicelibs.lvm)": [[8, "blivet.devicelibs.lvm.lvm_devices_remove"]], "lvm_devices_reset() (in module blivet.devicelibs.lvm)": [[8, "blivet.devicelibs.lvm.lvm_devices_reset"]], "lvm_devices_restore() (in module blivet.devicelibs.lvm)": [[8, "blivet.devicelibs.lvm.lvm_devices_restore"]], "lvmetad_socket_exists() (in module blivet.devicelibs.lvm)": [[8, "blivet.devicelibs.lvm.lvmetad_socket_exists"]], "match_via_mbrsigs() (blivet.devicelibs.edd.eddmatcher method)": [[8, "blivet.devicelibs.edd.EddMatcher.match_via_mbrsigs"]], "mbr_sig (blivet.devicelibs.edd.eddentry attribute)": [[8, "blivet.devicelibs.edd.EddEntry.mbr_sig"]], "min_members (blivet.devicelibs.raid.ersatzraid attribute)": [[8, "blivet.devicelibs.raid.ErsatzRAID.min_members"]], "min_members (blivet.devicelibs.raid.raidlevel property)": [[8, "blivet.devicelibs.raid.RAIDLevel.min_members"]], "name (blivet.devicelibs.lvm.thpoolprofile attribute)": [[8, "blivet.devicelibs.lvm.ThPoolProfile.name"]], "name (blivet.devicelibs.raid.raidlevel property)": [[8, "blivet.devicelibs.raid.RAIDLevel.name"]], "name (blivet.devicelibs.raid.raidn property)": [[8, "blivet.devicelibs.raid.RAIDn.name"]], "names (blivet.devicelibs.raid.raidlevel property)": [[8, "blivet.devicelibs.raid.RAIDLevel.names"]], "names (blivet.devicelibs.raid.raidn property)": [[8, "blivet.devicelibs.raid.RAIDn.names"]], "needs_config_refresh() (in module blivet.devicelibs.lvm)": [[8, "blivet.devicelibs.lvm.needs_config_refresh"]], "nick (blivet.devicelibs.raid.ersatzraid property)": [[8, "blivet.devicelibs.raid.ErsatzRAID.nick"]], "nick (blivet.devicelibs.raid.raidn property)": [[8, "blivet.devicelibs.raid.RAIDn.nick"]], "number (blivet.devicelibs.raid.raidn property)": [[8, "blivet.devicelibs.raid.RAIDn.number"]], "pci_dev (blivet.devicelibs.edd.eddentry attribute)": [[8, "blivet.devicelibs.edd.EddEntry.pci_dev"]], "pool_used() (in module blivet.devicelibs.stratis)": [[8, "blivet.devicelibs.stratis.pool_used"]], "raid_level() (blivet.devicelibs.raid.raidlevels method)": [[8, "blivet.devicelibs.raid.RAIDLevels.raid_level"]], "recommend_thpool_chunk_size() (in module blivet.devicelibs.lvm)": [[8, "blivet.devicelibs.lvm.recommend_thpool_chunk_size"]], "remove_filesystem() (in module blivet.devicelibs.stratis)": [[8, "blivet.devicelibs.stratis.remove_filesystem"]], "remove_pool() (in module blivet.devicelibs.stratis)": [[8, "blivet.devicelibs.stratis.remove_pool"]], "sas_address (blivet.devicelibs.edd.eddentry attribute)": [[8, "blivet.devicelibs.edd.EddEntry.sas_address"]], "sas_lun (blivet.devicelibs.edd.eddentry attribute)": [[8, "blivet.devicelibs.edd.EddEntry.sas_lun"]], "scsi_id (blivet.devicelibs.edd.eddentry attribute)": [[8, "blivet.devicelibs.edd.EddEntry.scsi_id"]], "scsi_lun (blivet.devicelibs.edd.eddentry attribute)": [[8, "blivet.devicelibs.edd.EddEntry.scsi_lun"]], "sectors (blivet.devicelibs.edd.eddentry attribute)": [[8, "blivet.devicelibs.edd.EddEntry.sectors"]], "set_key() (in module blivet.devicelibs.stratis)": [[8, "blivet.devicelibs.stratis.set_key"]], "sysfslink (blivet.devicelibs.edd.eddentry attribute)": [[8, "blivet.devicelibs.edd.EddEntry.sysfslink"]], "sysfspath (blivet.devicelibs.edd.eddentry attribute)": [[8, "blivet.devicelibs.edd.EddEntry.sysfspath"]], "type (blivet.devicelibs.edd.eddentry attribute)": [[8, "blivet.devicelibs.edd.EddEntry.type"]], "unlock_pool() (in module blivet.devicelibs.stratis)": [[8, "blivet.devicelibs.stratis.unlock_pool"]], "update_volume_info() (in module blivet.devicelibs.disk)": [[8, "blivet.devicelibs.disk.update_volume_info"]], "usb_serial (blivet.devicelibs.edd.eddentry attribute)": [[8, "blivet.devicelibs.edd.EddEntry.usb_serial"]], "version (blivet.devicelibs.edd.eddentry attribute)": [[8, "blivet.devicelibs.edd.EddEntry.version"]], "btrfsdevice (class in blivet.devices.btrfs)": [[9, "blivet.devices.btrfs.BTRFSDevice"]], "btrfssnapshotdevice (class in blivet.devices.btrfs)": [[9, "blivet.devices.btrfs.BTRFSSnapShotDevice"]], "btrfssubvolumedevice (class in blivet.devices.btrfs)": [[9, "blivet.devices.btrfs.BTRFSSubVolumeDevice"]], "btrfsvolumedevice (class in blivet.devices.btrfs)": [[9, "blivet.devices.btrfs.BTRFSVolumeDevice"]], "cache (class in blivet.devices.cache)": [[9, "blivet.devices.cache.Cache"]], "cacherequest (class in blivet.devices.cache)": [[9, "blivet.devices.cache.CacheRequest"]], "cachestats (class in blivet.devices.cache)": [[9, "blivet.devices.cache.CacheStats"]], "containerdevice (class in blivet.devices.container)": [[9, "blivet.devices.container.ContainerDevice"]], "dasddevice (class in blivet.devices.disk)": [[9, "blivet.devices.disk.DASDDevice"]], "dmcryptdevice (class in blivet.devices.dm)": [[9, "blivet.devices.dm.DMCryptDevice"]], "dmdevice (class in blivet.devices.dm)": [[9, "blivet.devices.dm.DMDevice"]], "dmintegritydevice (class in blivet.devices.dm)": [[9, "blivet.devices.dm.DMIntegrityDevice"]], "dmlineardevice (class in blivet.devices.dm)": [[9, "blivet.devices.dm.DMLinearDevice"]], "device (class in blivet.devices.device)": [[9, "blivet.devices.device.Device"]], "directorydevice (class in blivet.devices.file)": [[9, "blivet.devices.file.DirectoryDevice"]], "diskdevice (class in blivet.devices.disk)": [[9, "blivet.devices.disk.DiskDevice"]], "diskfile (class in blivet.devices.disk)": [[9, "blivet.devices.disk.DiskFile"]], "fcoediskdevice (class in blivet.devices.disk)": [[9, "blivet.devices.disk.FcoeDiskDevice"]], "filedevice (class in blivet.devices.file)": [[9, "blivet.devices.file.FileDevice"]], "integritydevice (class in blivet.devices.luks)": [[9, "blivet.devices.luks.IntegrityDevice"]], "luksdevice (class in blivet.devices.luks)": [[9, "blivet.devices.luks.LUKSDevice"]], "lvmcache (class in blivet.devices.lvm)": [[9, "blivet.devices.lvm.LVMCache"]], "lvmcachepoolmixin (class in blivet.devices.lvm)": [[9, "blivet.devices.lvm.LVMCachePoolMixin"]], "lvmcacherequest (class in blivet.devices.lvm)": [[9, "blivet.devices.lvm.LVMCacheRequest"]], "lvmcachestats (class in blivet.devices.lvm)": [[9, "blivet.devices.lvm.LVMCacheStats"]], "lvmcachetype (class in blivet.devices.lvm)": [[9, "blivet.devices.lvm.LVMCacheType"]], "lvminternallvtype (class in blivet.devices.lvm)": [[9, "blivet.devices.lvm.LVMInternalLVtype"]], "lvminternallogicalvolumemixin (class in blivet.devices.lvm)": [[9, "blivet.devices.lvm.LVMInternalLogicalVolumeMixin"]], "lvmlogicalvolumebase (class in blivet.devices.lvm)": [[9, "blivet.devices.lvm.LVMLogicalVolumeBase"]], "lvmlogicalvolumedevice (class in blivet.devices.lvm)": [[9, "blivet.devices.lvm.LVMLogicalVolumeDevice"]], "lvmsnapshotmixin (class in blivet.devices.lvm)": [[9, "blivet.devices.lvm.LVMSnapshotMixin"]], "lvmthinlogicalvolumemixin (class in blivet.devices.lvm)": [[9, "blivet.devices.lvm.LVMThinLogicalVolumeMixin"]], "lvmthinpoolmixin (class in blivet.devices.lvm)": [[9, "blivet.devices.lvm.LVMThinPoolMixin"]], "lvmvdologicalvolumemixin (class in blivet.devices.lvm)": [[9, "blivet.devices.lvm.LVMVDOLogicalVolumeMixin"]], "lvmvdopoolmixin (class in blivet.devices.lvm)": [[9, "blivet.devices.lvm.LVMVDOPoolMixin"]], "lvmvolumegroupdevice (class in blivet.devices.lvm)": [[9, "blivet.devices.lvm.LVMVolumeGroupDevice"]], "lvmwritecache (class in blivet.devices.lvm)": [[9, "blivet.devices.lvm.LVMWriteCache"]], "lvpvspec (class in blivet.devices.lvm)": [[9, "blivet.devices.lvm.LVPVSpec"]], "loopdevice (class in blivet.devices.loop)": [[9, "blivet.devices.loop.LoopDevice"]], "mdbiosraidarraydevice (class in blivet.devices.md)": [[9, "blivet.devices.md.MDBiosRaidArrayDevice"]], "mdcontainerdevice (class in blivet.devices.md)": [[9, "blivet.devices.md.MDContainerDevice"]], "mdraidarraydevice (class in blivet.devices.md)": [[9, "blivet.devices.md.MDRaidArrayDevice"]], "multipathdevice (class in blivet.devices.disk)": [[9, "blivet.devices.disk.MultipathDevice"]], "nfsdevice (class in blivet.devices.nfs)": [[9, "blivet.devices.nfs.NFSDevice"]], "nvdimmnamespacedevice (class in blivet.devices.disk)": [[9, "blivet.devices.disk.NVDIMMNamespaceDevice"]], "nvmecontroller (class in blivet.devices.disk)": [[9, "blivet.devices.disk.NVMeController"]], "nvmefabricsnamespacedevice (class in blivet.devices.disk)": [[9, "blivet.devices.disk.NVMeFabricsNamespaceDevice"]], "nvmenamespacedevice (class in blivet.devices.disk)": [[9, "blivet.devices.disk.NVMeNamespaceDevice"]], "networkstoragedevice (class in blivet.devices.network)": [[9, "blivet.devices.network.NetworkStorageDevice"]], "nodevice (class in blivet.devices.nodev)": [[9, "blivet.devices.nodev.NoDevice"]], "nottypespecific": [[9, "blivet.devices.lvm.NotTypeSpecific"]], "opticaldevice (class in blivet.devices.optical)": [[9, "blivet.devices.optical.OpticalDevice"]], "pvfreeinfo (class in blivet.devices.lvm)": [[9, "blivet.devices.lvm.PVFreeInfo"]], "parentlist (class in blivet.devices.lib)": [[9, "blivet.devices.lib.ParentList"]], "partitiondevice (class in blivet.devices.partition)": [[9, "blivet.devices.partition.PartitionDevice"]], "raiddevice (class in blivet.devices.raid)": [[9, "blivet.devices.raid.RaidDevice"]], "sparsefiledevice (class in blivet.devices.file)": [[9, "blivet.devices.file.SparseFileDevice"]], "storagedevice (class in blivet.devices.storage)": [[9, "blivet.devices.storage.StorageDevice"]], "stratisfilesystemdevice (class in blivet.devices.stratis)": [[9, "blivet.devices.stratis.StratisFilesystemDevice"]], "stratispooldevice (class in blivet.devices.stratis)": [[9, "blivet.devices.stratis.StratisPoolDevice"]], "tags (class in blivet.devices.lib)": [[9, "blivet.devices.lib.Tags"]], "thpoolreservespec (class in blivet.devices.lvm)": [[9, "blivet.devices.lvm.ThPoolReserveSpec"]], "tmpfsdevice (class in blivet.devices.nodev)": [[9, "blivet.devices.nodev.TmpFSDevice"]], "zfcpdiskdevice (class in blivet.devices.disk)": [[9, "blivet.devices.disk.ZFCPDiskDevice"]], "add() (blivet.devices.container.containerdevice method)": [[9, "blivet.devices.container.ContainerDevice.add"]], "add_child() (blivet.devices.device.device method)": [[9, "blivet.devices.device.Device.add_child"]], "add_hook() (blivet.devices.btrfs.btrfssubvolumedevice method)": [[9, "blivet.devices.btrfs.BTRFSSubVolumeDevice.add_hook"]], "add_hook() (blivet.devices.lvm.lvmcachepoolmixin method)": [[9, "blivet.devices.lvm.LVMCachePoolMixin.add_hook"]], "add_hook() (blivet.devices.lvm.lvminternallogicalvolumemixin method)": [[9, "blivet.devices.lvm.LVMInternalLogicalVolumeMixin.add_hook"]], "add_hook() (blivet.devices.lvm.lvmlogicalvolumedevice method)": [[9, "blivet.devices.lvm.LVMLogicalVolumeDevice.add_hook"]], "add_hook() (blivet.devices.lvm.lvmthinlogicalvolumemixin method)": [[9, "blivet.devices.lvm.LVMThinLogicalVolumeMixin.add_hook"]], "add_hook() (blivet.devices.lvm.lvmvdologicalvolumemixin method)": [[9, "blivet.devices.lvm.LVMVDOLogicalVolumeMixin.add_hook"]], "add_hook() (blivet.devices.lvm.lvmvolumegroupdevice method)": [[9, "blivet.devices.lvm.LVMVolumeGroupDevice.add_hook"]], "add_hook() (blivet.devices.partition.partitiondevice method)": [[9, "blivet.devices.partition.PartitionDevice.add_hook"]], "add_hook() (blivet.devices.storage.storagedevice method)": [[9, "blivet.devices.storage.StorageDevice.add_hook"]], "add_hook() (blivet.devices.stratis.stratispooldevice method)": [[9, "blivet.devices.stratis.StratisPoolDevice.add_hook"]], "add_internal_lv() (blivet.devices.lvm.lvmlogicalvolumebase method)": [[9, "blivet.devices.lvm.LVMLogicalVolumeBase.add_internal_lv"]], "add_parent() (blivet.devices.disk.multipathdevice method)": [[9, "blivet.devices.disk.MultipathDevice.add_parent"]], "align() (blivet.devices.lvm.lvmvolumegroupdevice method)": [[9, "blivet.devices.lvm.LVMVolumeGroupDevice.align"]], "align_target_size() (blivet.devices.partition.partitiondevice method)": [[9, "blivet.devices.partition.PartitionDevice.align_target_size"]], "align_target_size() (blivet.devices.storage.storagedevice method)": [[9, "blivet.devices.storage.StorageDevice.align_target_size"]], "ancestors (blivet.devices.device.device property)": [[9, "blivet.devices.device.Device.ancestors"]], "append() (blivet.devices.lib.parentlist method)": [[9, "blivet.devices.lib.ParentList.append"]], "appendfunc (blivet.devices.lib.parentlist attribute)": [[9, "blivet.devices.lib.ParentList.appendfunc"]], "attach_cache() (blivet.devices.lvm.lvmlogicalvolumedevice method)": [[9, "blivet.devices.lvm.LVMLogicalVolumeDevice.attach_cache"]], "attach_writecache() (blivet.devices.lvm.lvmlogicalvolumedevice method)": [[9, "blivet.devices.lvm.LVMLogicalVolumeDevice.attach_writecache"]], "autoset_md_size() (blivet.devices.lvm.lvmcachepoolmixin method)": [[9, "blivet.devices.lvm.LVMCachePoolMixin.autoset_md_size"]], "autoset_md_size() (blivet.devices.lvm.lvmlogicalvolumedevice method)": [[9, "blivet.devices.lvm.LVMLogicalVolumeDevice.autoset_md_size"]], "autoset_md_size() (blivet.devices.lvm.lvmthinpoolmixin method)": [[9, "blivet.devices.lvm.LVMThinPoolMixin.autoset_md_size"]], "backing_device_name (blivet.devices.cache.cache property)": [[9, "blivet.devices.cache.Cache.backing_device_name"]], "backing_device_name (blivet.devices.lvm.lvmcache property)": [[9, "blivet.devices.lvm.LVMCache.backing_device_name"]], "backing_device_name (blivet.devices.lvm.lvmwritecache property)": [[9, "blivet.devices.lvm.LVMWriteCache.backing_device_name"]], "blivet.devices": [[9, "module-blivet.devices"]], "blivet.devices.btrfs": [[9, "module-blivet.devices.btrfs"]], "blivet.devices.cache": [[9, "module-blivet.devices.cache"]], "blivet.devices.container": [[9, "module-blivet.devices.container"]], "blivet.devices.device": [[9, "module-blivet.devices.device"]], "blivet.devices.disk": [[9, "module-blivet.devices.disk"]], "blivet.devices.dm": [[9, "module-blivet.devices.dm"]], "blivet.devices.file": [[9, "module-blivet.devices.file"]], "blivet.devices.lib": [[9, "module-blivet.devices.lib"]], "blivet.devices.loop": [[9, "module-blivet.devices.loop"]], "blivet.devices.luks": [[9, "module-blivet.devices.luks"]], "blivet.devices.lvm": [[9, "module-blivet.devices.lvm"]], "blivet.devices.md": [[9, "module-blivet.devices.md"]], "blivet.devices.network": [[9, "module-blivet.devices.network"]], "blivet.devices.nfs": [[9, "module-blivet.devices.nfs"]], "blivet.devices.nodev": [[9, "module-blivet.devices.nodev"]], "blivet.devices.optical": [[9, "module-blivet.devices.optical"]], "blivet.devices.partition": [[9, "module-blivet.devices.partition"]], "blivet.devices.raid": [[9, "module-blivet.devices.raid"]], "blivet.devices.storage": [[9, "module-blivet.devices.storage"]], "blivet.devices.stratis": [[9, "module-blivet.devices.stratis"]], "block_size (blivet.devices.cache.cachestats property)": [[9, "blivet.devices.cache.CacheStats.block_size"]], "block_size (blivet.devices.lvm.lvmcachestats property)": [[9, "blivet.devices.lvm.LVMCacheStats.block_size"]], "blockdevs (blivet.devices.stratis.stratispooldevice property)": [[9, "blivet.devices.stratis.StratisPoolDevice.blockdevs"]], "bootable (blivet.devices.md.mdraidarraydevice property)": [[9, "blivet.devices.md.MDRaidArrayDevice.bootable"]], "bootable (blivet.devices.partition.partitiondevice property)": [[9, "blivet.devices.partition.PartitionDevice.bootable"]], "cache (blivet.devices.lvm.lvmlogicalvolumebase property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeBase.cache"]], "cache_device_name (blivet.devices.cache.cache property)": [[9, "blivet.devices.cache.Cache.cache_device_name"]], "cache_device_name (blivet.devices.lvm.lvmcache property)": [[9, "blivet.devices.lvm.LVMCache.cache_device_name"]], "cache_device_name (blivet.devices.lvm.lvmwritecache property)": [[9, "blivet.devices.lvm.LVMWriteCache.cache_device_name"]], "cache_pool (blivet.devices.lvm.lvminternallvtype attribute)": [[9, "blivet.devices.lvm.LVMInternalLVtype.cache_pool"]], "cache_type (blivet.devices.lvm.lvmcacherequest property)": [[9, "blivet.devices.lvm.LVMCacheRequest.cache_type"]], "cached (blivet.devices.lvm.lvmlogicalvolumebase property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeBase.cached"]], "cached_lvs (blivet.devices.lvm.lvmvolumegroupdevice property)": [[9, "blivet.devices.lvm.LVMVolumeGroupDevice.cached_lvs"]], "check_size() (blivet.devices.lvm.lvmlogicalvolumebase method)": [[9, "blivet.devices.lvm.LVMLogicalVolumeBase.check_size"]], "check_size() (blivet.devices.partition.partitiondevice method)": [[9, "blivet.devices.partition.PartitionDevice.check_size"]], "check_size() (blivet.devices.storage.storagedevice method)": [[9, "blivet.devices.storage.StorageDevice.check_size"]], "children (blivet.devices.device.device property)": [[9, "blivet.devices.device.Device.children"]], "chunk_size (blivet.devices.lvm.lvmthinpoolmixin property)": [[9, "blivet.devices.lvm.LVMThinPoolMixin.chunk_size"]], "chunk_size (blivet.devices.md.mdraidarraydevice property)": [[9, "blivet.devices.md.MDRaidArrayDevice.chunk_size"]], "complete (blivet.devices.lvm.lvmlogicalvolumebase property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeBase.complete"]], "complete (blivet.devices.lvm.lvmvolumegroupdevice property)": [[9, "blivet.devices.lvm.LVMVolumeGroupDevice.complete"]], "complete (blivet.devices.md.mdraidarraydevice property)": [[9, "blivet.devices.md.MDRaidArrayDevice.complete"]], "config_actions_map (blivet.devices.lvm.lvmlogicalvolumebase attribute)": [[9, "blivet.devices.lvm.LVMLogicalVolumeBase.config_actions_map"]], "config_actions_map (blivet.devices.storage.storagedevice attribute)": [[9, "blivet.devices.storage.StorageDevice.config_actions_map"]], "container (blivet.devices.btrfs.btrfssubvolumedevice property)": [[9, "blivet.devices.btrfs.BTRFSSubVolumeDevice.container"]], "container (blivet.devices.lvm.lvmlogicalvolumebase property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeBase.container"]], "controllable (blivet.devices.luks.integritydevice property)": [[9, "blivet.devices.luks.IntegrityDevice.controllable"]], "controllable (blivet.devices.storage.storagedevice property)": [[9, "blivet.devices.storage.StorageDevice.controllable"]], "controllers (blivet.devices.disk.nvmenamespacedevice property)": [[9, "blivet.devices.disk.NVMeNamespaceDevice.controllers"]], "create() (blivet.devices.device.device method)": [[9, "blivet.devices.device.Device.create"]], "create() (blivet.devices.nfs.nfsdevice method)": [[9, "blivet.devices.nfs.NFSDevice.create"]], "create() (blivet.devices.nodev.nodevice method)": [[9, "blivet.devices.nodev.NoDevice.create"]], "create() (blivet.devices.storage.storagedevice method)": [[9, "blivet.devices.storage.StorageDevice.create"]], "create_bitmap (blivet.devices.md.mdraidarraydevice property)": [[9, "blivet.devices.md.MDRaidArrayDevice.create_bitmap"]], "current_size (blivet.devices.btrfs.btrfsdevice property)": [[9, "blivet.devices.btrfs.BTRFSDevice.current_size"]], "current_size (blivet.devices.storage.storagedevice property)": [[9, "blivet.devices.storage.StorageDevice.current_size"]], "data (blivet.devices.lvm.lvminternallvtype attribute)": [[9, "blivet.devices.lvm.LVMInternalLVtype.data"]], "data_level (blivet.devices.btrfs.btrfsvolumedevice property)": [[9, "blivet.devices.btrfs.BTRFSVolumeDevice.data_level"]], "data_vg_space_used (blivet.devices.lvm.lvmlogicalvolumebase property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeBase.data_vg_space_used"]], "deactivate() (blivet.devices.dm.dmlineardevice method)": [[9, "blivet.devices.dm.DMLinearDevice.deactivate"]], "default_size (blivet.devices.partition.partitiondevice attribute)": [[9, "blivet.devices.partition.PartitionDevice.default_size"]], "default_subvolume (blivet.devices.btrfs.btrfsvolumedevice property)": [[9, "blivet.devices.btrfs.BTRFSVolumeDevice.default_subvolume"]], "degraded (blivet.devices.md.mdraidarraydevice property)": [[9, "blivet.devices.md.MDRaidArrayDevice.degraded"]], "depends_on() (blivet.devices.btrfs.btrfssnapshotdevice method)": [[9, "blivet.devices.btrfs.BTRFSSnapShotDevice.depends_on"]], "depends_on() (blivet.devices.device.device method)": [[9, "blivet.devices.device.Device.depends_on"]], "depends_on() (blivet.devices.lvm.lvmlogicalvolumedevice method)": [[9, "blivet.devices.lvm.LVMLogicalVolumeDevice.depends_on"]], "depends_on() (blivet.devices.lvm.lvmsnapshotmixin method)": [[9, "blivet.devices.lvm.LVMSnapshotMixin.depends_on"]], "depends_on() (blivet.devices.partition.partitiondevice method)": [[9, "blivet.devices.partition.PartitionDevice.depends_on"]], "description (blivet.devices.disk.dasddevice property)": [[9, "blivet.devices.disk.DASDDevice.description"]], "description (blivet.devices.disk.diskdevice property)": [[9, "blivet.devices.disk.DiskDevice.description"]], "description (blivet.devices.disk.multipathdevice property)": [[9, "blivet.devices.disk.MultipathDevice.description"]], "description (blivet.devices.disk.nvdimmnamespacedevice property)": [[9, "blivet.devices.disk.NVDIMMNamespaceDevice.description"]], "description (blivet.devices.disk.zfcpdiskdevice property)": [[9, "blivet.devices.disk.ZFCPDiskDevice.description"]], "description (blivet.devices.dm.dmlineardevice property)": [[9, "blivet.devices.dm.DMLinearDevice.description"]], "description (blivet.devices.md.mdbiosraidarraydevice property)": [[9, "blivet.devices.md.MDBiosRaidArrayDevice.description"]], "description (blivet.devices.md.mdcontainerdevice property)": [[9, "blivet.devices.md.MDContainerDevice.description"]], "description (blivet.devices.md.mdraidarraydevice property)": [[9, "blivet.devices.md.MDRaidArrayDevice.description"]], "destroy() (blivet.devices.device.device method)": [[9, "blivet.devices.device.Device.destroy"]], "destroy() (blivet.devices.lvm.lvminternallogicalvolumemixin method)": [[9, "blivet.devices.lvm.LVMInternalLogicalVolumeMixin.destroy"]], "destroy() (blivet.devices.lvm.lvmlogicalvolumedevice method)": [[9, "blivet.devices.lvm.LVMLogicalVolumeDevice.destroy"]], "destroy() (blivet.devices.nfs.nfsdevice method)": [[9, "blivet.devices.nfs.NFSDevice.destroy"]], "destroy() (blivet.devices.nodev.nodevice method)": [[9, "blivet.devices.nodev.NoDevice.destroy"]], "destroy() (blivet.devices.storage.storagedevice method)": [[9, "blivet.devices.storage.StorageDevice.destroy"]], "detach() (blivet.devices.cache.cache method)": [[9, "blivet.devices.cache.Cache.detach"]], "detach() (blivet.devices.lvm.lvmcache method)": [[9, "blivet.devices.lvm.LVMCache.detach"]], "detach() (blivet.devices.lvm.lvmwritecache method)": [[9, "blivet.devices.lvm.LVMWriteCache.detach"]], "device_name_to_disk_by_path() (in module blivet.devices.lib)": [[9, "blivet.devices.lib.device_name_to_disk_by_path"]], "device_path_to_name() (in module blivet.devices.lib)": [[9, "blivet.devices.lib.device_path_to_name"]], "dict (blivet.devices.device.device property)": [[9, "blivet.devices.device.Device.dict"]], "dict (blivet.devices.dm.dmdevice property)": [[9, "blivet.devices.dm.DMDevice.dict"]], "dict (blivet.devices.lvm.lvmlogicalvolumebase property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeBase.dict"]], "dict (blivet.devices.lvm.lvmvolumegroupdevice property)": [[9, "blivet.devices.lvm.LVMVolumeGroupDevice.dict"]], "dict (blivet.devices.md.mdraidarraydevice property)": [[9, "blivet.devices.md.MDRaidArrayDevice.dict"]], "dict (blivet.devices.partition.partitiondevice property)": [[9, "blivet.devices.partition.PartitionDevice.dict"]], "dict (blivet.devices.storage.storagedevice property)": [[9, "blivet.devices.storage.StorageDevice.dict"]], "direct (blivet.devices.btrfs.btrfsdevice property)": [[9, "blivet.devices.btrfs.BTRFSDevice.direct"]], "direct (blivet.devices.lvm.lvmcachepoolmixin property)": [[9, "blivet.devices.lvm.LVMCachePoolMixin.direct"]], "direct (blivet.devices.lvm.lvminternallogicalvolumemixin property)": [[9, "blivet.devices.lvm.LVMInternalLogicalVolumeMixin.direct"]], "direct (blivet.devices.lvm.lvmlogicalvolumedevice property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeDevice.direct"]], "direct (blivet.devices.lvm.lvmthinpoolmixin property)": [[9, "blivet.devices.lvm.LVMThinPoolMixin.direct"]], "direct (blivet.devices.lvm.lvmvdopoolmixin property)": [[9, "blivet.devices.lvm.LVMVDOPoolMixin.direct"]], "direct (blivet.devices.lvm.lvmvolumegroupdevice property)": [[9, "blivet.devices.lvm.LVMVolumeGroupDevice.direct"]], "direct (blivet.devices.partition.partitiondevice property)": [[9, "blivet.devices.partition.PartitionDevice.direct"]], "direct (blivet.devices.storage.storagedevice property)": [[9, "blivet.devices.storage.StorageDevice.direct"]], "disk (blivet.devices.partition.partitiondevice property)": [[9, "blivet.devices.partition.PartitionDevice.disk"]], "disks (blivet.devices.storage.storagedevice property)": [[9, "blivet.devices.storage.StorageDevice.disks"]], "display_lv_name (blivet.devices.lvm.lvmlogicalvolumedevice property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeDevice.display_lv_name"]], "display_lvname (blivet.devices.lvm.lvminternallogicalvolumemixin property)": [[9, "blivet.devices.lvm.LVMInternalLogicalVolumeMixin.display_lvname"]], "dracut_setup_args() (blivet.devices.device.device method)": [[9, "blivet.devices.device.Device.dracut_setup_args"]], "dracut_setup_args() (blivet.devices.disk.dasddevice method)": [[9, "blivet.devices.disk.DASDDevice.dracut_setup_args"]], "dracut_setup_args() (blivet.devices.disk.fcoediskdevice method)": [[9, "blivet.devices.disk.FcoeDiskDevice.dracut_setup_args"]], "dracut_setup_args() (blivet.devices.disk.zfcpdiskdevice method)": [[9, "blivet.devices.disk.ZFCPDiskDevice.dracut_setup_args"]], "dracut_setup_args() (blivet.devices.disk.iscsidiskdevice method)": [[9, "blivet.devices.disk.iScsiDiskDevice.dracut_setup_args"]], "dracut_setup_args() (blivet.devices.luks.luksdevice method)": [[9, "blivet.devices.luks.LUKSDevice.dracut_setup_args"]], "dracut_setup_args() (blivet.devices.lvm.lvmcachepoolmixin method)": [[9, "blivet.devices.lvm.LVMCachePoolMixin.dracut_setup_args"]], "dracut_setup_args() (blivet.devices.lvm.lvmlogicalvolumedevice method)": [[9, "blivet.devices.lvm.LVMLogicalVolumeDevice.dracut_setup_args"]], "dracut_setup_args() (blivet.devices.lvm.lvmthinpoolmixin method)": [[9, "blivet.devices.lvm.LVMThinPoolMixin.dracut_setup_args"]], "dracut_setup_args() (blivet.devices.md.mdraidarraydevice method)": [[9, "blivet.devices.md.MDRaidArrayDevice.dracut_setup_args"]], "dracut_setup_args() (blivet.devices.stratis.stratisfilesystemdevice method)": [[9, "blivet.devices.stratis.StratisFilesystemDevice.dracut_setup_args"]], "dracut_setup_args() (blivet.devices.stratis.stratispooldevice method)": [[9, "blivet.devices.stratis.StratisPoolDevice.dracut_setup_args"]], "eject() (blivet.devices.optical.opticaldevice method)": [[9, "blivet.devices.optical.OpticalDevice.eject"]], "encrypted (blivet.devices.storage.storagedevice property)": [[9, "blivet.devices.storage.StorageDevice.encrypted"]], "encrypted (blivet.devices.stratis.stratispooldevice property)": [[9, "blivet.devices.stratis.StratisPoolDevice.encrypted"]], "exists (blivet.devices.cache.cache property)": [[9, "blivet.devices.cache.Cache.exists"]], "exists (blivet.devices.lvm.lvmcache property)": [[9, "blivet.devices.lvm.LVMCache.exists"]], "exists (blivet.devices.lvm.lvmwritecache property)": [[9, "blivet.devices.lvm.LVMWriteCache.exists"]], "extents (blivet.devices.lvm.lvmvolumegroupdevice property)": [[9, "blivet.devices.lvm.LVMVolumeGroupDevice.extents"]], "external_dependencies (blivet.devices.device.device property)": [[9, "blivet.devices.device.Device.external_dependencies"]], "external_dependencies (blivet.devices.lvm.lvmlogicalvolumedevice property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeDevice.external_dependencies"]], "fast_devs (blivet.devices.cache.cacherequest property)": [[9, "blivet.devices.cache.CacheRequest.fast_devs"]], "fast_devs (blivet.devices.lvm.lvmcacherequest property)": [[9, "blivet.devices.lvm.LVMCacheRequest.fast_devs"]], "fast_pvs (blivet.devices.lvm.lvmcache property)": [[9, "blivet.devices.lvm.LVMCache.fast_pvs"]], "fast_pvs (blivet.devices.lvm.lvmwritecache property)": [[9, "blivet.devices.lvm.LVMWriteCache.fast_pvs"]], "filesystems (blivet.devices.stratis.stratispooldevice property)": [[9, "blivet.devices.stratis.StratisPoolDevice.filesystems"]], "flag_available() (blivet.devices.partition.partitiondevice method)": [[9, "blivet.devices.partition.PartitionDevice.flag_available"]], "format (blivet.devices.storage.storagedevice property)": [[9, "blivet.devices.storage.StorageDevice.format"]], "format_args (blivet.devices.md.mdraidarraydevice property)": [[9, "blivet.devices.md.MDRaidArrayDevice.format_args"]], "format_args (blivet.devices.storage.storagedevice property)": [[9, "blivet.devices.storage.StorageDevice.format_args"]], "format_immutable (blivet.devices.btrfs.btrfsvolumedevice property)": [[9, "blivet.devices.btrfs.BTRFSVolumeDevice.format_immutable"]], "format_immutable (blivet.devices.lvm.lvmcachepoolmixin property)": [[9, "blivet.devices.lvm.LVMCachePoolMixin.format_immutable"]], "format_immutable (blivet.devices.lvm.lvmlogicalvolumedevice property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeDevice.format_immutable"]], "format_immutable (blivet.devices.lvm.lvmsnapshotmixin property)": [[9, "blivet.devices.lvm.LVMSnapshotMixin.format_immutable"]], "format_immutable (blivet.devices.storage.storagedevice property)": [[9, "blivet.devices.storage.StorageDevice.format_immutable"]], "free (blivet.devices.lvm.pvfreeinfo attribute)": [[9, "blivet.devices.lvm.PVFreeInfo.free"]], "free_extents (blivet.devices.lvm.lvmvolumegroupdevice property)": [[9, "blivet.devices.lvm.LVMVolumeGroupDevice.free_extents"]], "free_space (blivet.devices.lvm.lvmthinpoolmixin property)": [[9, "blivet.devices.lvm.LVMThinPoolMixin.free_space"]], "free_space (blivet.devices.lvm.lvmvolumegroupdevice property)": [[9, "blivet.devices.lvm.LVMVolumeGroupDevice.free_space"]], "free_space (blivet.devices.stratis.stratispooldevice property)": [[9, "blivet.devices.stratis.StratisPoolDevice.free_space"]], "from_lvs (blivet.devices.lvm.lvmlogicalvolumebase property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeBase.from_lvs"]], "fsname (blivet.devices.stratis.stratisfilesystemdevice property)": [[9, "blivet.devices.stratis.StratisFilesystemDevice.fsname"]], "fstab_spec (blivet.devices.btrfs.btrfsdevice property)": [[9, "blivet.devices.btrfs.BTRFSDevice.fstab_spec"]], "fstab_spec (blivet.devices.file.filedevice property)": [[9, "blivet.devices.file.FileDevice.fstab_spec"]], "fstab_spec (blivet.devices.nodev.tmpfsdevice property)": [[9, "blivet.devices.nodev.TmpFSDevice.fstab_spec"]], "fstab_spec (blivet.devices.partition.partitiondevice property)": [[9, "blivet.devices.partition.PartitionDevice.fstab_spec"]], "fstab_spec (blivet.devices.storage.storagedevice property)": [[9, "blivet.devices.storage.StorageDevice.fstab_spec"]], "get_device_type_by_major() (in module blivet.devices.lib)": [[9, "blivet.devices.lib.get_device_type_by_major"]], "get_dm_node() (blivet.devices.dm.dmdevice method)": [[9, "blivet.devices.dm.DMDevice.get_dm_node"]], "get_dm_node() (blivet.devices.lvm.lvmlogicalvolumebase method)": [[9, "blivet.devices.lvm.LVMLogicalVolumeBase.get_dm_node"]], "get_flag() (blivet.devices.partition.partitiondevice method)": [[9, "blivet.devices.partition.PartitionDevice.get_flag"]], "get_majors_by_device_type() (in module blivet.devices.lib)": [[9, "blivet.devices.lib.get_majors_by_device_type"]], "get_opts() (blivet.devices.disk.dasddevice method)": [[9, "blivet.devices.disk.DASDDevice.get_opts"]], "get_superblock_size() (blivet.devices.md.mdraidarraydevice method)": [[9, "blivet.devices.md.MDRaidArrayDevice.get_superblock_size"]], "get_supported_pe_sizes() (blivet.devices.lvm.lvmvolumegroupdevice static method)": [[9, "blivet.devices.lvm.LVMVolumeGroupDevice.get_supported_pe_sizes"]], "get_type() (blivet.devices.lvm.lvminternallvtype class method)": [[9, "blivet.devices.lvm.LVMInternalLVtype.get_type"]], "growable (blivet.devices.lvm.lvminternallogicalvolumemixin property)": [[9, "blivet.devices.lvm.LVMInternalLogicalVolumeMixin.growable"]], "growable (blivet.devices.lvm.lvmlogicalvolumedevice property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeDevice.growable"]], "growable (blivet.devices.storage.storagedevice property)": [[9, "blivet.devices.storage.StorageDevice.growable"]], "has_key (blivet.devices.stratis.stratispooldevice property)": [[9, "blivet.devices.stratis.StratisPoolDevice.has_key"]], "hits (blivet.devices.cache.cachestats property)": [[9, "blivet.devices.cache.CacheStats.hits"]], "hits (blivet.devices.lvm.lvmcachestats property)": [[9, "blivet.devices.lvm.LVMCacheStats.hits"]], "iscsidiskdevice (class in blivet.devices.disk)": [[9, "blivet.devices.disk.iScsiDiskDevice"]], "id (blivet.devices.disk.nvmecontroller attribute)": [[9, "blivet.devices.disk.NVMeController.id"]], "image (blivet.devices.lvm.lvminternallvtype attribute)": [[9, "blivet.devices.lvm.LVMInternalLVtype.image"]], "int_lv_type (blivet.devices.lvm.lvminternallogicalvolumemixin property)": [[9, "blivet.devices.lvm.LVMInternalLogicalVolumeMixin.int_lv_type"]], "is_cache_pool (blivet.devices.lvm.lvmcachepoolmixin property)": [[9, "blivet.devices.lvm.LVMCachePoolMixin.is_cache_pool"]], "is_disk (blivet.devices.md.mdbiosraidarraydevice property)": [[9, "blivet.devices.md.MDBiosRaidArrayDevice.is_disk"]], "is_disk (blivet.devices.md.mdcontainerdevice property)": [[9, "blivet.devices.md.MDContainerDevice.is_disk"]], "is_disk (blivet.devices.md.mdraidarraydevice property)": [[9, "blivet.devices.md.MDRaidArrayDevice.is_disk"]], "is_disk (blivet.devices.storage.storagedevice property)": [[9, "blivet.devices.storage.StorageDevice.is_disk"]], "is_empty (blivet.devices.lvm.lvmvolumegroupdevice property)": [[9, "blivet.devices.lvm.LVMVolumeGroupDevice.is_empty"]], "is_empty (blivet.devices.storage.storagedevice property)": [[9, "blivet.devices.storage.StorageDevice.is_empty"]], "is_extended (blivet.devices.partition.partitiondevice property)": [[9, "blivet.devices.partition.PartitionDevice.is_extended"]], "is_internal_lv (blivet.devices.lvm.lvminternallogicalvolumemixin property)": [[9, "blivet.devices.lvm.LVMInternalLogicalVolumeMixin.is_internal_lv"]], "is_logical (blivet.devices.partition.partitiondevice property)": [[9, "blivet.devices.partition.PartitionDevice.is_logical"]], "is_magic (blivet.devices.partition.partitiondevice property)": [[9, "blivet.devices.partition.PartitionDevice.is_magic"]], "is_modified (blivet.devices.lvm.lvmvolumegroupdevice property)": [[9, "blivet.devices.lvm.LVMVolumeGroupDevice.is_modified"]], "is_name_valid() (blivet.devices.btrfs.btrfsdevice method)": [[9, "blivet.devices.btrfs.BTRFSDevice.is_name_valid"]], "is_name_valid() (blivet.devices.device.device method)": [[9, "blivet.devices.device.Device.is_name_valid"]], "is_name_valid() (blivet.devices.file.filedevice method)": [[9, "blivet.devices.file.FileDevice.is_name_valid"]], "is_name_valid() (blivet.devices.lvm.lvminternallogicalvolumemixin method)": [[9, "blivet.devices.lvm.LVMInternalLogicalVolumeMixin.is_name_valid"]], "is_name_valid() (blivet.devices.lvm.lvmlogicalvolumedevice method)": [[9, "blivet.devices.lvm.LVMLogicalVolumeDevice.is_name_valid"]], "is_name_valid() (blivet.devices.lvm.lvmvolumegroupdevice method)": [[9, "blivet.devices.lvm.LVMVolumeGroupDevice.is_name_valid"]], "is_name_valid() (blivet.devices.nfs.nfsdevice method)": [[9, "blivet.devices.nfs.NFSDevice.is_name_valid"]], "is_name_valid() (blivet.devices.storage.storagedevice method)": [[9, "blivet.devices.storage.StorageDevice.is_name_valid"]], "is_primary (blivet.devices.partition.partitiondevice property)": [[9, "blivet.devices.partition.PartitionDevice.is_primary"]], "is_protected (blivet.devices.partition.partitiondevice property)": [[9, "blivet.devices.partition.PartitionDevice.is_protected"]], "is_raid_lv (blivet.devices.lvm.lvmlogicalvolumebase property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeBase.is_raid_lv"]], "is_snapshot_lv (blivet.devices.lvm.lvmsnapshotmixin property)": [[9, "blivet.devices.lvm.LVMSnapshotMixin.is_snapshot_lv"]], "is_thin_lv (blivet.devices.lvm.lvmthinlogicalvolumemixin property)": [[9, "blivet.devices.lvm.LVMThinLogicalVolumeMixin.is_thin_lv"]], "is_thin_pool (blivet.devices.lvm.lvmthinpoolmixin property)": [[9, "blivet.devices.lvm.LVMThinPoolMixin.is_thin_pool"]], "is_vdo_lv (blivet.devices.lvm.lvmvdologicalvolumemixin property)": [[9, "blivet.devices.lvm.LVMVDOLogicalVolumeMixin.is_vdo_lv"]], "is_vdo_pool (blivet.devices.lvm.lvmvdopoolmixin property)": [[9, "blivet.devices.lvm.LVMVDOPoolMixin.is_vdo_pool"]], "isleaf (blivet.devices.device.device property)": [[9, "blivet.devices.device.Device.isleaf"]], "isleaf (blivet.devices.lvm.lvmlogicalvolumebase property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeBase.isleaf"]], "isleaf (blivet.devices.partition.partitiondevice property)": [[9, "blivet.devices.partition.PartitionDevice.isleaf"]], "key_file (blivet.devices.stratis.stratispooldevice property)": [[9, "blivet.devices.stratis.StratisPoolDevice.key_file"]], "level (blivet.devices.md.mdraidarraydevice property)": [[9, "blivet.devices.md.MDRaidArrayDevice.level"]], "list_subvolumes() (blivet.devices.btrfs.btrfsvolumedevice method)": [[9, "blivet.devices.btrfs.BTRFSVolumeDevice.list_subvolumes"]], "local (blivet.devices.lib.tags attribute)": [[9, "blivet.devices.lib.Tags.local"]], "log (blivet.devices.lvm.lvminternallvtype attribute)": [[9, "blivet.devices.lvm.LVMInternalLVtype.log"]], "log_size (blivet.devices.lvm.lvmlogicalvolumebase property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeBase.log_size"]], "logical_block_size (blivet.devices.storage.storagedevice property)": [[9, "blivet.devices.storage.StorageDevice.logical_block_size"]], "lvm_metadata_space (blivet.devices.lvm.lvmvolumegroupdevice property)": [[9, "blivet.devices.lvm.LVMVolumeGroupDevice.lvm_metadata_space"]], "lvmcache (blivet.devices.lvm.lvmcachetype attribute)": [[9, "blivet.devices.lvm.LVMCacheType.lvmcache"]], "lvmwritecache (blivet.devices.lvm.lvmcachetype attribute)": [[9, "blivet.devices.lvm.LVMCacheType.lvmwritecache"]], "lvname (blivet.devices.lvm.lvmlogicalvolumebase property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeBase.lvname"]], "lvs (blivet.devices.lvm.lvmlogicalvolumedevice property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeDevice.lvs"]], "lvs (blivet.devices.lvm.lvmthinpoolmixin property)": [[9, "blivet.devices.lvm.LVMThinPoolMixin.lvs"]], "lvs (blivet.devices.lvm.lvmvdopoolmixin property)": [[9, "blivet.devices.lvm.LVMVDOPoolMixin.lvs"]], "lvs (blivet.devices.lvm.lvmvolumegroupdevice property)": [[9, "blivet.devices.lvm.LVMVolumeGroupDevice.lvs"]], "map_name (blivet.devices.dm.dmdevice property)": [[9, "blivet.devices.dm.DMDevice.map_name"]], "map_name (blivet.devices.lvm.lvmlogicalvolumebase property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeBase.map_name"]], "map_name (blivet.devices.lvm.lvmvolumegroupdevice property)": [[9, "blivet.devices.lvm.LVMVolumeGroupDevice.map_name"]], "max (blivet.devices.lvm.thpoolreservespec attribute)": [[9, "blivet.devices.lvm.ThPoolReserveSpec.max"]], "max_size (blivet.devices.luks.luksdevice property)": [[9, "blivet.devices.luks.LUKSDevice.max_size"]], "max_size (blivet.devices.lvm.lvminternallogicalvolumemixin property)": [[9, "blivet.devices.lvm.LVMInternalLogicalVolumeMixin.max_size"]], "max_size (blivet.devices.lvm.lvmlogicalvolumedevice property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeDevice.max_size"]], "max_size (blivet.devices.partition.partitiondevice property)": [[9, "blivet.devices.partition.PartitionDevice.max_size"]], "max_size (blivet.devices.storage.storagedevice property)": [[9, "blivet.devices.storage.StorageDevice.max_size"]], "md_block_size (blivet.devices.lvm.lvmcachestats property)": [[9, "blivet.devices.lvm.LVMCacheStats.md_block_size"]], "md_size (blivet.devices.lvm.lvmcache property)": [[9, "blivet.devices.lvm.LVMCache.md_size"]], "md_size (blivet.devices.lvm.lvmcachestats property)": [[9, "blivet.devices.lvm.LVMCacheStats.md_size"]], "md_size (blivet.devices.lvm.lvmwritecache property)": [[9, "blivet.devices.lvm.LVMWriteCache.md_size"]], "md_used (blivet.devices.lvm.lvmcachestats property)": [[9, "blivet.devices.lvm.LVMCacheStats.md_used"]], "mdadm_conf_entry (blivet.devices.md.mdbiosraidarraydevice property)": [[9, "blivet.devices.md.MDBiosRaidArrayDevice.mdadm_conf_entry"]], "mdadm_conf_entry (blivet.devices.md.mdcontainerdevice property)": [[9, "blivet.devices.md.MDContainerDevice.mdadm_conf_entry"]], "mdadm_conf_entry (blivet.devices.md.mdraidarraydevice property)": [[9, "blivet.devices.md.MDRaidArrayDevice.mdadm_conf_entry"]], "mdadm_format_uuid (blivet.devices.md.mdraidarraydevice property)": [[9, "blivet.devices.md.MDRaidArrayDevice.mdadm_format_uuid"]], "media_present (blivet.devices.disk.diskdevice property)": [[9, "blivet.devices.disk.DiskDevice.media_present"]], "media_present (blivet.devices.md.mdcontainerdevice property)": [[9, "blivet.devices.md.MDContainerDevice.media_present"]], "media_present (blivet.devices.optical.opticaldevice property)": [[9, "blivet.devices.optical.OpticalDevice.media_present"]], "media_present (blivet.devices.storage.storagedevice property)": [[9, "blivet.devices.storage.StorageDevice.media_present"]], "member_devices (blivet.devices.md.mdraidarraydevice property)": [[9, "blivet.devices.md.MDRaidArrayDevice.member_devices"]], "member_status() (blivet.devices.md.mdraidarraydevice method)": [[9, "blivet.devices.md.MDRaidArrayDevice.member_status"]], "members (blivet.devices.btrfs.btrfsvolumedevice property)": [[9, "blivet.devices.btrfs.BTRFSVolumeDevice.members"]], "members (blivet.devices.lvm.lvmlogicalvolumebase property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeBase.members"]], "members (blivet.devices.md.mdbiosraidarraydevice property)": [[9, "blivet.devices.md.MDBiosRaidArrayDevice.members"]], "members (blivet.devices.md.mdraidarraydevice property)": [[9, "blivet.devices.md.MDRaidArrayDevice.members"]], "members (blivet.devices.raid.raiddevice property)": [[9, "blivet.devices.raid.RaidDevice.members"]], "merge() (blivet.devices.lvm.lvmsnapshotmixin method)": [[9, "blivet.devices.lvm.LVMSnapshotMixin.merge"]], "meta (blivet.devices.lvm.lvminternallvtype attribute)": [[9, "blivet.devices.lvm.LVMInternalLVtype.meta"]], "metadata_level (blivet.devices.btrfs.btrfsvolumedevice property)": [[9, "blivet.devices.btrfs.BTRFSVolumeDevice.metadata_level"]], "metadata_size (blivet.devices.luks.integritydevice property)": [[9, "blivet.devices.luks.IntegrityDevice.metadata_size"]], "metadata_size (blivet.devices.lvm.lvmlogicalvolumebase property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeBase.metadata_size"]], "metadata_vg_space_used (blivet.devices.lvm.lvmlogicalvolumebase property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeBase.metadata_vg_space_used"]], "min (blivet.devices.lvm.thpoolreservespec attribute)": [[9, "blivet.devices.lvm.ThPoolReserveSpec.min"]], "min_size (blivet.devices.lvm.lvmlogicalvolumedevice property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeDevice.min_size"]], "min_size (blivet.devices.lvm.lvmvdopoolmixin property)": [[9, "blivet.devices.lvm.LVMVDOPoolMixin.min_size"]], "min_size (blivet.devices.partition.partitiondevice property)": [[9, "blivet.devices.partition.PartitionDevice.min_size"]], "min_size (blivet.devices.storage.storagedevice property)": [[9, "blivet.devices.storage.StorageDevice.min_size"]], "mirrored (blivet.devices.lvm.lvmlogicalvolumebase property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeBase.mirrored"]], "misses (blivet.devices.cache.cachestats property)": [[9, "blivet.devices.cache.CacheStats.misses"]], "misses (blivet.devices.lvm.lvmcachestats property)": [[9, "blivet.devices.lvm.LVMCacheStats.misses"]], "mode (blivet.devices.cache.cacherequest property)": [[9, "blivet.devices.cache.CacheRequest.mode"]], "mode (blivet.devices.lvm.lvmcache property)": [[9, "blivet.devices.lvm.LVMCache.mode"]], "mode (blivet.devices.lvm.lvmcacherequest property)": [[9, "blivet.devices.lvm.LVMCacheRequest.mode"]], "model (blivet.devices.disk.multipathdevice property)": [[9, "blivet.devices.disk.MultipathDevice.model"]], "model (blivet.devices.md.mdraidarraydevice property)": [[9, "blivet.devices.md.MDRaidArrayDevice.model"]], "model (blivet.devices.storage.storagedevice property)": [[9, "blivet.devices.storage.StorageDevice.model"]], "name (blivet.devices.device.device property)": [[9, "blivet.devices.device.Device.name"]], "name (blivet.devices.disk.nvmecontroller attribute)": [[9, "blivet.devices.disk.NVMeController.name"]], "name_suffix (blivet.devices.lvm.lvminternallogicalvolumemixin property)": [[9, "blivet.devices.lvm.LVMInternalLogicalVolumeMixin.name_suffix"]], "num_raid_pvs (blivet.devices.lvm.lvmlogicalvolumebase property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeBase.num_raid_pvs"]], "nvdimm (blivet.devices.lib.tags attribute)": [[9, "blivet.devices.lib.Tags.nvdimm"]], "nvme (blivet.devices.lib.tags attribute)": [[9, "blivet.devices.lib.Tags.nvme"]], "nvme_ver (blivet.devices.disk.nvmecontroller attribute)": [[9, "blivet.devices.disk.NVMeController.nvme_ver"]], "old_snapshot_specific() (blivet.devices.lvm.lvmsnapshotmixin method)": [[9, "blivet.devices.lvm.LVMSnapshotMixin.old_snapshot_specific"]], "origin (blivet.devices.lvm.lvminternallvtype attribute)": [[9, "blivet.devices.lvm.LVMInternalLVtype.origin"]], "origin (blivet.devices.lvm.lvmsnapshotmixin attribute)": [[9, "blivet.devices.lvm.LVMSnapshotMixin.origin"]], "packages (blivet.devices.device.device property)": [[9, "blivet.devices.device.Device.packages"]], "packages (blivet.devices.storage.storagedevice property)": [[9, "blivet.devices.storage.StorageDevice.packages"]], "parent_lv (blivet.devices.lvm.lvminternallogicalvolumemixin property)": [[9, "blivet.devices.lvm.LVMInternalLogicalVolumeMixin.parent_lv"]], "parents (blivet.devices.device.device property)": [[9, "blivet.devices.device.Device.parents"]], "part_type (blivet.devices.partition.partitiondevice property)": [[9, "blivet.devices.partition.PartitionDevice.part_type"]], "part_type_uuid (blivet.devices.partition.partitiondevice property)": [[9, "blivet.devices.partition.PartitionDevice.part_type_uuid"]], "part_type_uuid_req (blivet.devices.partition.partitiondevice property)": [[9, "blivet.devices.partition.PartitionDevice.part_type_uuid_req"]], "parted_partition (blivet.devices.partition.partitiondevice property)": [[9, "blivet.devices.partition.PartitionDevice.parted_partition"]], "partitionable (blivet.devices.md.mdbiosraidarraydevice property)": [[9, "blivet.devices.md.MDBiosRaidArrayDevice.partitionable"]], "partitionable (blivet.devices.md.mdcontainerdevice property)": [[9, "blivet.devices.md.MDContainerDevice.partitionable"]], "partitionable (blivet.devices.md.mdraidarraydevice property)": [[9, "blivet.devices.md.MDRaidArrayDevice.partitionable"]], "partitionable (blivet.devices.storage.storagedevice property)": [[9, "blivet.devices.storage.StorageDevice.partitionable"]], "partitioned (blivet.devices.storage.storagedevice property)": [[9, "blivet.devices.storage.StorageDevice.partitioned"]], "passphrase (blivet.devices.stratis.stratispooldevice property)": [[9, "blivet.devices.stratis.StratisPoolDevice.passphrase"]], "path (blivet.devices.btrfs.btrfsdevice property)": [[9, "blivet.devices.btrfs.BTRFSDevice.path"]], "path (blivet.devices.file.filedevice property)": [[9, "blivet.devices.file.FileDevice.path"]], "path (blivet.devices.lvm.lvmlogicalvolumebase property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeBase.path"]], "path (blivet.devices.lvm.lvmvolumegroupdevice property)": [[9, "blivet.devices.lvm.LVMVolumeGroupDevice.path"]], "path (blivet.devices.nfs.nfsdevice property)": [[9, "blivet.devices.nfs.NFSDevice.path"]], "path (blivet.devices.nodev.nodevice property)": [[9, "blivet.devices.nodev.NoDevice.path"]], "path (blivet.devices.partition.partitiondevice property)": [[9, "blivet.devices.partition.PartitionDevice.path"]], "path (blivet.devices.storage.storagedevice property)": [[9, "blivet.devices.storage.StorageDevice.path"]], "percent (blivet.devices.lvm.thpoolreservespec attribute)": [[9, "blivet.devices.lvm.ThPoolReserveSpec.percent"]], "physical_block_size (blivet.devices.storage.storagedevice property)": [[9, "blivet.devices.storage.StorageDevice.physical_block_size"]], "pmspare_size (blivet.devices.lvm.lvmvolumegroupdevice property)": [[9, "blivet.devices.lvm.LVMVolumeGroupDevice.pmspare_size"]], "pool (blivet.devices.lvm.lvmlogicalvolumedevice property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeDevice.pool"]], "pool (blivet.devices.lvm.lvmthinlogicalvolumemixin property)": [[9, "blivet.devices.lvm.LVMThinLogicalVolumeMixin.pool"]], "pool (blivet.devices.lvm.lvmvdologicalvolumemixin property)": [[9, "blivet.devices.lvm.LVMVDOLogicalVolumeMixin.pool"]], "pool (blivet.devices.stratis.stratisfilesystemdevice property)": [[9, "blivet.devices.stratis.StratisFilesystemDevice.pool"]], "pool_space_used (blivet.devices.lvm.lvmthinlogicalvolumemixin property)": [[9, "blivet.devices.lvm.LVMThinLogicalVolumeMixin.pool_space_used"]], "populate_ksdata() (blivet.devices.btrfs.btrfssubvolumedevice method)": [[9, "blivet.devices.btrfs.BTRFSSubVolumeDevice.populate_ksdata"]], "populate_ksdata() (blivet.devices.btrfs.btrfsvolumedevice method)": [[9, "blivet.devices.btrfs.BTRFSVolumeDevice.populate_ksdata"]], "populate_ksdata() (blivet.devices.luks.luksdevice method)": [[9, "blivet.devices.luks.LUKSDevice.populate_ksdata"]], "populate_ksdata() (blivet.devices.lvm.lvmlogicalvolumebase method)": [[9, "blivet.devices.lvm.LVMLogicalVolumeBase.populate_ksdata"]], "populate_ksdata() (blivet.devices.lvm.lvmlogicalvolumedevice method)": [[9, "blivet.devices.lvm.LVMLogicalVolumeDevice.populate_ksdata"]], "populate_ksdata() (blivet.devices.lvm.lvmthinlogicalvolumemixin method)": [[9, "blivet.devices.lvm.LVMThinLogicalVolumeMixin.populate_ksdata"]], "populate_ksdata() (blivet.devices.lvm.lvmthinpoolmixin method)": [[9, "blivet.devices.lvm.LVMThinPoolMixin.populate_ksdata"]], "populate_ksdata() (blivet.devices.lvm.lvmvolumegroupdevice method)": [[9, "blivet.devices.lvm.LVMVolumeGroupDevice.populate_ksdata"]], "populate_ksdata() (blivet.devices.md.mdraidarraydevice method)": [[9, "blivet.devices.md.MDRaidArrayDevice.populate_ksdata"]], "populate_ksdata() (blivet.devices.nodev.tmpfsdevice method)": [[9, "blivet.devices.nodev.TmpFSDevice.populate_ksdata"]], "populate_ksdata() (blivet.devices.partition.partitiondevice method)": [[9, "blivet.devices.partition.PartitionDevice.populate_ksdata"]], "populate_ksdata() (blivet.devices.storage.storagedevice method)": [[9, "blivet.devices.storage.StorageDevice.populate_ksdata"]], "pre_commit_fixup() (blivet.devices.md.mdraidarraydevice method)": [[9, "blivet.devices.md.MDRaidArrayDevice.pre_commit_fixup"]], "pre_commit_fixup() (blivet.devices.partition.partitiondevice method)": [[9, "blivet.devices.partition.PartitionDevice.pre_commit_fixup"]], "pre_commit_fixup() (blivet.devices.storage.storagedevice method)": [[9, "blivet.devices.storage.StorageDevice.pre_commit_fixup"]], "probe() (blivet.devices.partition.partitiondevice method)": [[9, "blivet.devices.partition.PartitionDevice.probe"]], "profile (blivet.devices.lvm.lvmcachepoolmixin property)": [[9, "blivet.devices.lvm.LVMCachePoolMixin.profile"]], "profile (blivet.devices.lvm.lvmthinpoolmixin property)": [[9, "blivet.devices.lvm.LVMThinPoolMixin.profile"]], "protected (blivet.devices.lvm.lvmvolumegroupdevice property)": [[9, "blivet.devices.lvm.LVMVolumeGroupDevice.protected"]], "protected (blivet.devices.partition.partitiondevice property)": [[9, "blivet.devices.partition.PartitionDevice.protected"]], "protected (blivet.devices.storage.storagedevice property)": [[9, "blivet.devices.storage.StorageDevice.protected"]], "pv (blivet.devices.lvm.pvfreeinfo attribute)": [[9, "blivet.devices.lvm.PVFreeInfo.pv"]], "pv_free_info (blivet.devices.lvm.lvmvolumegroupdevice property)": [[9, "blivet.devices.lvm.LVMVolumeGroupDevice.pv_free_info"]], "pv_space_requests (blivet.devices.lvm.lvmcacherequest property)": [[9, "blivet.devices.lvm.LVMCacheRequest.pv_space_requests"]], "pv_space_used (blivet.devices.lvm.lvmcache property)": [[9, "blivet.devices.lvm.LVMCache.pv_space_used"]], "pv_space_used (blivet.devices.lvm.lvmlogicalvolumebase property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeBase.pv_space_used"]], "pv_space_used (blivet.devices.lvm.lvmwritecache property)": [[9, "blivet.devices.lvm.LVMWriteCache.pv_space_used"]], "pvs (blivet.devices.lvm.lvmvolumegroupdevice property)": [[9, "blivet.devices.lvm.LVMVolumeGroupDevice.pvs"]], "raid_disk_count (blivet.devices.disk.diskdevice property)": [[9, "blivet.devices.disk.DiskDevice.raid_disk_count"]], "raid_level (blivet.devices.disk.diskdevice property)": [[9, "blivet.devices.disk.DiskDevice.raid_level"]], "raid_level (blivet.devices.lvm.lvmlogicalvolumebase property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeBase.raid_level"]], "raid_stripe_size (blivet.devices.disk.diskdevice property)": [[9, "blivet.devices.disk.DiskDevice.raid_stripe_size"]], "raid_system (blivet.devices.disk.diskdevice property)": [[9, "blivet.devices.disk.DiskDevice.raid_system"]], "raw_device (blivet.devices.luks.integritydevice property)": [[9, "blivet.devices.luks.IntegrityDevice.raw_device"]], "raw_device (blivet.devices.luks.luksdevice property)": [[9, "blivet.devices.luks.LUKSDevice.raw_device"]], "raw_device (blivet.devices.storage.storagedevice property)": [[9, "blivet.devices.storage.StorageDevice.raw_device"]], "read_chunk_size() (blivet.devices.md.mdraidarraydevice method)": [[9, "blivet.devices.md.MDRaidArrayDevice.read_chunk_size"]], "read_current_size() (blivet.devices.disk.diskfile method)": [[9, "blivet.devices.disk.DiskFile.read_current_size"]], "read_current_size() (blivet.devices.file.filedevice method)": [[9, "blivet.devices.file.FileDevice.read_current_size"]], "read_current_size() (blivet.devices.lvm.lvmcachepoolmixin method)": [[9, "blivet.devices.lvm.LVMCachePoolMixin.read_current_size"]], "read_current_size() (blivet.devices.lvm.lvmlogicalvolumedevice method)": [[9, "blivet.devices.lvm.LVMLogicalVolumeDevice.read_current_size"]], "read_current_size() (blivet.devices.lvm.lvmsnapshotmixin method)": [[9, "blivet.devices.lvm.LVMSnapshotMixin.read_current_size"]], "read_current_size() (blivet.devices.lvm.lvmvdopoolmixin method)": [[9, "blivet.devices.lvm.LVMVDOPoolMixin.read_current_size"]], "read_current_size() (blivet.devices.partition.partitiondevice method)": [[9, "blivet.devices.partition.PartitionDevice.read_current_size"]], "read_current_size() (blivet.devices.storage.storagedevice method)": [[9, "blivet.devices.storage.StorageDevice.read_current_size"]], "read_hits (blivet.devices.lvm.lvmcachestats property)": [[9, "blivet.devices.lvm.LVMCacheStats.read_hits"]], "read_misses (blivet.devices.lvm.lvmcachestats property)": [[9, "blivet.devices.lvm.LVMCacheStats.read_misses"]], "readonly (blivet.devices.lvm.lvminternallogicalvolumemixin property)": [[9, "blivet.devices.lvm.LVMInternalLogicalVolumeMixin.readonly"]], "readonly (blivet.devices.lvm.lvmlogicalvolumedevice property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeDevice.readonly"]], "readonly (blivet.devices.storage.storagedevice property)": [[9, "blivet.devices.storage.StorageDevice.readonly"]], "remote (blivet.devices.lib.tags attribute)": [[9, "blivet.devices.lib.Tags.remote"]], "removable (blivet.devices.lib.tags attribute)": [[9, "blivet.devices.lib.Tags.removable"]], "removable (blivet.devices.storage.storagedevice property)": [[9, "blivet.devices.storage.StorageDevice.removable"]], "remove() (blivet.devices.container.containerdevice method)": [[9, "blivet.devices.container.ContainerDevice.remove"]], "remove() (blivet.devices.lib.parentlist method)": [[9, "blivet.devices.lib.ParentList.remove"]], "remove_child() (blivet.devices.device.device method)": [[9, "blivet.devices.device.Device.remove_child"]], "remove_hook() (blivet.devices.btrfs.btrfssubvolumedevice method)": [[9, "blivet.devices.btrfs.BTRFSSubVolumeDevice.remove_hook"]], "remove_hook() (blivet.devices.lvm.lvmcachepoolmixin method)": [[9, "blivet.devices.lvm.LVMCachePoolMixin.remove_hook"]], "remove_hook() (blivet.devices.lvm.lvminternallogicalvolumemixin method)": [[9, "blivet.devices.lvm.LVMInternalLogicalVolumeMixin.remove_hook"]], "remove_hook() (blivet.devices.lvm.lvmlogicalvolumedevice method)": [[9, "blivet.devices.lvm.LVMLogicalVolumeDevice.remove_hook"]], "remove_hook() (blivet.devices.lvm.lvmthinlogicalvolumemixin method)": [[9, "blivet.devices.lvm.LVMThinLogicalVolumeMixin.remove_hook"]], "remove_hook() (blivet.devices.lvm.lvmvdologicalvolumemixin method)": [[9, "blivet.devices.lvm.LVMVDOLogicalVolumeMixin.remove_hook"]], "remove_hook() (blivet.devices.lvm.lvmvolumegroupdevice method)": [[9, "blivet.devices.lvm.LVMVolumeGroupDevice.remove_hook"]], "remove_hook() (blivet.devices.partition.partitiondevice method)": [[9, "blivet.devices.partition.PartitionDevice.remove_hook"]], "remove_hook() (blivet.devices.storage.storagedevice method)": [[9, "blivet.devices.storage.StorageDevice.remove_hook"]], "remove_hook() (blivet.devices.stratis.stratispooldevice method)": [[9, "blivet.devices.stratis.StratisPoolDevice.remove_hook"]], "remove_internal_lv() (blivet.devices.lvm.lvmlogicalvolumebase method)": [[9, "blivet.devices.lvm.LVMLogicalVolumeBase.remove_internal_lv"]], "remove_subvolume() (blivet.devices.btrfs.btrfsvolumedevice method)": [[9, "blivet.devices.btrfs.BTRFSVolumeDevice.remove_subvolume"]], "removefunc (blivet.devices.lib.parentlist attribute)": [[9, "blivet.devices.lib.ParentList.removefunc"]], "reserved_percent (blivet.devices.lvm.lvmvolumegroupdevice property)": [[9, "blivet.devices.lvm.LVMVolumeGroupDevice.reserved_percent"]], "reserved_space (blivet.devices.lvm.lvmvolumegroupdevice property)": [[9, "blivet.devices.lvm.LVMVolumeGroupDevice.reserved_space"]], "resizable (blivet.devices.luks.luksdevice property)": [[9, "blivet.devices.luks.LUKSDevice.resizable"]], "resizable (blivet.devices.lvm.lvmcachepoolmixin property)": [[9, "blivet.devices.lvm.LVMCachePoolMixin.resizable"]], "resizable (blivet.devices.lvm.lvminternallogicalvolumemixin property)": [[9, "blivet.devices.lvm.LVMInternalLogicalVolumeMixin.resizable"]], "resizable (blivet.devices.lvm.lvmlogicalvolumedevice property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeDevice.resizable"]], "resizable (blivet.devices.lvm.lvmsnapshotmixin property)": [[9, "blivet.devices.lvm.LVMSnapshotMixin.resizable"]], "resizable (blivet.devices.lvm.lvmthinpoolmixin property)": [[9, "blivet.devices.lvm.LVMThinPoolMixin.resizable"]], "resizable (blivet.devices.lvm.lvmvdologicalvolumemixin property)": [[9, "blivet.devices.lvm.LVMVDOLogicalVolumeMixin.resizable"]], "resizable (blivet.devices.lvm.lvmvdopoolmixin property)": [[9, "blivet.devices.lvm.LVMVDOPoolMixin.resizable"]], "resizable (blivet.devices.partition.partitiondevice property)": [[9, "blivet.devices.partition.PartitionDevice.resizable"]], "resizable (blivet.devices.storage.storagedevice property)": [[9, "blivet.devices.storage.StorageDevice.resizable"]], "resize() (blivet.devices.luks.luksdevice method)": [[9, "blivet.devices.luks.LUKSDevice.resize"]], "resize() (blivet.devices.lvm.lvminternallogicalvolumemixin method)": [[9, "blivet.devices.lvm.LVMInternalLogicalVolumeMixin.resize"]], "resize() (blivet.devices.lvm.lvmlogicalvolumedevice method)": [[9, "blivet.devices.lvm.LVMLogicalVolumeDevice.resize"]], "resize() (blivet.devices.partition.partitiondevice method)": [[9, "blivet.devices.partition.PartitionDevice.resize"]], "resize() (blivet.devices.storage.storagedevice method)": [[9, "blivet.devices.storage.StorageDevice.resize"]], "sector_size (blivet.devices.disk.nvdimmnamespacedevice property)": [[9, "blivet.devices.disk.NVDIMMNamespaceDevice.sector_size"]], "sector_size (blivet.devices.md.mdraidarraydevice property)": [[9, "blivet.devices.md.MDRaidArrayDevice.sector_size"]], "sector_size (blivet.devices.partition.partitiondevice property)": [[9, "blivet.devices.partition.PartitionDevice.sector_size"]], "sector_size (blivet.devices.storage.storagedevice property)": [[9, "blivet.devices.storage.StorageDevice.sector_size"]], "serial (blivet.devices.disk.nvmecontroller attribute)": [[9, "blivet.devices.disk.NVMeController.serial"]], "serial (blivet.devices.storage.storagedevice property)": [[9, "blivet.devices.storage.StorageDevice.serial"]], "set_flag() (blivet.devices.partition.partitiondevice method)": [[9, "blivet.devices.partition.PartitionDevice.set_flag"]], "set_rw() (blivet.devices.lvm.lvmlogicalvolumebase method)": [[9, "blivet.devices.lvm.LVMLogicalVolumeBase.set_rw"]], "setup() (blivet.devices.device.device method)": [[9, "blivet.devices.device.Device.setup"]], "setup() (blivet.devices.lvm.lvminternallogicalvolumemixin method)": [[9, "blivet.devices.lvm.LVMInternalLogicalVolumeMixin.setup"]], "setup() (blivet.devices.lvm.lvmlogicalvolumedevice method)": [[9, "blivet.devices.lvm.LVMLogicalVolumeDevice.setup"]], "setup() (blivet.devices.lvm.lvmsnapshotmixin method)": [[9, "blivet.devices.lvm.LVMSnapshotMixin.setup"]], "setup() (blivet.devices.nfs.nfsdevice method)": [[9, "blivet.devices.nfs.NFSDevice.setup"]], "setup() (blivet.devices.nodev.nodevice method)": [[9, "blivet.devices.nodev.NoDevice.setup"]], "setup() (blivet.devices.storage.storagedevice method)": [[9, "blivet.devices.storage.StorageDevice.setup"]], "setup_parents() (blivet.devices.btrfs.btrfssubvolumedevice method)": [[9, "blivet.devices.btrfs.BTRFSSubVolumeDevice.setup_parents"]], "setup_parents() (blivet.devices.device.device method)": [[9, "blivet.devices.device.Device.setup_parents"]], "setup_parents() (blivet.devices.lvm.lvmlogicalvolumedevice method)": [[9, "blivet.devices.lvm.LVMLogicalVolumeDevice.setup_parents"]], "setup_parents() (blivet.devices.storage.storagedevice method)": [[9, "blivet.devices.storage.StorageDevice.setup_parents"]], "setup_partitions() (blivet.devices.dm.dmdevice method)": [[9, "blivet.devices.dm.DMDevice.setup_partitions"]], "size (blivet.devices.cache.cache property)": [[9, "blivet.devices.cache.Cache.size"]], "size (blivet.devices.cache.cacherequest property)": [[9, "blivet.devices.cache.CacheRequest.size"]], "size (blivet.devices.cache.cachestats property)": [[9, "blivet.devices.cache.CacheStats.size"]], "size (blivet.devices.loop.loopdevice property)": [[9, "blivet.devices.loop.LoopDevice.size"]], "size (blivet.devices.luks.integritydevice property)": [[9, "blivet.devices.luks.IntegrityDevice.size"]], "size (blivet.devices.luks.luksdevice property)": [[9, "blivet.devices.luks.LUKSDevice.size"]], "size (blivet.devices.lvm.lvmcache property)": [[9, "blivet.devices.lvm.LVMCache.size"]], "size (blivet.devices.lvm.lvmcacherequest property)": [[9, "blivet.devices.lvm.LVMCacheRequest.size"]], "size (blivet.devices.lvm.lvmcachestats property)": [[9, "blivet.devices.lvm.LVMCacheStats.size"]], "size (blivet.devices.lvm.lvmlogicalvolumedevice property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeDevice.size"]], "size (blivet.devices.lvm.lvmvolumegroupdevice property)": [[9, "blivet.devices.lvm.LVMVolumeGroupDevice.size"]], "size (blivet.devices.lvm.lvmwritecache property)": [[9, "blivet.devices.lvm.LVMWriteCache.size"]], "size (blivet.devices.lvm.pvfreeinfo attribute)": [[9, "blivet.devices.lvm.PVFreeInfo.size"]], "size (blivet.devices.md.mdbiosraidarraydevice property)": [[9, "blivet.devices.md.MDBiosRaidArrayDevice.size"]], "size (blivet.devices.md.mdraidarraydevice property)": [[9, "blivet.devices.md.MDRaidArrayDevice.size"]], "size (blivet.devices.nodev.tmpfsdevice property)": [[9, "blivet.devices.nodev.TmpFSDevice.size"]], "size (blivet.devices.storage.storagedevice property)": [[9, "blivet.devices.storage.StorageDevice.size"]], "size (blivet.devices.stratis.stratispooldevice property)": [[9, "blivet.devices.stratis.StratisPoolDevice.size"]], "source (blivet.devices.btrfs.btrfssnapshotdevice attribute)": [[9, "blivet.devices.btrfs.BTRFSSnapShotDevice.source"]], "spares (blivet.devices.md.mdraidarraydevice property)": [[9, "blivet.devices.md.MDRaidArrayDevice.spares"]], "ssd (blivet.devices.lib.tags attribute)": [[9, "blivet.devices.lib.Tags.ssd"]], "stats (blivet.devices.cache.cache property)": [[9, "blivet.devices.cache.Cache.stats"]], "stats (blivet.devices.lvm.lvmcache property)": [[9, "blivet.devices.lvm.LVMCache.stats"]], "stats (blivet.devices.lvm.lvmwritecache property)": [[9, "blivet.devices.lvm.LVMWriteCache.stats"]], "status (blivet.devices.btrfs.btrfsdevice property)": [[9, "blivet.devices.btrfs.BTRFSDevice.status"]], "status (blivet.devices.device.device property)": [[9, "blivet.devices.device.Device.status"]], "status (blivet.devices.dm.dmdevice property)": [[9, "blivet.devices.dm.DMDevice.status"]], "status (blivet.devices.loop.loopdevice property)": [[9, "blivet.devices.loop.LoopDevice.status"]], "status (blivet.devices.lvm.lvmvolumegroupdevice property)": [[9, "blivet.devices.lvm.LVMVolumeGroupDevice.status"]], "status (blivet.devices.md.mdraidarraydevice property)": [[9, "blivet.devices.md.MDRaidArrayDevice.status"]], "status (blivet.devices.storage.storagedevice property)": [[9, "blivet.devices.storage.StorageDevice.status"]], "subsysnqn (blivet.devices.disk.nvmecontroller attribute)": [[9, "blivet.devices.disk.NVMeController.subsysnqn"]], "sysfs_path (blivet.devices.disk.diskfile property)": [[9, "blivet.devices.disk.DiskFile.sysfs_path"]], "tags (blivet.devices.device.device property)": [[9, "blivet.devices.device.Device.tags"]], "takes_extra_space (blivet.devices.lvm.lvminternallogicalvolumemixin property)": [[9, "blivet.devices.lvm.LVMInternalLogicalVolumeMixin.takes_extra_space"]], "target_size (blivet.devices.storage.storagedevice property)": [[9, "blivet.devices.storage.StorageDevice.target_size"]], "teardown() (blivet.devices.device.device method)": [[9, "blivet.devices.device.Device.teardown"]], "teardown() (blivet.devices.dm.dmlineardevice method)": [[9, "blivet.devices.dm.DMLinearDevice.teardown"]], "teardown() (blivet.devices.lvm.lvminternallogicalvolumemixin method)": [[9, "blivet.devices.lvm.LVMInternalLogicalVolumeMixin.teardown"]], "teardown() (blivet.devices.lvm.lvmlogicalvolumedevice method)": [[9, "blivet.devices.lvm.LVMLogicalVolumeDevice.teardown"]], "teardown() (blivet.devices.lvm.lvmsnapshotmixin method)": [[9, "blivet.devices.lvm.LVMSnapshotMixin.teardown"]], "teardown() (blivet.devices.md.mdbiosraidarraydevice method)": [[9, "blivet.devices.md.MDBiosRaidArrayDevice.teardown"]], "teardown() (blivet.devices.md.mdcontainerdevice method)": [[9, "blivet.devices.md.MDContainerDevice.teardown"]], "teardown() (blivet.devices.md.mdraidarraydevice method)": [[9, "blivet.devices.md.MDRaidArrayDevice.teardown"]], "teardown() (blivet.devices.nfs.nfsdevice method)": [[9, "blivet.devices.nfs.NFSDevice.teardown"]], "teardown() (blivet.devices.nodev.nodevice method)": [[9, "blivet.devices.nodev.NoDevice.teardown"]], "teardown() (blivet.devices.storage.storagedevice method)": [[9, "blivet.devices.storage.StorageDevice.teardown"]], "teardown_parents() (blivet.devices.device.device method)": [[9, "blivet.devices.device.Device.teardown_parents"]], "teardown_partitions() (blivet.devices.dm.dmdevice method)": [[9, "blivet.devices.dm.DMDevice.teardown_partitions"]], "thinlvs (blivet.devices.lvm.lvmvolumegroupdevice property)": [[9, "blivet.devices.lvm.LVMVolumeGroupDevice.thinlvs"]], "thinpools (blivet.devices.lvm.lvmvolumegroupdevice property)": [[9, "blivet.devices.lvm.LVMVolumeGroupDevice.thinpools"]], "thpool_reserve (blivet.devices.lvm.lvmvolumegroupdevice property)": [[9, "blivet.devices.lvm.LVMVolumeGroupDevice.thpool_reserve"]], "total_devices (blivet.devices.md.mdbiosraidarraydevice property)": [[9, "blivet.devices.md.MDBiosRaidArrayDevice.total_devices"]], "total_devices (blivet.devices.md.mdraidarraydevice property)": [[9, "blivet.devices.md.MDRaidArrayDevice.total_devices"]], "transport (blivet.devices.disk.nvmecontroller attribute)": [[9, "blivet.devices.disk.NVMeController.transport"]], "transport_address (blivet.devices.disk.nvmecontroller attribute)": [[9, "blivet.devices.disk.NVMeController.transport_address"]], "type (blivet.devices.device.device property)": [[9, "blivet.devices.device.Device.type"]], "type (blivet.devices.lvm.lvmcache attribute)": [[9, "blivet.devices.lvm.LVMCache.type"]], "type (blivet.devices.lvm.lvmcachepoolmixin property)": [[9, "blivet.devices.lvm.LVMCachePoolMixin.type"]], "type (blivet.devices.lvm.lvminternallogicalvolumemixin property)": [[9, "blivet.devices.lvm.LVMInternalLogicalVolumeMixin.type"]], "type (blivet.devices.lvm.lvmlogicalvolumedevice property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeDevice.type"]], "type (blivet.devices.lvm.lvmsnapshotmixin property)": [[9, "blivet.devices.lvm.LVMSnapshotMixin.type"]], "type (blivet.devices.lvm.lvmthinlogicalvolumemixin property)": [[9, "blivet.devices.lvm.LVMThinLogicalVolumeMixin.type"]], "type (blivet.devices.lvm.lvmthinpoolmixin property)": [[9, "blivet.devices.lvm.LVMThinPoolMixin.type"]], "type (blivet.devices.lvm.lvmvdologicalvolumemixin property)": [[9, "blivet.devices.lvm.LVMVDOLogicalVolumeMixin.type"]], "type (blivet.devices.lvm.lvmvdopoolmixin property)": [[9, "blivet.devices.lvm.LVMVDOPoolMixin.type"]], "type (blivet.devices.lvm.lvmwritecache attribute)": [[9, "blivet.devices.lvm.LVMWriteCache.type"]], "type_description (blivet.devices.device.device property)": [[9, "blivet.devices.device.Device.type_description"]], "type_external_dependencies() (blivet.devices.device.device class method)": [[9, "blivet.devices.device.Device.type_external_dependencies"]], "type_external_dependencies() (blivet.devices.lvm.lvmvdologicalvolumemixin class method)": [[9, "blivet.devices.lvm.LVMVDOLogicalVolumeMixin.type_external_dependencies"]], "type_external_dependencies() (blivet.devices.lvm.lvmvdopoolmixin class method)": [[9, "blivet.devices.lvm.LVMVDOPoolMixin.type_external_dependencies"]], "type_specific() (blivet.devices.lvm.lvmlogicalvolumedevice method)": [[9, "blivet.devices.lvm.LVMLogicalVolumeDevice.type_specific"]], "unavailable_dependencies (blivet.devices.device.device property)": [[9, "blivet.devices.device.Device.unavailable_dependencies"]], "unavailable_direct_dependencies (blivet.devices.device.device property)": [[9, "blivet.devices.device.Device.unavailable_direct_dependencies"]], "unavailable_direct_dependencies (blivet.devices.lvm.lvmlogicalvolumedevice property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeDevice.unavailable_direct_dependencies"]], "unavailable_type_dependencies() (blivet.devices.device.device class method)": [[9, "blivet.devices.device.Device.unavailable_type_dependencies"]], "unavailable_type_dependencies() (blivet.devices.lvm.lvmvdologicalvolumemixin class method)": [[9, "blivet.devices.lvm.LVMVDOLogicalVolumeMixin.unavailable_type_dependencies"]], "unavailable_type_dependencies() (blivet.devices.lvm.lvmvdopoolmixin class method)": [[9, "blivet.devices.lvm.LVMVDOPoolMixin.unavailable_type_dependencies"]], "unknown (blivet.devices.lvm.lvminternallvtype attribute)": [[9, "blivet.devices.lvm.LVMInternalLVtype.unknown"]], "unset_flag() (blivet.devices.partition.partitiondevice method)": [[9, "blivet.devices.partition.PartitionDevice.unset_flag"]], "update_name() (blivet.devices.loop.loopdevice method)": [[9, "blivet.devices.loop.LoopDevice.update_name"]], "update_name() (blivet.devices.luks.luksdevice method)": [[9, "blivet.devices.luks.LUKSDevice.update_name"]], "update_name() (blivet.devices.partition.partitiondevice method)": [[9, "blivet.devices.partition.PartitionDevice.update_name"]], "update_size() (blivet.devices.btrfs.btrfsdevice method)": [[9, "blivet.devices.btrfs.BTRFSDevice.update_size"]], "update_size() (blivet.devices.container.containerdevice method)": [[9, "blivet.devices.container.ContainerDevice.update_size"]], "update_size() (blivet.devices.md.mdraidarraydevice method)": [[9, "blivet.devices.md.MDRaidArrayDevice.update_size"]], "update_size() (blivet.devices.nfs.nfsdevice method)": [[9, "blivet.devices.nfs.NFSDevice.update_size"]], "update_size() (blivet.devices.nodev.nodevice method)": [[9, "blivet.devices.nodev.NoDevice.update_size"]], "update_size() (blivet.devices.storage.storagedevice method)": [[9, "blivet.devices.storage.StorageDevice.update_size"]], "update_sysfs_path() (blivet.devices.btrfs.btrfsdevice method)": [[9, "blivet.devices.btrfs.BTRFSDevice.update_sysfs_path"]], "update_sysfs_path() (blivet.devices.disk.diskfile method)": [[9, "blivet.devices.disk.DiskFile.update_sysfs_path"]], "update_sysfs_path() (blivet.devices.file.filedevice method)": [[9, "blivet.devices.file.FileDevice.update_sysfs_path"]], "update_sysfs_path() (blivet.devices.lvm.lvmvolumegroupdevice method)": [[9, "blivet.devices.lvm.LVMVolumeGroupDevice.update_sysfs_path"]], "update_sysfs_path() (blivet.devices.nfs.nfsdevice method)": [[9, "blivet.devices.nfs.NFSDevice.update_sysfs_path"]], "update_sysfs_path() (blivet.devices.nodev.nodevice method)": [[9, "blivet.devices.nodev.NoDevice.update_sysfs_path"]], "update_sysfs_path() (blivet.devices.storage.storagedevice method)": [[9, "blivet.devices.storage.StorageDevice.update_sysfs_path"]], "usb (blivet.devices.lib.tags attribute)": [[9, "blivet.devices.lib.Tags.usb"]], "used (blivet.devices.cache.cachestats property)": [[9, "blivet.devices.cache.CacheStats.used"]], "used (blivet.devices.lvm.lvmcachestats property)": [[9, "blivet.devices.lvm.LVMCacheStats.used"]], "used_size (blivet.devices.stratis.stratisfilesystemdevice property)": [[9, "blivet.devices.stratis.StratisFilesystemDevice.used_size"]], "used_space (blivet.devices.lvm.lvmthinpoolmixin property)": [[9, "blivet.devices.lvm.LVMThinPoolMixin.used_space"]], "vdo_lv (blivet.devices.lvm.lvmvdopoolmixin property)": [[9, "blivet.devices.lvm.LVMVDOPoolMixin.vdo_lv"]], "vendor (blivet.devices.disk.multipathdevice property)": [[9, "blivet.devices.disk.MultipathDevice.vendor"]], "vendor (blivet.devices.storage.storagedevice property)": [[9, "blivet.devices.storage.StorageDevice.vendor"]], "vg (blivet.devices.lvm.lvminternallogicalvolumemixin property)": [[9, "blivet.devices.lvm.LVMInternalLogicalVolumeMixin.vg"]], "vg (blivet.devices.lvm.lvmlogicalvolumebase property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeBase.vg"]], "vg (blivet.devices.lvm.lvmlogicalvolumedevice property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeDevice.vg"]], "vg (blivet.devices.lvm.lvmthinlogicalvolumemixin property)": [[9, "blivet.devices.lvm.LVMThinLogicalVolumeMixin.vg"]], "vg (blivet.devices.lvm.lvmvdologicalvolumemixin property)": [[9, "blivet.devices.lvm.LVMVDOLogicalVolumeMixin.vg"]], "vg_space_used (blivet.devices.lvm.lvmcache property)": [[9, "blivet.devices.lvm.LVMCache.vg_space_used"]], "vg_space_used (blivet.devices.lvm.lvmlogicalvolumebase property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeBase.vg_space_used"]], "vg_space_used (blivet.devices.lvm.lvmlogicalvolumedevice property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeDevice.vg_space_used"]], "vg_space_used (blivet.devices.lvm.lvmthinlogicalvolumemixin property)": [[9, "blivet.devices.lvm.LVMThinLogicalVolumeMixin.vg_space_used"]], "vg_space_used (blivet.devices.lvm.lvmvdologicalvolumemixin property)": [[9, "blivet.devices.lvm.LVMVDOLogicalVolumeMixin.vg_space_used"]], "vg_space_used (blivet.devices.lvm.lvmwritecache property)": [[9, "blivet.devices.lvm.LVMWriteCache.vg_space_used"]], "vol_id (blivet.devices.btrfs.btrfsvolumedevice attribute)": [[9, "blivet.devices.btrfs.BTRFSVolumeDevice.vol_id"]], "volume (blivet.devices.btrfs.btrfssubvolumedevice property)": [[9, "blivet.devices.btrfs.BTRFSSubVolumeDevice.volume"]], "vorigin (blivet.devices.lvm.lvmsnapshotmixin attribute)": [[9, "blivet.devices.lvm.LVMSnapshotMixin.vorigin"]], "weight (blivet.devices.partition.partitiondevice property)": [[9, "blivet.devices.partition.PartitionDevice.weight"]], "write_hits (blivet.devices.lvm.lvmcachestats property)": [[9, "blivet.devices.lvm.LVMCacheStats.write_hits"]], "write_misses (blivet.devices.lvm.lvmcachestats property)": [[9, "blivet.devices.lvm.LVMCacheStats.write_misses"]], "actioncanceled (class in blivet.events.changes)": [[10, "blivet.events.changes.ActionCanceled"]], "attributechanged (class in blivet.events.changes)": [[10, "blivet.events.changes.AttributeChanged"]], "deviceadded (class in blivet.events.changes)": [[10, "blivet.events.changes.DeviceAdded"]], "deviceremoved (class in blivet.events.changes)": [[10, "blivet.events.changes.DeviceRemoved"]], "event (class in blivet.events.manager)": [[10, "blivet.events.manager.Event"]], "eventhandlermixin (class in blivet.events.handler)": [[10, "blivet.events.handler.EventHandlerMixin"]], "eventmanager (class in blivet.events.manager)": [[10, "blivet.events.manager.EventManager"]], "eventmask (class in blivet.events.manager)": [[10, "blivet.events.manager.EventMask"]], "parentadded (class in blivet.events.changes)": [[10, "blivet.events.changes.ParentAdded"]], "parentremoved (class in blivet.events.changes)": [[10, "blivet.events.changes.ParentRemoved"]], "udeveventmanager (class in blivet.events.manager)": [[10, "blivet.events.manager.UdevEventManager"]], "action_removed_cb() (in module blivet.events.changes)": [[10, "blivet.events.changes.action_removed_cb"]], "add_mask() (blivet.events.manager.eventmanager method)": [[10, "blivet.events.manager.EventManager.add_mask"]], "attribute_changed_cb() (in module blivet.events.changes)": [[10, "blivet.events.changes.attribute_changed_cb"]], "blivet.events": [[10, "module-blivet.events"]], "blivet.events.changes": [[10, "module-blivet.events.changes"]], "blivet.events.handler": [[10, "module-blivet.events.handler"]], "blivet.events.manager": [[10, "module-blivet.events.manager"]], "data (in module blivet.events.changes)": [[10, "blivet.events.changes.data"]], "device_added_cb() (in module blivet.events.changes)": [[10, "blivet.events.changes.device_added_cb"]], "device_removed_cb() (in module blivet.events.changes)": [[10, "blivet.events.changes.device_removed_cb"]], "disable() (blivet.events.manager.eventmanager method)": [[10, "blivet.events.manager.EventManager.disable"]], "disable() (blivet.events.manager.udeveventmanager method)": [[10, "blivet.events.manager.UdevEventManager.disable"]], "disable_callbacks() (in module blivet.events.changes)": [[10, "blivet.events.changes.disable_callbacks"]], "enable() (blivet.events.manager.eventmanager method)": [[10, "blivet.events.manager.EventManager.enable"]], "enable() (blivet.events.manager.udeveventmanager method)": [[10, "blivet.events.manager.UdevEventManager.enable"]], "enable_callbacks() (in module blivet.events.changes)": [[10, "blivet.events.changes.enable_callbacks"]], "enabled (blivet.events.manager.eventmanager property)": [[10, "blivet.events.manager.EventManager.enabled"]], "enabled (blivet.events.manager.udeveventmanager property)": [[10, "blivet.events.manager.UdevEventManager.enabled"]], "error_cb (blivet.events.manager.eventmanager property)": [[10, "blivet.events.manager.EventManager.error_cb"]], "handle_event() (blivet.events.handler.eventhandlermixin method)": [[10, "blivet.events.handler.EventHandlerMixin.handle_event"]], "handle_event() (blivet.events.manager.eventmanager method)": [[10, "blivet.events.manager.EventManager.handle_event"]], "handler_cb (blivet.events.manager.eventmanager property)": [[10, "blivet.events.manager.EventManager.handler_cb"]], "match() (blivet.events.manager.eventmask method)": [[10, "blivet.events.manager.EventMask.match"]], "notify_cb (blivet.events.manager.eventmanager property)": [[10, "blivet.events.manager.EventManager.notify_cb"]], "parent_added_cb() (in module blivet.events.changes)": [[10, "blivet.events.changes.parent_added_cb"]], "parent_removed_cb() (in module blivet.events.changes)": [[10, "blivet.events.changes.parent_removed_cb"]], "record_change() (in module blivet.events.changes)": [[10, "blivet.events.changes.record_change"]], "remove_mask() (blivet.events.manager.eventmanager method)": [[10, "blivet.events.manager.EventManager.remove_mask"]], "validate_cb() (in module blivet.events.manager)": [[10, "blivet.events.manager.validate_cb"]], "applebootstrapfs (class in blivet.formats.fs)": [[11, "blivet.formats.fs.AppleBootstrapFS"]], "biosboot (class in blivet.formats.biosboot)": [[11, "blivet.formats.biosboot.BIOSBoot"]], "btrfs (class in blivet.formats.fs)": [[11, "blivet.formats.fs.BTRFS"]], "bindfs (class in blivet.formats.fs)": [[11, "blivet.formats.fs.BindFS"]], "dmraidmember (class in blivet.formats.dmraid)": [[11, "blivet.formats.dmraid.DMRaidMember"]], "devptsfs (class in blivet.formats.fs)": [[11, "blivet.formats.fs.DevPtsFS"]], "deviceformat (class in blivet.formats)": [[11, "blivet.formats.DeviceFormat"]], "disklabel (class in blivet.formats.disklabel)": [[11, "blivet.formats.disklabel.DiskLabel"]], "efifs (class in blivet.formats.fs)": [[11, "blivet.formats.fs.EFIFS"]], "efivarfs (class in blivet.formats.fs)": [[11, "blivet.formats.fs.EFIVarFS"]], "exfatfs (class in blivet.formats.fs)": [[11, "blivet.formats.fs.ExFATFS"]], "ext2fs (class in blivet.formats.fs)": [[11, "blivet.formats.fs.Ext2FS"]], "ext3fs (class in blivet.formats.fs)": [[11, "blivet.formats.fs.Ext3FS"]], "ext4fs (class in blivet.formats.fs)": [[11, "blivet.formats.fs.Ext4FS"]], "f2fs (class in blivet.formats.fs)": [[11, "blivet.formats.fs.F2FS"]], "fatfs (class in blivet.formats.fs)": [[11, "blivet.formats.fs.FATFS"]], "fs (class in blivet.formats.fs)": [[11, "blivet.formats.fs.FS"]], "fsresize (class in blivet.formats.fslib)": [[11, "blivet.formats.fslib.FSResize"]], "gfs2 (class in blivet.formats.fs)": [[11, "blivet.formats.fs.GFS2"]], "hfs (class in blivet.formats.fs)": [[11, "blivet.formats.fs.HFS"]], "hfsplus (class in blivet.formats.fs)": [[11, "blivet.formats.fs.HFSPlus"]], "integrity (class in blivet.formats.luks)": [[11, "blivet.formats.luks.Integrity"]], "iso9660fs (class in blivet.formats.fs)": [[11, "blivet.formats.fs.Iso9660FS"]], "jfs (class in blivet.formats.fs)": [[11, "blivet.formats.fs.JFS"]], "luks (class in blivet.formats.luks)": [[11, "blivet.formats.luks.LUKS"]], "luks2pbkdfargs (class in blivet.formats.luks)": [[11, "blivet.formats.luks.LUKS2PBKDFArgs"]], "lvmphysicalvolume (class in blivet.formats.lvmpv)": [[11, "blivet.formats.lvmpv.LVMPhysicalVolume"]], "mdraidmember (class in blivet.formats.mdraid)": [[11, "blivet.formats.mdraid.MDRaidMember"]], "macefifs (class in blivet.formats.fs)": [[11, "blivet.formats.fs.MacEFIFS"]], "multipathmember (class in blivet.formats.multipath)": [[11, "blivet.formats.multipath.MultipathMember"]], "nfs (class in blivet.formats.fs)": [[11, "blivet.formats.fs.NFS"]], "nfsv4 (class in blivet.formats.fs)": [[11, "blivet.formats.fs.NFSv4"]], "ntfs (class in blivet.formats.fs)": [[11, "blivet.formats.fs.NTFS"]], "nodevfs (class in blivet.formats.fs)": [[11, "blivet.formats.fs.NoDevFS"]], "offline_grow (blivet.formats.fslib.fsresize attribute)": [[11, "blivet.formats.fslib.FSResize.OFFLINE_GROW"]], "offline_shrink (blivet.formats.fslib.fsresize attribute)": [[11, "blivet.formats.fslib.FSResize.OFFLINE_SHRINK"]], "online_grow (blivet.formats.fslib.fsresize attribute)": [[11, "blivet.formats.fslib.FSResize.ONLINE_GROW"]], "online_shrink (blivet.formats.fslib.fsresize attribute)": [[11, "blivet.formats.fslib.FSResize.ONLINE_SHRINK"]], "ppcprepboot (class in blivet.formats.prepboot)": [[11, "blivet.formats.prepboot.PPCPRePBoot"]], "procfs (class in blivet.formats.fs)": [[11, "blivet.formats.fs.ProcFS"]], "reiserfs (class in blivet.formats.fs)": [[11, "blivet.formats.fs.ReiserFS"]], "selinuxfs (class in blivet.formats.fs)": [[11, "blivet.formats.fs.SELinuxFS"]], "stratisblockdev (class in blivet.formats.stratis)": [[11, "blivet.formats.stratis.StratisBlockdev"]], "stratisxfs (class in blivet.formats.fs)": [[11, "blivet.formats.fs.StratisXFS"]], "swapspace (class in blivet.formats.swap)": [[11, "blivet.formats.swap.SwapSpace"]], "sysfs (class in blivet.formats.fs)": [[11, "blivet.formats.fs.SysFS"]], "tmpfs (class in blivet.formats.fs)": [[11, "blivet.formats.fs.TmpFS"]], "udffs (class in blivet.formats.fs)": [[11, "blivet.formats.fs.UDFFS"]], "usbfs (class in blivet.formats.fs)": [[11, "blivet.formats.fs.USBFS"]], "xfs (class in blivet.formats.fs)": [[11, "blivet.formats.fs.XFS"]], "add_partition() (blivet.formats.disklabel.disklabel method)": [[11, "blivet.formats.disklabel.DiskLabel.add_partition"]], "add_passphrase() (blivet.formats.luks.luks method)": [[11, "blivet.formats.luks.LUKS.add_passphrase"]], "alignment (blivet.formats.disklabel.disklabel property)": [[11, "blivet.formats.disklabel.DiskLabel.alignment"]], "biggest_overhead_fs() (blivet.formats.fs.fs class method)": [[11, "blivet.formats.fs.FS.biggest_overhead_FS"]], "blivet.formats": [[11, "module-blivet.formats"]], "blivet.formats.biosboot": [[11, "module-blivet.formats.biosboot"]], "blivet.formats.disklabel": [[11, "module-blivet.formats.disklabel"]], "blivet.formats.dmraid": [[11, "module-blivet.formats.dmraid"]], "blivet.formats.fs": [[11, "module-blivet.formats.fs"]], "blivet.formats.fslib": [[11, "module-blivet.formats.fslib"]], "blivet.formats.luks": [[11, "module-blivet.formats.luks"]], "blivet.formats.lvmpv": [[11, "module-blivet.formats.lvmpv"]], "blivet.formats.mdraid": [[11, "module-blivet.formats.mdraid"]], "blivet.formats.multipath": [[11, "module-blivet.formats.multipath"]], "blivet.formats.prepboot": [[11, "module-blivet.formats.prepboot"]], "blivet.formats.stratis": [[11, "module-blivet.formats.stratis"]], "blivet.formats.swap": [[11, "module-blivet.formats.swap"]], "can_modify_uuid() (blivet.formats.fs.fs method)": [[11, "blivet.formats.fs.FS.can_modify_uuid"]], "can_nodiscard() (blivet.formats.fs.fs method)": [[11, "blivet.formats.fs.FS.can_nodiscard"]], "can_set_uuid() (blivet.formats.fs.fs method)": [[11, "blivet.formats.fs.FS.can_set_uuid"]], "check (blivet.formats.deviceformat property)": [[11, "blivet.formats.DeviceFormat.check"]], "check_module() (blivet.formats.fs.fs method)": [[11, "blivet.formats.fs.FS.check_module"]], "commit() (blivet.formats.disklabel.disklabel method)": [[11, "blivet.formats.disklabel.DiskLabel.commit"]], "commit_to_disk() (blivet.formats.disklabel.disklabel method)": [[11, "blivet.formats.disklabel.DiskLabel.commit_to_disk"]], "config_actions_map (blivet.formats.fs.fs attribute)": [[11, "blivet.formats.fs.FS.config_actions_map"]], "config_actions_map (blivet.formats.swap.swapspace attribute)": [[11, "blivet.formats.swap.SwapSpace.config_actions_map"]], "configured (blivet.formats.luks.luks property)": [[11, "blivet.formats.luks.LUKS.configured"]], "container_uuid (blivet.formats.fs.btrfs property)": [[11, "blivet.formats.fs.BTRFS.container_uuid"]], "container_uuid (blivet.formats.lvmpv.lvmphysicalvolume property)": [[11, "blivet.formats.lvmpv.LVMPhysicalVolume.container_uuid"]], "container_uuid (blivet.formats.mdraid.mdraidmember property)": [[11, "blivet.formats.mdraid.MDRaidMember.container_uuid"]], "controllable (blivet.formats.deviceformat property)": [[11, "blivet.formats.DeviceFormat.controllable"]], "controllable (blivet.formats.fs.fs property)": [[11, "blivet.formats.fs.FS.controllable"]], "controllable (blivet.formats.luks.luks property)": [[11, "blivet.formats.luks.LUKS.controllable"]], "controllable (blivet.formats.swap.swapspace property)": [[11, "blivet.formats.swap.SwapSpace.controllable"]], "create() (blivet.formats.deviceformat method)": [[11, "blivet.formats.DeviceFormat.create"]], "create() (blivet.formats.dmraid.dmraidmember method)": [[11, "blivet.formats.dmraid.DMRaidMember.create"]], "create() (blivet.formats.fs.btrfs method)": [[11, "blivet.formats.fs.BTRFS.create"]], "create() (blivet.formats.fs.tmpfs method)": [[11, "blivet.formats.fs.TmpFS.create"]], "create() (blivet.formats.multipath.multipathmember method)": [[11, "blivet.formats.multipath.MultipathMember.create"]], "create_options (blivet.formats.deviceformat property)": [[11, "blivet.formats.DeviceFormat.create_options"]], "current_size (blivet.formats.deviceformat property)": [[11, "blivet.formats.DeviceFormat.current_size"]], "desc (blivet.formats.deviceformat property)": [[11, "blivet.formats.DeviceFormat.desc"]], "desc (blivet.formats.disklabel.disklabel property)": [[11, "blivet.formats.disklabel.DiskLabel.desc"]], "desc (blivet.formats.fs.fs property)": [[11, "blivet.formats.fs.FS.desc"]], "destroy() (blivet.formats.deviceformat method)": [[11, "blivet.formats.DeviceFormat.destroy"]], "destroy() (blivet.formats.dmraid.dmraidmember method)": [[11, "blivet.formats.dmraid.DMRaidMember.destroy"]], "destroy() (blivet.formats.fs.btrfs method)": [[11, "blivet.formats.fs.BTRFS.destroy"]], "destroy() (blivet.formats.fs.tmpfs method)": [[11, "blivet.formats.fs.TmpFS.destroy"]], "destroy() (blivet.formats.multipath.multipathmember method)": [[11, "blivet.formats.multipath.MultipathMember.destroy"]], "destroyable (blivet.formats.deviceformat property)": [[11, "blivet.formats.DeviceFormat.destroyable"]], "destroyable (blivet.formats.luks.luks property)": [[11, "blivet.formats.luks.LUKS.destroyable"]], "destroyable (blivet.formats.lvmpv.lvmphysicalvolume property)": [[11, "blivet.formats.lvmpv.LVMPhysicalVolume.destroyable"]], "destroyable (blivet.formats.mdraid.mdraidmember property)": [[11, "blivet.formats.mdraid.MDRaidMember.destroyable"]], "device (blivet.formats.deviceformat property)": [[11, "blivet.formats.DeviceFormat.device"]], "dict (blivet.formats.deviceformat property)": [[11, "blivet.formats.DeviceFormat.dict"]], "dict (blivet.formats.disklabel.disklabel property)": [[11, "blivet.formats.disklabel.DiskLabel.dict"]], "dict (blivet.formats.fs.fs property)": [[11, "blivet.formats.fs.FS.dict"]], "dict (blivet.formats.luks.luks property)": [[11, "blivet.formats.luks.LUKS.dict"]], "dict (blivet.formats.lvmpv.lvmphysicalvolume property)": [[11, "blivet.formats.lvmpv.LVMPhysicalVolume.dict"]], "dict (blivet.formats.mdraid.mdraidmember property)": [[11, "blivet.formats.mdraid.MDRaidMember.dict"]], "dict (blivet.formats.stratis.stratisblockdev property)": [[11, "blivet.formats.stratis.StratisBlockdev.dict"]], "dict (blivet.formats.swap.swapspace property)": [[11, "blivet.formats.swap.SwapSpace.dict"]], "do_check() (blivet.formats.fs.fs method)": [[11, "blivet.formats.fs.FS.do_check"]], "do_resize() (blivet.formats.deviceformat method)": [[11, "blivet.formats.DeviceFormat.do_resize"]], "do_resize() (blivet.formats.fs.tmpfs method)": [[11, "blivet.formats.fs.TmpFS.do_resize"]], "dump (blivet.formats.deviceformat property)": [[11, "blivet.formats.DeviceFormat.dump"]], "end_alignment (blivet.formats.disklabel.disklabel property)": [[11, "blivet.formats.disklabel.DiskLabel.end_alignment"]], "escrow() (blivet.formats.luks.luks method)": [[11, "blivet.formats.luks.LUKS.escrow"]], "extended_partition (blivet.formats.disklabel.disklabel property)": [[11, "blivet.formats.disklabel.DiskLabel.extended_partition"]], "first_partition (blivet.formats.disklabel.disklabel property)": [[11, "blivet.formats.disklabel.DiskLabel.first_partition"]], "formattable (blivet.formats.deviceformat property)": [[11, "blivet.formats.DeviceFormat.formattable"]], "formattable (blivet.formats.fs.fs property)": [[11, "blivet.formats.fs.FS.formattable"]], "formattable (blivet.formats.luks.integrity property)": [[11, "blivet.formats.luks.Integrity.formattable"]], "formattable (blivet.formats.luks.luks property)": [[11, "blivet.formats.luks.LUKS.formattable"]], "formattable (blivet.formats.lvmpv.lvmphysicalvolume property)": [[11, "blivet.formats.lvmpv.LVMPhysicalVolume.formattable"]], "formattable (blivet.formats.mdraid.mdraidmember property)": [[11, "blivet.formats.mdraid.MDRaidMember.formattable"]], "formattable (blivet.formats.swap.swapspace property)": [[11, "blivet.formats.swap.SwapSpace.formattable"]], "free (blivet.formats.disklabel.disklabel property)": [[11, "blivet.formats.disklabel.DiskLabel.free"]], "free (blivet.formats.fs.fs property)": [[11, "blivet.formats.fs.FS.free"]], "free (blivet.formats.fs.tmpfs property)": [[11, "blivet.formats.fs.TmpFS.free"]], "free (blivet.formats.lvmpv.lvmphysicalvolume property)": [[11, "blivet.formats.lvmpv.LVMPhysicalVolume.free"]], "free_space_estimate() (blivet.formats.fs.fs class method)": [[11, "blivet.formats.fs.FS.free_space_estimate"]], "fresh_parted_disk() (blivet.formats.disklabel.disklabel method)": [[11, "blivet.formats.disklabel.DiskLabel.fresh_parted_disk"]], "generate_new_uuid() (blivet.formats.fs.fatfs method)": [[11, "blivet.formats.fs.FATFS.generate_new_uuid"]], "generate_new_uuid() (blivet.formats.fs.fs method)": [[11, "blivet.formats.fs.FS.generate_new_uuid"]], "generate_new_uuid() (blivet.formats.fs.ntfs method)": [[11, "blivet.formats.fs.NTFS.generate_new_uuid"]], "get_alignment() (blivet.formats.disklabel.disklabel method)": [[11, "blivet.formats.disklabel.DiskLabel.get_alignment"]], "get_default_filesystem_type() (in module blivet.formats)": [[11, "blivet.formats.get_default_filesystem_type"]], "get_device_format_class() (in module blivet.formats)": [[11, "blivet.formats.get_device_format_class"]], "get_end_alignment() (blivet.formats.disklabel.disklabel method)": [[11, "blivet.formats.disklabel.DiskLabel.get_end_alignment"]], "get_format() (in module blivet.formats)": [[11, "blivet.formats.get_format"]], "get_minimal_alignment() (blivet.formats.disklabel.disklabel method)": [[11, "blivet.formats.disklabel.DiskLabel.get_minimal_alignment"]], "get_optimal_alignment() (blivet.formats.disklabel.disklabel method)": [[11, "blivet.formats.disklabel.DiskLabel.get_optimal_alignment"]], "get_platform_label_types() (blivet.formats.disklabel.disklabel class method)": [[11, "blivet.formats.disklabel.DiskLabel.get_platform_label_types"]], "get_required_size() (blivet.formats.fs.fs class method)": [[11, "blivet.formats.fs.FS.get_required_size"]], "has_key (blivet.formats.luks.luks property)": [[11, "blivet.formats.luks.LUKS.has_key"]], "has_key (blivet.formats.stratis.stratisblockdev property)": [[11, "blivet.formats.stratis.StratisBlockdev.has_key"]], "hidden (blivet.formats.deviceformat property)": [[11, "blivet.formats.DeviceFormat.hidden"]], "hidden (blivet.formats.mdraid.mdraidmember property)": [[11, "blivet.formats.mdraid.MDRaidMember.hidden"]], "key_file (blivet.formats.luks.luks property)": [[11, "blivet.formats.luks.LUKS.key_file"]], "key_file (blivet.formats.stratis.stratisblockdev property)": [[11, "blivet.formats.stratis.StratisBlockdev.key_file"]], "ks_mountpoint (blivet.formats.deviceformat property)": [[11, "blivet.formats.DeviceFormat.ks_mountpoint"]], "label (blivet.formats.fs.fs property)": [[11, "blivet.formats.fs.FS.label"]], "label (blivet.formats.swap.swapspace property)": [[11, "blivet.formats.swap.SwapSpace.label"]], "label_format_ok() (blivet.formats.deviceformat method)": [[11, "blivet.formats.DeviceFormat.label_format_ok"]], "label_format_ok() (blivet.formats.fs.fs method)": [[11, "blivet.formats.fs.FS.label_format_ok"]], "label_format_ok() (blivet.formats.swap.swapspace method)": [[11, "blivet.formats.swap.SwapSpace.label_format_ok"]], "label_type (blivet.formats.disklabel.disklabel property)": [[11, "blivet.formats.disklabel.DiskLabel.label_type"]], "labeling() (blivet.formats.deviceformat method)": [[11, "blivet.formats.DeviceFormat.labeling"]], "labeling() (blivet.formats.fs.fs method)": [[11, "blivet.formats.fs.FS.labeling"]], "labeling() (blivet.formats.swap.swapspace method)": [[11, "blivet.formats.swap.SwapSpace.labeling"]], "linux_native (blivet.formats.deviceformat property)": [[11, "blivet.formats.DeviceFormat.linux_native"]], "logical_partitions (blivet.formats.disklabel.disklabel property)": [[11, "blivet.formats.disklabel.DiskLabel.logical_partitions"]], "lvmdevices_add() (blivet.formats.lvmpv.lvmphysicalvolume method)": [[11, "blivet.formats.lvmpv.LVMPhysicalVolume.lvmdevices_add"]], "lvmdevices_remove() (blivet.formats.lvmpv.lvmphysicalvolume method)": [[11, "blivet.formats.lvmpv.LVMPhysicalVolume.lvmdevices_remove"]], "magic_partition_number (blivet.formats.disklabel.disklabel property)": [[11, "blivet.formats.disklabel.DiskLabel.magic_partition_number"]], "max_size (blivet.formats.deviceformat property)": [[11, "blivet.formats.DeviceFormat.max_size"]], "member (blivet.formats.multipath.multipathmember property)": [[11, "blivet.formats.multipath.MultipathMember.member"]], "min_size (blivet.formats.deviceformat property)": [[11, "blivet.formats.DeviceFormat.min_size"]], "mount() (blivet.formats.fs.fs method)": [[11, "blivet.formats.fs.FS.mount"]], "mount_type (blivet.formats.fs.fs property)": [[11, "blivet.formats.fs.FS.mount_type"]], "mountable (blivet.formats.deviceformat property)": [[11, "blivet.formats.DeviceFormat.mountable"]], "mountable (blivet.formats.fs.fs property)": [[11, "blivet.formats.fs.FS.mountable"]], "name (blivet.formats.deviceformat property)": [[11, "blivet.formats.DeviceFormat.name"]], "name (blivet.formats.disklabel.disklabel property)": [[11, "blivet.formats.disklabel.DiskLabel.name"]], "name (blivet.formats.luks.luks property)": [[11, "blivet.formats.luks.LUKS.name"]], "options (blivet.formats.deviceformat property)": [[11, "blivet.formats.DeviceFormat.options"]], "packages (blivet.formats.deviceformat property)": [[11, "blivet.formats.DeviceFormat.packages"]], "parted_device (blivet.formats.disklabel.disklabel property)": [[11, "blivet.formats.disklabel.DiskLabel.parted_device"]], "parted_disk (blivet.formats.disklabel.disklabel property)": [[11, "blivet.formats.disklabel.DiskLabel.parted_disk"]], "parted_flag (blivet.formats.deviceformat attribute)": [[11, "blivet.formats.DeviceFormat.parted_flag"]], "parted_flag (blivet.formats.biosboot.biosboot attribute)": [[11, "blivet.formats.biosboot.BIOSBoot.parted_flag"]], "parted_flag (blivet.formats.fs.efifs attribute)": [[11, "blivet.formats.fs.EFIFS.parted_flag"]], "parted_flag (blivet.formats.lvmpv.lvmphysicalvolume attribute)": [[11, "blivet.formats.lvmpv.LVMPhysicalVolume.parted_flag"]], "parted_flag (blivet.formats.mdraid.mdraidmember attribute)": [[11, "blivet.formats.mdraid.MDRaidMember.parted_flag"]], "parted_flag (blivet.formats.prepboot.ppcprepboot attribute)": [[11, "blivet.formats.prepboot.PPCPRePBoot.parted_flag"]], "parted_flag (blivet.formats.swap.swapspace attribute)": [[11, "blivet.formats.swap.SwapSpace.parted_flag"]], "parted_system (blivet.formats.deviceformat attribute)": [[11, "blivet.formats.DeviceFormat.parted_system"]], "parted_system (blivet.formats.fs.ext2fs attribute)": [[11, "blivet.formats.fs.Ext2FS.parted_system"]], "parted_system (blivet.formats.fs.ext3fs attribute)": [[11, "blivet.formats.fs.Ext3FS.parted_system"]], "parted_system (blivet.formats.fs.ext4fs attribute)": [[11, "blivet.formats.fs.Ext4FS.parted_system"]], "parted_system (blivet.formats.fs.fatfs attribute)": [[11, "blivet.formats.fs.FATFS.parted_system"]], "parted_system (blivet.formats.fs.hfs attribute)": [[11, "blivet.formats.fs.HFS.parted_system"]], "parted_system (blivet.formats.fs.hfsplus attribute)": [[11, "blivet.formats.fs.HFSPlus.parted_system"]], "parted_system (blivet.formats.fs.jfs attribute)": [[11, "blivet.formats.fs.JFS.parted_system"]], "parted_system (blivet.formats.fs.ntfs attribute)": [[11, "blivet.formats.fs.NTFS.parted_system"]], "parted_system (blivet.formats.fs.reiserfs attribute)": [[11, "blivet.formats.fs.ReiserFS.parted_system"]], "parted_system (blivet.formats.fs.xfs attribute)": [[11, "blivet.formats.fs.XFS.parted_system"]], "parted_system (blivet.formats.swap.swapspace attribute)": [[11, "blivet.formats.swap.SwapSpace.parted_system"]], "partitions (blivet.formats.disklabel.disklabel property)": [[11, "blivet.formats.disklabel.DiskLabel.partitions"]], "passphrase (blivet.formats.luks.luks property)": [[11, "blivet.formats.luks.LUKS.passphrase"]], "passphrase (blivet.formats.stratis.stratisblockdev property)": [[11, "blivet.formats.stratis.StratisBlockdev.passphrase"]], "populate_ksdata() (blivet.formats.deviceformat method)": [[11, "blivet.formats.DeviceFormat.populate_ksdata"]], "populate_ksdata() (blivet.formats.fs.fs method)": [[11, "blivet.formats.fs.FS.populate_ksdata"]], "populate_ksdata() (blivet.formats.luks.luks method)": [[11, "blivet.formats.luks.LUKS.populate_ksdata"]], "primary_partitions (blivet.formats.disklabel.disklabel property)": [[11, "blivet.formats.disklabel.DiskLabel.primary_partitions"]], "priority (blivet.formats.swap.swapspace property)": [[11, "blivet.formats.swap.SwapSpace.priority"]], "read_label() (blivet.formats.fs.fs method)": [[11, "blivet.formats.fs.FS.read_label"]], "register_device_format() (in module blivet.formats)": [[11, "blivet.formats.register_device_format"]], "relabels() (blivet.formats.deviceformat method)": [[11, "blivet.formats.DeviceFormat.relabels"]], "relabels() (blivet.formats.fs.fs method)": [[11, "blivet.formats.fs.FS.relabels"]], "relabels() (blivet.formats.swap.swapspace method)": [[11, "blivet.formats.swap.SwapSpace.relabels"]], "remove_partition() (blivet.formats.disklabel.disklabel method)": [[11, "blivet.formats.disklabel.DiskLabel.remove_partition"]], "remove_passphrase() (blivet.formats.luks.luks method)": [[11, "blivet.formats.luks.LUKS.remove_passphrase"]], "reset_parted_disk() (blivet.formats.disklabel.disklabel method)": [[11, "blivet.formats.disklabel.DiskLabel.reset_parted_disk"]], "reset_uuid() (blivet.formats.fs.fs method)": [[11, "blivet.formats.fs.FS.reset_uuid"]], "resizable (blivet.formats.deviceformat property)": [[11, "blivet.formats.DeviceFormat.resizable"]], "resizable (blivet.formats.fs.fs property)": [[11, "blivet.formats.fs.FS.resizable"]], "sector_size (blivet.formats.disklabel.disklabel property)": [[11, "blivet.formats.disklabel.DiskLabel.sector_size"]], "set_default_label_type() (blivet.formats.disklabel.disklabel class method)": [[11, "blivet.formats.disklabel.DiskLabel.set_default_label_type"]], "setup() (blivet.formats.deviceformat method)": [[11, "blivet.formats.DeviceFormat.setup"]], "size (blivet.formats.deviceformat property)": [[11, "blivet.formats.DeviceFormat.size"]], "size (blivet.formats.disklabel.disklabel property)": [[11, "blivet.formats.disklabel.DiskLabel.size"]], "status (blivet.formats.deviceformat property)": [[11, "blivet.formats.DeviceFormat.status"]], "status (blivet.formats.biosboot.biosboot property)": [[11, "blivet.formats.biosboot.BIOSBoot.status"]], "status (blivet.formats.disklabel.disklabel property)": [[11, "blivet.formats.disklabel.DiskLabel.status"]], "status (blivet.formats.fs.fs property)": [[11, "blivet.formats.fs.FS.status"]], "status (blivet.formats.luks.integrity property)": [[11, "blivet.formats.luks.Integrity.status"]], "status (blivet.formats.luks.luks property)": [[11, "blivet.formats.luks.LUKS.status"]], "status (blivet.formats.lvmpv.lvmphysicalvolume property)": [[11, "blivet.formats.lvmpv.LVMPhysicalVolume.status"]], "status (blivet.formats.mdraid.mdraidmember property)": [[11, "blivet.formats.mdraid.MDRaidMember.status"]], "status (blivet.formats.prepboot.ppcprepboot property)": [[11, "blivet.formats.prepboot.PPCPRePBoot.status"]], "status (blivet.formats.stratis.stratisblockdev property)": [[11, "blivet.formats.stratis.StratisBlockdev.status"]], "status (blivet.formats.swap.swapspace property)": [[11, "blivet.formats.swap.SwapSpace.status"]], "supported (blivet.formats.deviceformat property)": [[11, "blivet.formats.DeviceFormat.supported"]], "supported (blivet.formats.biosboot.biosboot property)": [[11, "blivet.formats.biosboot.BIOSBoot.supported"]], "supported (blivet.formats.disklabel.disklabel property)": [[11, "blivet.formats.disklabel.DiskLabel.supported"]], "supported (blivet.formats.fs.applebootstrapfs property)": [[11, "blivet.formats.fs.AppleBootstrapFS.supported"]], "supported (blivet.formats.fs.efifs property)": [[11, "blivet.formats.fs.EFIFS.supported"]], "supported (blivet.formats.fs.fs property)": [[11, "blivet.formats.fs.FS.supported"]], "supported (blivet.formats.fs.gfs2 property)": [[11, "blivet.formats.fs.GFS2.supported"]], "supported (blivet.formats.fs.jfs property)": [[11, "blivet.formats.fs.JFS.supported"]], "supported (blivet.formats.fs.macefifs property)": [[11, "blivet.formats.fs.MacEFIFS.supported"]], "supported (blivet.formats.fs.reiserfs property)": [[11, "blivet.formats.fs.ReiserFS.supported"]], "supported (blivet.formats.luks.luks property)": [[11, "blivet.formats.luks.LUKS.supported"]], "supported (blivet.formats.lvmpv.lvmphysicalvolume property)": [[11, "blivet.formats.lvmpv.LVMPhysicalVolume.supported"]], "supported (blivet.formats.mdraid.mdraidmember property)": [[11, "blivet.formats.mdraid.MDRaidMember.supported"]], "supported (blivet.formats.prepboot.ppcprepboot property)": [[11, "blivet.formats.prepboot.PPCPRePBoot.supported"]], "supported (blivet.formats.swap.swapspace property)": [[11, "blivet.formats.swap.SwapSpace.supported"]], "supports_names (blivet.formats.disklabel.disklabel property)": [[11, "blivet.formats.disklabel.DiskLabel.supports_names"]], "sync() (blivet.formats.fs.fs method)": [[11, "blivet.formats.fs.FS.sync"]], "system_mountpoint (blivet.formats.fs.fs property)": [[11, "blivet.formats.fs.FS.system_mountpoint"]], "target_size (blivet.formats.deviceformat property)": [[11, "blivet.formats.DeviceFormat.target_size"]], "teardown() (blivet.formats.deviceformat method)": [[11, "blivet.formats.DeviceFormat.teardown"]], "test_mount() (blivet.formats.fs.fs method)": [[11, "blivet.formats.fs.FS.test_mount"]], "type (blivet.formats.deviceformat property)": [[11, "blivet.formats.DeviceFormat.type"]], "type (blivet.formats.fs.nodevfs property)": [[11, "blivet.formats.fs.NoDevFS.type"]], "unlock_pool() (blivet.formats.stratis.stratisblockdev method)": [[11, "blivet.formats.stratis.StratisBlockdev.unlock_pool"]], "unmount() (blivet.formats.fs.fs method)": [[11, "blivet.formats.fs.FS.unmount"]], "update_kernel_filesystems() (in module blivet.formats.fslib)": [[11, "blivet.formats.fslib.update_kernel_filesystems"]], "update_orig_parted_disk() (blivet.formats.disklabel.disklabel method)": [[11, "blivet.formats.disklabel.DiskLabel.update_orig_parted_disk"]], "update_parted_disk() (blivet.formats.disklabel.disklabel method)": [[11, "blivet.formats.disklabel.DiskLabel.update_parted_disk"]], "update_size_info() (blivet.formats.deviceformat method)": [[11, "blivet.formats.DeviceFormat.update_size_info"]], "update_size_info() (blivet.formats.fs.fs method)": [[11, "blivet.formats.fs.FS.update_size_info"]], "update_size_info() (blivet.formats.luks.luks method)": [[11, "blivet.formats.luks.LUKS.update_size_info"]], "update_size_info() (blivet.formats.lvmpv.lvmphysicalvolume method)": [[11, "blivet.formats.lvmpv.LVMPhysicalVolume.update_size_info"]], "utils_available (blivet.formats.fs.fs property)": [[11, "blivet.formats.fs.FS.utils_available"]], "uuid_format_ok() (blivet.formats.fs.fs method)": [[11, "blivet.formats.fs.FS.uuid_format_ok"]], "uuid_format_ok() (blivet.formats.swap.swapspace method)": [[11, "blivet.formats.swap.SwapSpace.uuid_format_ok"]], "write_label() (blivet.formats.fs.fs method)": [[11, "blivet.formats.fs.FS.write_label"]], "write_label() (blivet.formats.swap.swapspace method)": [[11, "blivet.formats.swap.SwapSpace.write_label"]], "write_uuid() (blivet.formats.fs.fs method)": [[11, "blivet.formats.fs.FS.write_uuid"]], "write_uuid() (blivet.formats.fs.xfs method)": [[11, "blivet.formats.fs.XFS.write_uuid"]], "populatormixin (class in blivet.populator.populator)": [[12, "blivet.populator.populator.PopulatorMixin"]], "blivet.populator": [[12, "module-blivet.populator"]], "blivet.populator.populator": [[12, "module-blivet.populator.populator"]], "drop_device_info_cache() (blivet.populator.populator.populatormixin method)": [[12, "blivet.populator.populator.PopulatorMixin.drop_device_info_cache"]], "handle_device() (blivet.populator.populator.populatormixin method)": [[12, "blivet.populator.populator.PopulatorMixin.handle_device"]], "handle_format() (blivet.populator.populator.populatormixin method)": [[12, "blivet.populator.populator.PopulatorMixin.handle_format"]], "handle_nodev_filesystems() (blivet.populator.populator.populatormixin method)": [[12, "blivet.populator.populator.PopulatorMixin.handle_nodev_filesystems"]], "parted_exn_handler() (in module blivet.populator.populator)": [[12, "blivet.populator.populator.parted_exn_handler"]], "populate() (blivet.populator.populator.populatormixin method)": [[12, "blivet.populator.populator.PopulatorMixin.populate"]], "reset() (blivet.populator.populator.populatormixin method)": [[12, "blivet.populator.populator.PopulatorMixin.reset"]], "save_luks_passphrase() (blivet.populator.populator.populatormixin method)": [[12, "blivet.populator.populator.PopulatorMixin.save_luks_passphrase"]], "set_disk_images() (blivet.populator.populator.populatormixin method)": [[12, "blivet.populator.populator.PopulatorMixin.set_disk_images"]], "setup_disk_images() (blivet.populator.populator.populatormixin method)": [[12, "blivet.populator.populator.PopulatorMixin.setup_disk_images"]], "teardown_disk_images() (blivet.populator.populator.populatormixin method)": [[12, "blivet.populator.populator.PopulatorMixin.teardown_disk_images"]], "applebootformatpopulator (class in blivet.populator.helpers.boot)": [[13, "blivet.populator.helpers.boot.AppleBootFormatPopulator"]], "btrfsformatpopulator (class in blivet.populator.helpers.btrfs)": [[13, "blivet.populator.helpers.btrfs.BTRFSFormatPopulator"]], "bootformatpopulator (class in blivet.populator.helpers.boot)": [[13, "blivet.populator.helpers.boot.BootFormatPopulator"]], "dasddevicepopulator (class in blivet.populator.helpers.disk)": [[13, "blivet.populator.helpers.disk.DASDDevicePopulator"]], "dmdevicepopulator (class in blivet.populator.helpers.dm)": [[13, "blivet.populator.helpers.dm.DMDevicePopulator"]], "devicepopulator (class in blivet.populator.helpers.devicepopulator)": [[13, "blivet.populator.helpers.devicepopulator.DevicePopulator"]], "diskdevicepopulator (class in blivet.populator.helpers.disk)": [[13, "blivet.populator.helpers.disk.DiskDevicePopulator"]], "disklabelformatpopulator (class in blivet.populator.helpers.disklabel)": [[13, "blivet.populator.helpers.disklabel.DiskLabelFormatPopulator"]], "efiformatpopulator (class in blivet.populator.helpers.boot)": [[13, "blivet.populator.helpers.boot.EFIFormatPopulator"]], "fcoedevicepopulator (class in blivet.populator.helpers.disk)": [[13, "blivet.populator.helpers.disk.FCoEDevicePopulator"]], "formatpopulator (class in blivet.populator.helpers.formatpopulator)": [[13, "blivet.populator.helpers.formatpopulator.FormatPopulator"]], "integritydevicepopulator (class in blivet.populator.helpers.luks)": [[13, "blivet.populator.helpers.luks.IntegrityDevicePopulator"]], "integrityformatpopulator (class in blivet.populator.helpers.luks)": [[13, "blivet.populator.helpers.luks.IntegrityFormatPopulator"]], "luksdevicepopulator (class in blivet.populator.helpers.luks)": [[13, "blivet.populator.helpers.luks.LUKSDevicePopulator"]], "luksformatpopulator (class in blivet.populator.helpers.luks)": [[13, "blivet.populator.helpers.luks.LUKSFormatPopulator"]], "lvmdevicepopulator (class in blivet.populator.helpers.lvm)": [[13, "blivet.populator.helpers.lvm.LVMDevicePopulator"]], "lvmformatpopulator (class in blivet.populator.helpers.lvm)": [[13, "blivet.populator.helpers.lvm.LVMFormatPopulator"]], "loopdevicepopulator (class in blivet.populator.helpers.loop)": [[13, "blivet.populator.helpers.loop.LoopDevicePopulator"]], "mdbiosraiddevicepopulator (class in blivet.populator.helpers.disk)": [[13, "blivet.populator.helpers.disk.MDBiosRaidDevicePopulator"]], "mddevicepopulator (class in blivet.populator.helpers.mdraid)": [[13, "blivet.populator.helpers.mdraid.MDDevicePopulator"]], "mdformatpopulator (class in blivet.populator.helpers.mdraid)": [[13, "blivet.populator.helpers.mdraid.MDFormatPopulator"]], "macefiformatpopulator (class in blivet.populator.helpers.boot)": [[13, "blivet.populator.helpers.boot.MacEFIFormatPopulator"]], "multipathdevicepopulator (class in blivet.populator.helpers.multipath)": [[13, "blivet.populator.helpers.multipath.MultipathDevicePopulator"]], "multipathformatpopulator (class in blivet.populator.helpers.multipath)": [[13, "blivet.populator.helpers.multipath.MultipathFormatPopulator"]], "nvdimmnamespacedevicepopulator (class in blivet.populator.helpers.disk)": [[13, "blivet.populator.helpers.disk.NVDIMMNamespaceDevicePopulator"]], "nvmefabricsnamespacedevicepopulator (class in blivet.populator.helpers.disk)": [[13, "blivet.populator.helpers.disk.NVMeFabricsNamespaceDevicePopulator"]], "nvmenamespacedevicepopulator (class in blivet.populator.helpers.disk)": [[13, "blivet.populator.helpers.disk.NVMeNamespaceDevicePopulator"]], "opticaldevicepopulator (class in blivet.populator.helpers.optical)": [[13, "blivet.populator.helpers.optical.OpticalDevicePopulator"]], "partitiondevicepopulator (class in blivet.populator.helpers.partition)": [[13, "blivet.populator.helpers.partition.PartitionDevicePopulator"]], "populatorhelper (class in blivet.populator.helpers.populatorhelper)": [[13, "blivet.populator.helpers.populatorhelper.PopulatorHelper"]], "stratisformatpopulator (class in blivet.populator.helpers.stratis)": [[13, "blivet.populator.helpers.stratis.StratisFormatPopulator"]], "stratisxfsformatpopulator (class in blivet.populator.helpers.stratis)": [[13, "blivet.populator.helpers.stratis.StratisXFSFormatPopulator"]], "zfcpdevicepopulator (class in blivet.populator.helpers.disk)": [[13, "blivet.populator.helpers.disk.ZFCPDevicePopulator"]], "blivet.populator.helpers": [[13, "module-blivet.populator.helpers"]], "blivet.populator.helpers.boot": [[13, "module-blivet.populator.helpers.boot"]], "blivet.populator.helpers.btrfs": [[13, "module-blivet.populator.helpers.btrfs"]], "blivet.populator.helpers.devicepopulator": [[13, "module-blivet.populator.helpers.devicepopulator"]], "blivet.populator.helpers.disk": [[13, "module-blivet.populator.helpers.disk"]], "blivet.populator.helpers.disklabel": [[13, "module-blivet.populator.helpers.disklabel"]], "blivet.populator.helpers.dm": [[13, "module-blivet.populator.helpers.dm"]], "blivet.populator.helpers.formatpopulator": [[13, "module-blivet.populator.helpers.formatpopulator"]], "blivet.populator.helpers.loop": [[13, "module-blivet.populator.helpers.loop"]], "blivet.populator.helpers.luks": [[13, "module-blivet.populator.helpers.luks"]], "blivet.populator.helpers.lvm": [[13, "module-blivet.populator.helpers.lvm"]], "blivet.populator.helpers.mdraid": [[13, "module-blivet.populator.helpers.mdraid"]], "blivet.populator.helpers.multipath": [[13, "module-blivet.populator.helpers.multipath"]], "blivet.populator.helpers.optical": [[13, "module-blivet.populator.helpers.optical"]], "blivet.populator.helpers.partition": [[13, "module-blivet.populator.helpers.partition"]], "blivet.populator.helpers.populatorhelper": [[13, "module-blivet.populator.helpers.populatorhelper"]], "blivet.populator.helpers.stratis": [[13, "module-blivet.populator.helpers.stratis"]], "get_device_helper() (in module blivet.populator.helpers)": [[13, "blivet.populator.helpers.get_device_helper"]], "get_format_helper() (in module blivet.populator.helpers)": [[13, "blivet.populator.helpers.get_format_helper"]], "iscsidevicepopulator (class in blivet.populator.helpers.disk)": [[13, "blivet.populator.helpers.disk.iScsiDevicePopulator"]], "match() (blivet.populator.helpers.boot.bootformatpopulator class method)": [[13, "blivet.populator.helpers.boot.BootFormatPopulator.match"]], "match() (blivet.populator.helpers.boot.macefiformatpopulator class method)": [[13, "blivet.populator.helpers.boot.MacEFIFormatPopulator.match"]], "match() (blivet.populator.helpers.devicepopulator.devicepopulator class method)": [[13, "blivet.populator.helpers.devicepopulator.DevicePopulator.match"]], "match() (blivet.populator.helpers.disk.dasddevicepopulator class method)": [[13, "blivet.populator.helpers.disk.DASDDevicePopulator.match"]], "match() (blivet.populator.helpers.disk.diskdevicepopulator class method)": [[13, "blivet.populator.helpers.disk.DiskDevicePopulator.match"]], "match() (blivet.populator.helpers.disk.fcoedevicepopulator class method)": [[13, "blivet.populator.helpers.disk.FCoEDevicePopulator.match"]], "match() (blivet.populator.helpers.disk.mdbiosraiddevicepopulator class method)": [[13, "blivet.populator.helpers.disk.MDBiosRaidDevicePopulator.match"]], "match() (blivet.populator.helpers.disk.nvdimmnamespacedevicepopulator class method)": [[13, "blivet.populator.helpers.disk.NVDIMMNamespaceDevicePopulator.match"]], "match() (blivet.populator.helpers.disk.nvmefabricsnamespacedevicepopulator class method)": [[13, "blivet.populator.helpers.disk.NVMeFabricsNamespaceDevicePopulator.match"]], "match() (blivet.populator.helpers.disk.nvmenamespacedevicepopulator class method)": [[13, "blivet.populator.helpers.disk.NVMeNamespaceDevicePopulator.match"]], "match() (blivet.populator.helpers.disk.zfcpdevicepopulator class method)": [[13, "blivet.populator.helpers.disk.ZFCPDevicePopulator.match"]], "match() (blivet.populator.helpers.disk.iscsidevicepopulator class method)": [[13, "blivet.populator.helpers.disk.iScsiDevicePopulator.match"]], "match() (blivet.populator.helpers.disklabel.disklabelformatpopulator class method)": [[13, "blivet.populator.helpers.disklabel.DiskLabelFormatPopulator.match"]], "match() (blivet.populator.helpers.dm.dmdevicepopulator class method)": [[13, "blivet.populator.helpers.dm.DMDevicePopulator.match"]], "match() (blivet.populator.helpers.formatpopulator.formatpopulator class method)": [[13, "blivet.populator.helpers.formatpopulator.FormatPopulator.match"]], "match() (blivet.populator.helpers.loop.loopdevicepopulator class method)": [[13, "blivet.populator.helpers.loop.LoopDevicePopulator.match"]], "match() (blivet.populator.helpers.luks.integritydevicepopulator class method)": [[13, "blivet.populator.helpers.luks.IntegrityDevicePopulator.match"]], "match() (blivet.populator.helpers.luks.luksdevicepopulator class method)": [[13, "blivet.populator.helpers.luks.LUKSDevicePopulator.match"]], "match() (blivet.populator.helpers.luks.luksformatpopulator class method)": [[13, "blivet.populator.helpers.luks.LUKSFormatPopulator.match"]], "match() (blivet.populator.helpers.lvm.lvmdevicepopulator class method)": [[13, "blivet.populator.helpers.lvm.LVMDevicePopulator.match"]], "match() (blivet.populator.helpers.mdraid.mddevicepopulator class method)": [[13, "blivet.populator.helpers.mdraid.MDDevicePopulator.match"]], "match() (blivet.populator.helpers.multipath.multipathdevicepopulator class method)": [[13, "blivet.populator.helpers.multipath.MultipathDevicePopulator.match"]], "match() (blivet.populator.helpers.optical.opticaldevicepopulator class method)": [[13, "blivet.populator.helpers.optical.OpticalDevicePopulator.match"]], "match() (blivet.populator.helpers.partition.partitiondevicepopulator class method)": [[13, "blivet.populator.helpers.partition.PartitionDevicePopulator.match"]], "match() (blivet.populator.helpers.populatorhelper.populatorhelper class method)": [[13, "blivet.populator.helpers.populatorhelper.PopulatorHelper.match"]], "match() (blivet.populator.helpers.stratis.stratisformatpopulator class method)": [[13, "blivet.populator.helpers.stratis.StratisFormatPopulator.match"]], "match() (blivet.populator.helpers.stratis.stratisxfsformatpopulator class method)": [[13, "blivet.populator.helpers.stratis.StratisXFSFormatPopulator.match"]], "priority (blivet.populator.helpers.boot.bootformatpopulator attribute)": [[13, "blivet.populator.helpers.boot.BootFormatPopulator.priority"]], "priority (blivet.populator.helpers.btrfs.btrfsformatpopulator attribute)": [[13, "blivet.populator.helpers.btrfs.BTRFSFormatPopulator.priority"]], "priority (blivet.populator.helpers.disk.dasddevicepopulator attribute)": [[13, "blivet.populator.helpers.disk.DASDDevicePopulator.priority"]], "priority (blivet.populator.helpers.disk.diskdevicepopulator attribute)": [[13, "blivet.populator.helpers.disk.DiskDevicePopulator.priority"]], "priority (blivet.populator.helpers.disk.fcoedevicepopulator attribute)": [[13, "blivet.populator.helpers.disk.FCoEDevicePopulator.priority"]], "priority (blivet.populator.helpers.disk.mdbiosraiddevicepopulator attribute)": [[13, "blivet.populator.helpers.disk.MDBiosRaidDevicePopulator.priority"]], "priority (blivet.populator.helpers.disk.nvdimmnamespacedevicepopulator attribute)": [[13, "blivet.populator.helpers.disk.NVDIMMNamespaceDevicePopulator.priority"]], "priority (blivet.populator.helpers.disk.nvmefabricsnamespacedevicepopulator attribute)": [[13, "blivet.populator.helpers.disk.NVMeFabricsNamespaceDevicePopulator.priority"]], "priority (blivet.populator.helpers.disk.nvmenamespacedevicepopulator attribute)": [[13, "blivet.populator.helpers.disk.NVMeNamespaceDevicePopulator.priority"]], "priority (blivet.populator.helpers.disk.zfcpdevicepopulator attribute)": [[13, "blivet.populator.helpers.disk.ZFCPDevicePopulator.priority"]], "priority (blivet.populator.helpers.disk.iscsidevicepopulator attribute)": [[13, "blivet.populator.helpers.disk.iScsiDevicePopulator.priority"]], "priority (blivet.populator.helpers.disklabel.disklabelformatpopulator attribute)": [[13, "blivet.populator.helpers.disklabel.DiskLabelFormatPopulator.priority"]], "priority (blivet.populator.helpers.dm.dmdevicepopulator attribute)": [[13, "blivet.populator.helpers.dm.DMDevicePopulator.priority"]], "priority (blivet.populator.helpers.formatpopulator.formatpopulator attribute)": [[13, "blivet.populator.helpers.formatpopulator.FormatPopulator.priority"]], "priority (blivet.populator.helpers.luks.integrityformatpopulator attribute)": [[13, "blivet.populator.helpers.luks.IntegrityFormatPopulator.priority"]], "priority (blivet.populator.helpers.luks.luksformatpopulator attribute)": [[13, "blivet.populator.helpers.luks.LUKSFormatPopulator.priority"]], "priority (blivet.populator.helpers.lvm.lvmformatpopulator attribute)": [[13, "blivet.populator.helpers.lvm.LVMFormatPopulator.priority"]], "priority (blivet.populator.helpers.mdraid.mdformatpopulator attribute)": [[13, "blivet.populator.helpers.mdraid.MDFormatPopulator.priority"]], "priority (blivet.populator.helpers.multipath.multipathformatpopulator attribute)": [[13, "blivet.populator.helpers.multipath.MultipathFormatPopulator.priority"]], "priority (blivet.populator.helpers.partition.partitiondevicepopulator attribute)": [[13, "blivet.populator.helpers.partition.PartitionDevicePopulator.priority"]], "priority (blivet.populator.helpers.populatorhelper.populatorhelper attribute)": [[13, "blivet.populator.helpers.populatorhelper.PopulatorHelper.priority"]], "priority (blivet.populator.helpers.stratis.stratisformatpopulator attribute)": [[13, "blivet.populator.helpers.stratis.StratisFormatPopulator.priority"]], "priority (blivet.populator.helpers.stratis.stratisxfsformatpopulator attribute)": [[13, "blivet.populator.helpers.stratis.StratisXFSFormatPopulator.priority"]], "run() (blivet.populator.helpers.btrfs.btrfsformatpopulator method)": [[13, "blivet.populator.helpers.btrfs.BTRFSFormatPopulator.run"]], "run() (blivet.populator.helpers.disk.diskdevicepopulator method)": [[13, "blivet.populator.helpers.disk.DiskDevicePopulator.run"]], "run() (blivet.populator.helpers.disklabel.disklabelformatpopulator method)": [[13, "blivet.populator.helpers.disklabel.DiskLabelFormatPopulator.run"]], "run() (blivet.populator.helpers.dm.dmdevicepopulator method)": [[13, "blivet.populator.helpers.dm.DMDevicePopulator.run"]], "run() (blivet.populator.helpers.formatpopulator.formatpopulator method)": [[13, "blivet.populator.helpers.formatpopulator.FormatPopulator.run"]], "run() (blivet.populator.helpers.loop.loopdevicepopulator method)": [[13, "blivet.populator.helpers.loop.LoopDevicePopulator.run"]], "run() (blivet.populator.helpers.luks.integritydevicepopulator method)": [[13, "blivet.populator.helpers.luks.IntegrityDevicePopulator.run"]], "run() (blivet.populator.helpers.luks.luksdevicepopulator method)": [[13, "blivet.populator.helpers.luks.LUKSDevicePopulator.run"]], "run() (blivet.populator.helpers.luks.luksformatpopulator method)": [[13, "blivet.populator.helpers.luks.LUKSFormatPopulator.run"]], "run() (blivet.populator.helpers.lvm.lvmdevicepopulator method)": [[13, "blivet.populator.helpers.lvm.LVMDevicePopulator.run"]], "run() (blivet.populator.helpers.lvm.lvmformatpopulator method)": [[13, "blivet.populator.helpers.lvm.LVMFormatPopulator.run"]], "run() (blivet.populator.helpers.mdraid.mddevicepopulator method)": [[13, "blivet.populator.helpers.mdraid.MDDevicePopulator.run"]], "run() (blivet.populator.helpers.mdraid.mdformatpopulator method)": [[13, "blivet.populator.helpers.mdraid.MDFormatPopulator.run"]], "run() (blivet.populator.helpers.multipath.multipathdevicepopulator method)": [[13, "blivet.populator.helpers.multipath.MultipathDevicePopulator.run"]], "run() (blivet.populator.helpers.optical.opticaldevicepopulator method)": [[13, "blivet.populator.helpers.optical.OpticalDevicePopulator.run"]], "run() (blivet.populator.helpers.partition.partitiondevicepopulator method)": [[13, "blivet.populator.helpers.partition.PartitionDevicePopulator.run"]], "run() (blivet.populator.helpers.populatorhelper.populatorhelper method)": [[13, "blivet.populator.helpers.populatorhelper.PopulatorHelper.run"]], "run() (blivet.populator.helpers.stratis.stratisformatpopulator method)": [[13, "blivet.populator.helpers.stratis.StratisFormatPopulator.run"]], "run() (blivet.populator.helpers.stratis.stratisxfsformatpopulator method)": [[13, "blivet.populator.helpers.stratis.StratisXFSFormatPopulator.run"]], "type_spec (blivet.populator.helpers.formatpopulator.formatpopulator property)": [[13, "blivet.populator.helpers.formatpopulator.FormatPopulator.type_spec"]], "update() (blivet.populator.helpers.devicepopulator.devicepopulator method)": [[13, "blivet.populator.helpers.devicepopulator.DevicePopulator.update"]], "update() (blivet.populator.helpers.disklabel.disklabelformatpopulator method)": [[13, "blivet.populator.helpers.disklabel.DiskLabelFormatPopulator.update"]], "update() (blivet.populator.helpers.formatpopulator.formatpopulator method)": [[13, "blivet.populator.helpers.formatpopulator.FormatPopulator.update"]], "update() (blivet.populator.helpers.lvm.lvmformatpopulator method)": [[13, "blivet.populator.helpers.lvm.LVMFormatPopulator.update"]], "update() (blivet.populator.helpers.mdraid.mdformatpopulator method)": [[13, "blivet.populator.helpers.mdraid.MDFormatPopulator.update"]], "update() (blivet.populator.helpers.populatorhelper.populatorhelper method)": [[13, "blivet.populator.helpers.populatorhelper.PopulatorHelper.update"]], "luks_data (class in blivet.static_data.luks_data)": [[14, "blivet.static_data.luks_data.LUKS_Data"]], "lvsinfo (class in blivet.static_data.lvm_info)": [[14, "blivet.static_data.lvm_info.LVsInfo"]], "mpathmembers (class in blivet.static_data.mpath_info)": [[14, "blivet.static_data.mpath_info.MpathMembers"]], "nvdimm (class in blivet.static_data.nvdimm)": [[14, "blivet.static_data.nvdimm.NVDIMM"]], "nvdimmdependencyguard (class in blivet.static_data.nvdimm)": [[14, "blivet.static_data.nvdimm.NVDIMMDependencyGuard"]], "pvsinfo (class in blivet.static_data.lvm_info)": [[14, "blivet.static_data.lvm_info.PVsInfo"]], "stratisblockdevinfo (class in blivet.static_data.stratis_info)": [[14, "blivet.static_data.stratis_info.StratisBlockdevInfo"]], "stratisfilesysteminfo (class in blivet.static_data.stratis_info)": [[14, "blivet.static_data.stratis_info.StratisFilesystemInfo"]], "stratisinfo (class in blivet.static_data.stratis_info)": [[14, "blivet.static_data.stratis_info.StratisInfo"]], "stratislockedpoolinfo (class in blivet.static_data.stratis_info)": [[14, "blivet.static_data.stratis_info.StratisLockedPoolInfo"]], "stratispoolinfo (class in blivet.static_data.stratis_info)": [[14, "blivet.static_data.stratis_info.StratisPoolInfo"]], "vgsinfo (class in blivet.static_data.lvm_info)": [[14, "blivet.static_data.lvm_info.VGsInfo"]], "add_passphrase() (blivet.static_data.luks_data.luks_data method)": [[14, "blivet.static_data.luks_data.LUKS_Data.add_passphrase"]], "add_passphrases() (blivet.static_data.luks_data.luks_data method)": [[14, "blivet.static_data.luks_data.LUKS_Data.add_passphrases"]], "blivet.static_data": [[14, "module-blivet.static_data"]], "blivet.static_data.luks_data": [[14, "module-blivet.static_data.luks_data"]], "blivet.static_data.lvm_info": [[14, "module-blivet.static_data.lvm_info"]], "blivet.static_data.mpath_info": [[14, "module-blivet.static_data.mpath_info"]], "blivet.static_data.nvdimm": [[14, "module-blivet.static_data.nvdimm"]], "blivet.static_data.stratis_info": [[14, "module-blivet.static_data.stratis_info"]], "blockdevs (blivet.static_data.stratis_info.stratisinfo property)": [[14, "blivet.static_data.stratis_info.StratisInfo.blockdevs"]], "cache (blivet.static_data.lvm_info.lvsinfo property)": [[14, "blivet.static_data.lvm_info.LVsInfo.cache"]], "cache (blivet.static_data.lvm_info.pvsinfo property)": [[14, "blivet.static_data.lvm_info.PVsInfo.cache"]], "cache (blivet.static_data.lvm_info.vgsinfo property)": [[14, "blivet.static_data.lvm_info.VGsInfo.cache"]], "clear_passphrases() (blivet.static_data.luks_data.luks_data method)": [[14, "blivet.static_data.luks_data.LUKS_Data.clear_passphrases"]], "devices (blivet.static_data.stratis_info.stratislockedpoolinfo attribute)": [[14, "blivet.static_data.stratis_info.StratisLockedPoolInfo.devices"]], "drop_cache() (blivet.static_data.lvm_info.lvsinfo method)": [[14, "blivet.static_data.lvm_info.LVsInfo.drop_cache"]], "drop_cache() (blivet.static_data.lvm_info.pvsinfo method)": [[14, "blivet.static_data.lvm_info.PVsInfo.drop_cache"]], "drop_cache() (blivet.static_data.lvm_info.vgsinfo method)": [[14, "blivet.static_data.lvm_info.VGsInfo.drop_cache"]], "drop_cache() (blivet.static_data.mpath_info.mpathmembers method)": [[14, "blivet.static_data.mpath_info.MpathMembers.drop_cache"]], "drop_cache() (blivet.static_data.stratis_info.stratisinfo method)": [[14, "blivet.static_data.stratis_info.StratisInfo.drop_cache"]], "enable_namespace() (blivet.static_data.nvdimm.nvdimm method)": [[14, "blivet.static_data.nvdimm.NVDIMM.enable_namespace"]], "encrypted (blivet.static_data.stratis_info.stratispoolinfo attribute)": [[14, "blivet.static_data.stratis_info.StratisPoolInfo.encrypted"]], "encryption_passphrase (blivet.static_data.luks_data.luks_data property)": [[14, "blivet.static_data.luks_data.LUKS_Data.encryption_passphrase"]], "error_msg (blivet.static_data.nvdimm.nvdimmdependencyguard attribute)": [[14, "blivet.static_data.nvdimm.NVDIMMDependencyGuard.error_msg"]], "filesystems (blivet.static_data.stratis_info.stratisinfo property)": [[14, "blivet.static_data.stratis_info.StratisInfo.filesystems"]], "get_blockdev_info() (blivet.static_data.stratis_info.stratisinfo method)": [[14, "blivet.static_data.stratis_info.StratisInfo.get_blockdev_info"]], "get_filesystem_info() (blivet.static_data.stratis_info.stratisinfo method)": [[14, "blivet.static_data.stratis_info.StratisInfo.get_filesystem_info"]], "get_namespace_info() (blivet.static_data.nvdimm.nvdimm method)": [[14, "blivet.static_data.nvdimm.NVDIMM.get_namespace_info"]], "get_pool_info() (blivet.static_data.stratis_info.stratisinfo method)": [[14, "blivet.static_data.stratis_info.StratisInfo.get_pool_info"]], "is_mpath_member() (blivet.static_data.mpath_info.mpathmembers method)": [[14, "blivet.static_data.mpath_info.MpathMembers.is_mpath_member"]], "key_desc (blivet.static_data.stratis_info.stratislockedpoolinfo attribute)": [[14, "blivet.static_data.stratis_info.StratisLockedPoolInfo.key_desc"]], "locked_pools (blivet.static_data.stratis_info.stratisinfo property)": [[14, "blivet.static_data.stratis_info.StratisInfo.locked_pools"]], "luks_devs (blivet.static_data.luks_data.luks_data property)": [[14, "blivet.static_data.luks_data.LUKS_Data.luks_devs"]], "min_entropy (blivet.static_data.luks_data.luks_data property)": [[14, "blivet.static_data.luks_data.LUKS_Data.min_entropy"]], "name (blivet.static_data.stratis_info.stratisfilesysteminfo attribute)": [[14, "blivet.static_data.stratis_info.StratisFilesystemInfo.name"]], "name (blivet.static_data.stratis_info.stratispoolinfo attribute)": [[14, "blivet.static_data.stratis_info.StratisPoolInfo.name"]], "namespaces (blivet.static_data.nvdimm.nvdimm property)": [[14, "blivet.static_data.nvdimm.NVDIMM.namespaces"]], "nvdimm (in module blivet.static_data.nvdimm)": [[14, "blivet.static_data.nvdimm.nvdimm"]], "object_path (blivet.static_data.stratis_info.stratisblockdevinfo attribute)": [[14, "blivet.static_data.stratis_info.StratisBlockdevInfo.object_path"]], "object_path (blivet.static_data.stratis_info.stratisfilesysteminfo attribute)": [[14, "blivet.static_data.stratis_info.StratisFilesystemInfo.object_path"]], "object_path (blivet.static_data.stratis_info.stratispoolinfo attribute)": [[14, "blivet.static_data.stratis_info.StratisPoolInfo.object_path"]], "passphrases (blivet.static_data.luks_data.luks_data property)": [[14, "blivet.static_data.luks_data.LUKS_Data.passphrases"]], "path (blivet.static_data.stratis_info.stratisblockdevinfo attribute)": [[14, "blivet.static_data.stratis_info.StratisBlockdevInfo.path"]], "pbkdf_args (blivet.static_data.luks_data.luks_data property)": [[14, "blivet.static_data.luks_data.LUKS_Data.pbkdf_args"]], "physical_size (blivet.static_data.stratis_info.stratispoolinfo attribute)": [[14, "blivet.static_data.stratis_info.StratisPoolInfo.physical_size"]], "physical_used (blivet.static_data.stratis_info.stratispoolinfo attribute)": [[14, "blivet.static_data.stratis_info.StratisPoolInfo.physical_used"]], "pool_name (blivet.static_data.stratis_info.stratisblockdevinfo attribute)": [[14, "blivet.static_data.stratis_info.StratisBlockdevInfo.pool_name"]], "pool_name (blivet.static_data.stratis_info.stratisfilesysteminfo attribute)": [[14, "blivet.static_data.stratis_info.StratisFilesystemInfo.pool_name"]], "pool_uuid (blivet.static_data.stratis_info.stratisblockdevinfo attribute)": [[14, "blivet.static_data.stratis_info.StratisBlockdevInfo.pool_uuid"]], "pool_uuid (blivet.static_data.stratis_info.stratisfilesysteminfo attribute)": [[14, "blivet.static_data.stratis_info.StratisFilesystemInfo.pool_uuid"]], "pools (blivet.static_data.stratis_info.stratisinfo property)": [[14, "blivet.static_data.stratis_info.StratisInfo.pools"]], "reconfigure_namespace() (blivet.static_data.nvdimm.nvdimm method)": [[14, "blivet.static_data.nvdimm.NVDIMM.reconfigure_namespace"]], "reset() (blivet.static_data.luks_data.luks_data method)": [[14, "blivet.static_data.luks_data.LUKS_Data.reset"]], "save_passphrase() (blivet.static_data.luks_data.luks_data method)": [[14, "blivet.static_data.luks_data.LUKS_Data.save_passphrase"]], "update_cache() (blivet.static_data.mpath_info.mpathmembers method)": [[14, "blivet.static_data.mpath_info.MpathMembers.update_cache"]], "update_namespaces_info() (blivet.static_data.nvdimm.nvdimm method)": [[14, "blivet.static_data.nvdimm.NVDIMM.update_namespaces_info"]], "used_size (blivet.static_data.stratis_info.stratisfilesysteminfo attribute)": [[14, "blivet.static_data.stratis_info.StratisFilesystemInfo.used_size"]], "uuid (blivet.static_data.stratis_info.stratisblockdevinfo attribute)": [[14, "blivet.static_data.stratis_info.StratisBlockdevInfo.uuid"]], "uuid (blivet.static_data.stratis_info.stratisfilesysteminfo attribute)": [[14, "blivet.static_data.stratis_info.StratisFilesystemInfo.uuid"]], "uuid (blivet.static_data.stratis_info.stratislockedpoolinfo attribute)": [[14, "blivet.static_data.stratis_info.StratisLockedPoolInfo.uuid"]], "uuid (blivet.static_data.stratis_info.stratispoolinfo attribute)": [[14, "blivet.static_data.stratis_info.StratisPoolInfo.uuid"]], "appversioninfo (class in blivet.tasks.availability)": [[15, "blivet.tasks.availability.AppVersionInfo"]], "applebootstrapfsmount (class in blivet.tasks.fsmount)": [[15, "blivet.tasks.fsmount.AppleBootstrapFSMount"]], "btrfsmkfs (class in blivet.tasks.fsmkfs)": [[15, "blivet.tasks.fsmkfs.BTRFSMkfs"]], "basicapplication (class in blivet.tasks.task)": [[15, "blivet.tasks.task.BasicApplication"]], "bindfsmount (class in blivet.tasks.fsmount)": [[15, "blivet.tasks.fsmount.BindFSMount"]], "blockdevmethod (class in blivet.tasks.availability)": [[15, "blivet.tasks.availability.BlockDevMethod"]], "blockdevtechinfo (class in blivet.tasks.availability)": [[15, "blivet.tasks.availability.BlockDevTechInfo"]], "dbusmethod (class in blivet.tasks.availability)": [[15, "blivet.tasks.availability.DBusMethod"]], "dfresizetask (class in blivet.tasks.dfresize)": [[15, "blivet.tasks.dfresize.DFResizeTask"]], "devptsfsmount (class in blivet.tasks.fsmount)": [[15, "blivet.tasks.fsmount.DevPtsFSMount"]], "dosfsck (class in blivet.tasks.fsck)": [[15, "blivet.tasks.fsck.DosFSCK"]], "dosfsreadlabel (class in blivet.tasks.fsreadlabel)": [[15, "blivet.tasks.fsreadlabel.DosFSReadLabel"]], "dosfswritelabel (class in blivet.tasks.fswritelabel)": [[15, "blivet.tasks.fswritelabel.DosFSWriteLabel"]], "efifsmount (class in blivet.tasks.fsmount)": [[15, "blivet.tasks.fsmount.EFIFSMount"]], "ext2fsck (class in blivet.tasks.fsck)": [[15, "blivet.tasks.fsck.Ext2FSCK"]], "ext2fsinfo (class in blivet.tasks.fsinfo)": [[15, "blivet.tasks.fsinfo.Ext2FSInfo"]], "ext2fslabeling (class in blivet.tasks.fslabeling)": [[15, "blivet.tasks.fslabeling.Ext2FSLabeling"]], "ext2fsminsize (class in blivet.tasks.fsminsize)": [[15, "blivet.tasks.fsminsize.Ext2FSMinSize"]], "ext2fsmkfs (class in blivet.tasks.fsmkfs)": [[15, "blivet.tasks.fsmkfs.Ext2FSMkfs"]], "ext2fsreadlabel (class in blivet.tasks.fsreadlabel)": [[15, "blivet.tasks.fsreadlabel.Ext2FSReadLabel"]], "ext2fsresize (class in blivet.tasks.fsresize)": [[15, "blivet.tasks.fsresize.Ext2FSResize"]], "ext2fssize (class in blivet.tasks.fssize)": [[15, "blivet.tasks.fssize.Ext2FSSize"]], "ext2fsuuid (class in blivet.tasks.fsuuid)": [[15, "blivet.tasks.fsuuid.Ext2FSUUID"]], "ext2fswritelabel (class in blivet.tasks.fswritelabel)": [[15, "blivet.tasks.fswritelabel.Ext2FSWriteLabel"]], "ext2fswriteuuid (class in blivet.tasks.fswriteuuid)": [[15, "blivet.tasks.fswriteuuid.Ext2FSWriteUUID"]], "ext3fsmkfs (class in blivet.tasks.fsmkfs)": [[15, "blivet.tasks.fsmkfs.Ext3FSMkfs"]], "ext4fsmkfs (class in blivet.tasks.fsmkfs)": [[15, "blivet.tasks.fsmkfs.Ext4FSMkfs"]], "externalresource (class in blivet.tasks.availability)": [[15, "blivet.tasks.availability.ExternalResource"]], "f2fsfsck (class in blivet.tasks.fsck)": [[15, "blivet.tasks.fsck.F2FSFSCK"]], "f2fslabeling (class in blivet.tasks.fslabeling)": [[15, "blivet.tasks.fslabeling.F2FSLabeling"]], "f2fsmkfs (class in blivet.tasks.fsmkfs)": [[15, "blivet.tasks.fsmkfs.F2FSMkfs"]], "fatfslabeling (class in blivet.tasks.fslabeling)": [[15, "blivet.tasks.fslabeling.FATFSLabeling"]], "fatfsmkfs (class in blivet.tasks.fsmkfs)": [[15, "blivet.tasks.fsmkfs.FATFSMkfs"]], "fatfsmount (class in blivet.tasks.fsmount)": [[15, "blivet.tasks.fsmount.FATFSMount"]], "fatfsuuid (class in blivet.tasks.fsuuid)": [[15, "blivet.tasks.fsuuid.FATFSUUID"]], "fsck (class in blivet.tasks.fsck)": [[15, "blivet.tasks.fsck.FSCK"]], "fsinfo (class in blivet.tasks.fsinfo)": [[15, "blivet.tasks.fsinfo.FSInfo"]], "fslabeling (class in blivet.tasks.fslabeling)": [[15, "blivet.tasks.fslabeling.FSLabeling"]], "fsminsize (class in blivet.tasks.fsminsize)": [[15, "blivet.tasks.fsminsize.FSMinSize"]], "fsmkfs (class in blivet.tasks.fsmkfs)": [[15, "blivet.tasks.fsmkfs.FSMkfs"]], "fsmkfstask (class in blivet.tasks.fsmkfs)": [[15, "blivet.tasks.fsmkfs.FSMkfsTask"]], "fsmount (class in blivet.tasks.fsmount)": [[15, "blivet.tasks.fsmount.FSMount"]], "fsreadlabel (class in blivet.tasks.fsreadlabel)": [[15, "blivet.tasks.fsreadlabel.FSReadLabel"]], "fsresize (class in blivet.tasks.fsresize)": [[15, "blivet.tasks.fsresize.FSResize"]], "fsresizetask (class in blivet.tasks.fsresize)": [[15, "blivet.tasks.fsresize.FSResizeTask"]], "fssize (class in blivet.tasks.fssize)": [[15, "blivet.tasks.fssize.FSSize"]], "fssync (class in blivet.tasks.fssync)": [[15, "blivet.tasks.fssync.FSSync"]], "fstask (class in blivet.tasks.fstask)": [[15, "blivet.tasks.fstask.FSTask"]], "fsuuid (class in blivet.tasks.fsuuid)": [[15, "blivet.tasks.fsuuid.FSUUID"]], "fswritelabel (class in blivet.tasks.fswritelabel)": [[15, "blivet.tasks.fswritelabel.FSWriteLabel"]], "fswriteuuid (class in blivet.tasks.fswriteuuid)": [[15, "blivet.tasks.fswriteuuid.FSWriteUUID"]], "gfs2mkfs (class in blivet.tasks.fsmkfs)": [[15, "blivet.tasks.fsmkfs.GFS2Mkfs"]], "hfslabeling (class in blivet.tasks.fslabeling)": [[15, "blivet.tasks.fslabeling.HFSLabeling"]], "hfsmkfs (class in blivet.tasks.fsmkfs)": [[15, "blivet.tasks.fsmkfs.HFSMkfs"]], "hfsplusfsck (class in blivet.tasks.fsck)": [[15, "blivet.tasks.fsck.HFSPlusFSCK"]], "hfspluslabeling (class in blivet.tasks.fslabeling)": [[15, "blivet.tasks.fslabeling.HFSPlusLabeling"]], "hfsplusmkfs (class in blivet.tasks.fsmkfs)": [[15, "blivet.tasks.fsmkfs.HFSPlusMkfs"]], "hfsplusmount (class in blivet.tasks.fsmount)": [[15, "blivet.tasks.fsmount.HFSPlusMount"]], "hfsplusuuid (class in blivet.tasks.fsuuid)": [[15, "blivet.tasks.fsuuid.HFSPlusUUID"]], "iso9660fsmount (class in blivet.tasks.fsmount)": [[15, "blivet.tasks.fsmount.Iso9660FSMount"]], "jfsinfo (class in blivet.tasks.fsinfo)": [[15, "blivet.tasks.fsinfo.JFSInfo"]], "jfslabeling (class in blivet.tasks.fslabeling)": [[15, "blivet.tasks.fslabeling.JFSLabeling"]], "jfsmkfs (class in blivet.tasks.fsmkfs)": [[15, "blivet.tasks.fsmkfs.JFSMkfs"]], "jfssize (class in blivet.tasks.fssize)": [[15, "blivet.tasks.fssize.JFSSize"]], "jfsuuid (class in blivet.tasks.fsuuid)": [[15, "blivet.tasks.fsuuid.JFSUUID"]], "jfswritelabel (class in blivet.tasks.fswritelabel)": [[15, "blivet.tasks.fswritelabel.JFSWriteLabel"]], "jfswriteuuid (class in blivet.tasks.fswriteuuid)": [[15, "blivet.tasks.fswriteuuid.JFSWriteUUID"]], "luksresize (class in blivet.tasks.lukstasks)": [[15, "blivet.tasks.lukstasks.LUKSResize"]], "lukssize (class in blivet.tasks.lukstasks)": [[15, "blivet.tasks.lukstasks.LUKSSize"]], "method (class in blivet.tasks.availability)": [[15, "blivet.tasks.availability.Method"]], "nfsmount (class in blivet.tasks.fsmount)": [[15, "blivet.tasks.fsmount.NFSMount"]], "ntfsfsck (class in blivet.tasks.fsck)": [[15, "blivet.tasks.fsck.NTFSFSCK"]], "ntfsinfo (class in blivet.tasks.fsinfo)": [[15, "blivet.tasks.fsinfo.NTFSInfo"]], "ntfslabeling (class in blivet.tasks.fslabeling)": [[15, "blivet.tasks.fslabeling.NTFSLabeling"]], "ntfsminsize (class in blivet.tasks.fsminsize)": [[15, "blivet.tasks.fsminsize.NTFSMinSize"]], "ntfsmkfs (class in blivet.tasks.fsmkfs)": [[15, "blivet.tasks.fsmkfs.NTFSMkfs"]], "ntfsmount (class in blivet.tasks.fsmount)": [[15, "blivet.tasks.fsmount.NTFSMount"]], "ntfsreadlabel (class in blivet.tasks.fsreadlabel)": [[15, "blivet.tasks.fsreadlabel.NTFSReadLabel"]], "ntfsresize (class in blivet.tasks.fsresize)": [[15, "blivet.tasks.fsresize.NTFSResize"]], "ntfssize (class in blivet.tasks.fssize)": [[15, "blivet.tasks.fssize.NTFSSize"]], "ntfsuuid (class in blivet.tasks.fsuuid)": [[15, "blivet.tasks.fsuuid.NTFSUUID"]], "ntfswritelabel (class in blivet.tasks.fswritelabel)": [[15, "blivet.tasks.fswritelabel.NTFSWriteLabel"]], "ntfswriteuuid (class in blivet.tasks.fswriteuuid)": [[15, "blivet.tasks.fswriteuuid.NTFSWriteUUID"]], "nodevfsmount (class in blivet.tasks.fsmount)": [[15, "blivet.tasks.fsmount.NoDevFSMount"]], "pvresize (class in blivet.tasks.pvtask)": [[15, "blivet.tasks.pvtask.PVResize"]], "pvsize (class in blivet.tasks.pvtask)": [[15, "blivet.tasks.pvtask.PVSize"]], "reiserfsinfo (class in blivet.tasks.fsinfo)": [[15, "blivet.tasks.fsinfo.ReiserFSInfo"]], "reiserfslabeling (class in blivet.tasks.fslabeling)": [[15, "blivet.tasks.fslabeling.ReiserFSLabeling"]], "reiserfsmkfs (class in blivet.tasks.fsmkfs)": [[15, "blivet.tasks.fsmkfs.ReiserFSMkfs"]], "reiserfssize (class in blivet.tasks.fssize)": [[15, "blivet.tasks.fssize.ReiserFSSize"]], "reiserfsuuid (class in blivet.tasks.fsuuid)": [[15, "blivet.tasks.fsuuid.ReiserFSUUID"]], "reiserfswritelabel (class in blivet.tasks.fswritelabel)": [[15, "blivet.tasks.fswritelabel.ReiserFSWriteLabel"]], "reiserfswriteuuid (class in blivet.tasks.fswriteuuid)": [[15, "blivet.tasks.fswriteuuid.ReiserFSWriteUUID"]], "selinuxfsmount (class in blivet.tasks.fsmount)": [[15, "blivet.tasks.fsmount.SELinuxFSMount"]], "stratisxfsmount (class in blivet.tasks.fsmount)": [[15, "blivet.tasks.fsmount.StratisXFSMount"]], "task (class in blivet.tasks.task)": [[15, "blivet.tasks.task.Task"]], "tmpfsmount (class in blivet.tasks.fsmount)": [[15, "blivet.tasks.fsmount.TmpFSMount"]], "tmpfsresize (class in blivet.tasks.fsresize)": [[15, "blivet.tasks.fsresize.TmpFSResize"]], "tmpfssize (class in blivet.tasks.fssize)": [[15, "blivet.tasks.fssize.TmpFSSize"]], "udffsmount (class in blivet.tasks.fsmount)": [[15, "blivet.tasks.fsmount.UDFFSMount"]], "unimplementeddfresize (class in blivet.tasks.dfresize)": [[15, "blivet.tasks.dfresize.UnimplementedDFResize"]], "unimplementedfsck (class in blivet.tasks.fsck)": [[15, "blivet.tasks.fsck.UnimplementedFSCK"]], "unimplementedfsinfo (class in blivet.tasks.fsinfo)": [[15, "blivet.tasks.fsinfo.UnimplementedFSInfo"]], "unimplementedfsminsize (class in blivet.tasks.fsminsize)": [[15, "blivet.tasks.fsminsize.UnimplementedFSMinSize"]], "unimplementedfsmkfs (class in blivet.tasks.fsmkfs)": [[15, "blivet.tasks.fsmkfs.UnimplementedFSMkfs"]], "unimplementedfsreadlabel (class in blivet.tasks.fsreadlabel)": [[15, "blivet.tasks.fsreadlabel.UnimplementedFSReadLabel"]], "unimplementedfsresize (class in blivet.tasks.fsresize)": [[15, "blivet.tasks.fsresize.UnimplementedFSResize"]], "unimplementedfssize (class in blivet.tasks.fssize)": [[15, "blivet.tasks.fssize.UnimplementedFSSize"]], "unimplementedfssync (class in blivet.tasks.fssync)": [[15, "blivet.tasks.fssync.UnimplementedFSSync"]], "unimplementedfstask (class in blivet.tasks.fstask)": [[15, "blivet.tasks.fstask.UnimplementedFSTask"]], "unimplementedfswritelabel (class in blivet.tasks.fswritelabel)": [[15, "blivet.tasks.fswritelabel.UnimplementedFSWriteLabel"]], "unimplementedfswriteuuid (class in blivet.tasks.fswriteuuid)": [[15, "blivet.tasks.fswriteuuid.UnimplementedFSWriteUUID"]], "unimplementedtask (class in blivet.tasks.task)": [[15, "blivet.tasks.task.UnimplementedTask"]], "versionmethod (class in blivet.tasks.availability)": [[15, "blivet.tasks.availability.VersionMethod"]], "xfsck (class in blivet.tasks.fsck)": [[15, "blivet.tasks.fsck.XFSCK"]], "xfsinfo (class in blivet.tasks.fsinfo)": [[15, "blivet.tasks.fsinfo.XFSInfo"]], "xfslabeling (class in blivet.tasks.fslabeling)": [[15, "blivet.tasks.fslabeling.XFSLabeling"]], "xfsmkfs (class in blivet.tasks.fsmkfs)": [[15, "blivet.tasks.fsmkfs.XFSMkfs"]], "xfsreadlabel (class in blivet.tasks.fsreadlabel)": [[15, "blivet.tasks.fsreadlabel.XFSReadLabel"]], "xfsresize (class in blivet.tasks.fsresize)": [[15, "blivet.tasks.fsresize.XFSResize"]], "xfssize (class in blivet.tasks.fssize)": [[15, "blivet.tasks.fssize.XFSSize"]], "xfssync (class in blivet.tasks.fssync)": [[15, "blivet.tasks.fssync.XFSSync"]], "xfsuuid (class in blivet.tasks.fsuuid)": [[15, "blivet.tasks.fsuuid.XFSUUID"]], "xfswritelabel (class in blivet.tasks.fswritelabel)": [[15, "blivet.tasks.fswritelabel.XFSWriteLabel"]], "xfswriteuuid (class in blivet.tasks.fswriteuuid)": [[15, "blivet.tasks.fswriteuuid.XFSWriteUUID"]], "application() (in module blivet.tasks.availability)": [[15, "blivet.tasks.availability.application"]], "application_by_version() (in module blivet.tasks.availability)": [[15, "blivet.tasks.availability.application_by_version"]], "args (blivet.tasks.fsmkfs.btrfsmkfs property)": [[15, "blivet.tasks.fsmkfs.BTRFSMkfs.args"]], "args (blivet.tasks.fsmkfs.ext2fsmkfs property)": [[15, "blivet.tasks.fsmkfs.Ext2FSMkfs.args"]], "args (blivet.tasks.fsmkfs.f2fsmkfs property)": [[15, "blivet.tasks.fsmkfs.F2FSMkfs.args"]], "args (blivet.tasks.fsmkfs.fatfsmkfs property)": [[15, "blivet.tasks.fsmkfs.FATFSMkfs.args"]], "args (blivet.tasks.fsmkfs.fsmkfs property)": [[15, "blivet.tasks.fsmkfs.FSMkfs.args"]], "args (blivet.tasks.fsmkfs.gfs2mkfs property)": [[15, "blivet.tasks.fsmkfs.GFS2Mkfs.args"]], "args (blivet.tasks.fsmkfs.hfsmkfs property)": [[15, "blivet.tasks.fsmkfs.HFSMkfs.args"]], "args (blivet.tasks.fsmkfs.hfsplusmkfs property)": [[15, "blivet.tasks.fsmkfs.HFSPlusMkfs.args"]], "args (blivet.tasks.fsmkfs.jfsmkfs property)": [[15, "blivet.tasks.fsmkfs.JFSMkfs.args"]], "args (blivet.tasks.fsmkfs.ntfsmkfs property)": [[15, "blivet.tasks.fsmkfs.NTFSMkfs.args"]], "args (blivet.tasks.fsmkfs.reiserfsmkfs property)": [[15, "blivet.tasks.fsmkfs.ReiserFSMkfs.args"]], "args (blivet.tasks.fsmkfs.xfsmkfs property)": [[15, "blivet.tasks.fsmkfs.XFSMkfs.args"]], "args (blivet.tasks.fsreadlabel.dosfsreadlabel property)": [[15, "blivet.tasks.fsreadlabel.DosFSReadLabel.args"]], "args (blivet.tasks.fsreadlabel.ext2fsreadlabel property)": [[15, "blivet.tasks.fsreadlabel.Ext2FSReadLabel.args"]], "args (blivet.tasks.fsreadlabel.fsreadlabel property)": [[15, "blivet.tasks.fsreadlabel.FSReadLabel.args"]], "args (blivet.tasks.fsreadlabel.ntfsreadlabel property)": [[15, "blivet.tasks.fsreadlabel.NTFSReadLabel.args"]], "args (blivet.tasks.fsreadlabel.xfsreadlabel property)": [[15, "blivet.tasks.fsreadlabel.XFSReadLabel.args"]], "args (blivet.tasks.fsresize.ext2fsresize property)": [[15, "blivet.tasks.fsresize.Ext2FSResize.args"]], "args (blivet.tasks.fsresize.fsresize property)": [[15, "blivet.tasks.fsresize.FSResize.args"]], "args (blivet.tasks.fsresize.ntfsresize property)": [[15, "blivet.tasks.fsresize.NTFSResize.args"]], "args (blivet.tasks.fsresize.tmpfsresize property)": [[15, "blivet.tasks.fsresize.TmpFSResize.args"]], "args (blivet.tasks.fsresize.xfsresize property)": [[15, "blivet.tasks.fsresize.XFSResize.args"]], "args (blivet.tasks.fswritelabel.dosfswritelabel property)": [[15, "blivet.tasks.fswritelabel.DosFSWriteLabel.args"]], "args (blivet.tasks.fswritelabel.ext2fswritelabel property)": [[15, "blivet.tasks.fswritelabel.Ext2FSWriteLabel.args"]], "args (blivet.tasks.fswritelabel.fswritelabel property)": [[15, "blivet.tasks.fswritelabel.FSWriteLabel.args"]], "args (blivet.tasks.fswritelabel.jfswritelabel property)": [[15, "blivet.tasks.fswritelabel.JFSWriteLabel.args"]], "args (blivet.tasks.fswritelabel.ntfswritelabel property)": [[15, "blivet.tasks.fswritelabel.NTFSWriteLabel.args"]], "args (blivet.tasks.fswritelabel.reiserfswritelabel property)": [[15, "blivet.tasks.fswritelabel.ReiserFSWriteLabel.args"]], "args (blivet.tasks.fswritelabel.xfswritelabel property)": [[15, "blivet.tasks.fswritelabel.XFSWriteLabel.args"]], "args (blivet.tasks.fswriteuuid.ext2fswriteuuid property)": [[15, "blivet.tasks.fswriteuuid.Ext2FSWriteUUID.args"]], "args (blivet.tasks.fswriteuuid.fswriteuuid property)": [[15, "blivet.tasks.fswriteuuid.FSWriteUUID.args"]], "args (blivet.tasks.fswriteuuid.jfswriteuuid property)": [[15, "blivet.tasks.fswriteuuid.JFSWriteUUID.args"]], "args (blivet.tasks.fswriteuuid.ntfswriteuuid property)": [[15, "blivet.tasks.fswriteuuid.NTFSWriteUUID.args"]], "args (blivet.tasks.fswriteuuid.reiserfswriteuuid property)": [[15, "blivet.tasks.fswriteuuid.ReiserFSWriteUUID.args"]], "args (blivet.tasks.fswriteuuid.xfswriteuuid property)": [[15, "blivet.tasks.fswriteuuid.XFSWriteUUID.args"]], "availability_errors (blivet.tasks.availability.externalresource property)": [[15, "blivet.tasks.availability.ExternalResource.availability_errors"]], "availability_errors (blivet.tasks.task.task property)": [[15, "blivet.tasks.task.Task.availability_errors"]], "availability_errors() (blivet.tasks.availability.blockdevmethod method)": [[15, "blivet.tasks.availability.BlockDevMethod.availability_errors"]], "availability_errors() (blivet.tasks.availability.dbusmethod method)": [[15, "blivet.tasks.availability.DBusMethod.availability_errors"]], "availability_errors() (blivet.tasks.availability.method method)": [[15, "blivet.tasks.availability.Method.availability_errors"]], "availability_errors() (blivet.tasks.availability.versionmethod method)": [[15, "blivet.tasks.availability.VersionMethod.availability_errors"]], "available (blivet.tasks.availability.externalresource property)": [[15, "blivet.tasks.availability.ExternalResource.available"]], "available (blivet.tasks.task.task property)": [[15, "blivet.tasks.task.Task.available"]], "available_resource() (in module blivet.tasks.availability)": [[15, "blivet.tasks.availability.available_resource"]], "blivet.tasks": [[15, "module-blivet.tasks"]], "blivet.tasks.availability": [[15, "module-blivet.tasks.availability"]], "blivet.tasks.dfresize": [[15, "module-blivet.tasks.dfresize"]], "blivet.tasks.fsck": [[15, "module-blivet.tasks.fsck"]], "blivet.tasks.fsinfo": [[15, "module-blivet.tasks.fsinfo"]], "blivet.tasks.fslabeling": [[15, "module-blivet.tasks.fslabeling"]], "blivet.tasks.fsminsize": [[15, "module-blivet.tasks.fsminsize"]], "blivet.tasks.fsmkfs": [[15, "module-blivet.tasks.fsmkfs"]], "blivet.tasks.fsmount": [[15, "module-blivet.tasks.fsmount"]], "blivet.tasks.fsreadlabel": [[15, "module-blivet.tasks.fsreadlabel"]], "blivet.tasks.fsresize": [[15, "module-blivet.tasks.fsresize"]], "blivet.tasks.fssize": [[15, "module-blivet.tasks.fssize"]], "blivet.tasks.fssync": [[15, "module-blivet.tasks.fssync"]], "blivet.tasks.fstask": [[15, "module-blivet.tasks.fstask"]], "blivet.tasks.fsuuid": [[15, "module-blivet.tasks.fsuuid"]], "blivet.tasks.fswritelabel": [[15, "module-blivet.tasks.fswritelabel"]], "blivet.tasks.fswriteuuid": [[15, "module-blivet.tasks.fswriteuuid"]], "blivet.tasks.lukstasks": [[15, "module-blivet.tasks.lukstasks"]], "blivet.tasks.pvtask": [[15, "module-blivet.tasks.pvtask"]], "blivet.tasks.task": [[15, "module-blivet.tasks.task"]], "blockdev_plugin() (in module blivet.tasks.availability)": [[15, "blivet.tasks.availability.blockdev_plugin"]], "can_label (blivet.tasks.fsmkfs.fsmkfs property)": [[15, "blivet.tasks.fsmkfs.FSMkfs.can_label"]], "can_label (blivet.tasks.fsmkfs.fsmkfstask property)": [[15, "blivet.tasks.fsmkfs.FSMkfsTask.can_label"]], "can_label (blivet.tasks.fsmkfs.unimplementedfsmkfs property)": [[15, "blivet.tasks.fsmkfs.UnimplementedFSMkfs.can_label"]], "can_nodiscard (blivet.tasks.fsmkfs.fsmkfs property)": [[15, "blivet.tasks.fsmkfs.FSMkfs.can_nodiscard"]], "can_nodiscard (blivet.tasks.fsmkfs.fsmkfstask property)": [[15, "blivet.tasks.fsmkfs.FSMkfsTask.can_nodiscard"]], "can_nodiscard (blivet.tasks.fsmkfs.unimplementedfsmkfs property)": [[15, "blivet.tasks.fsmkfs.UnimplementedFSMkfs.can_nodiscard"]], "can_set_uuid (blivet.tasks.fsmkfs.fsmkfs property)": [[15, "blivet.tasks.fsmkfs.FSMkfs.can_set_uuid"]], "can_set_uuid (blivet.tasks.fsmkfs.fsmkfstask property)": [[15, "blivet.tasks.fsmkfs.FSMkfsTask.can_set_uuid"]], "can_set_uuid (blivet.tasks.fsmkfs.unimplementedfsmkfs property)": [[15, "blivet.tasks.fsmkfs.UnimplementedFSMkfs.can_set_uuid"]], "dbus_service() (in module blivet.tasks.availability)": [[15, "blivet.tasks.availability.dbus_service"]], "default_label (blivet.tasks.fslabeling.ext2fslabeling attribute)": [[15, "blivet.tasks.fslabeling.Ext2FSLabeling.default_label"]], "default_label (blivet.tasks.fslabeling.f2fslabeling attribute)": [[15, "blivet.tasks.fslabeling.F2FSLabeling.default_label"]], "default_label (blivet.tasks.fslabeling.fatfslabeling attribute)": [[15, "blivet.tasks.fslabeling.FATFSLabeling.default_label"]], "default_label (blivet.tasks.fslabeling.fslabeling property)": [[15, "blivet.tasks.fslabeling.FSLabeling.default_label"]], "default_label (blivet.tasks.fslabeling.hfslabeling attribute)": [[15, "blivet.tasks.fslabeling.HFSLabeling.default_label"]], "default_label (blivet.tasks.fslabeling.hfspluslabeling attribute)": [[15, "blivet.tasks.fslabeling.HFSPlusLabeling.default_label"]], "default_label (blivet.tasks.fslabeling.jfslabeling attribute)": [[15, "blivet.tasks.fslabeling.JFSLabeling.default_label"]], "default_label (blivet.tasks.fslabeling.ntfslabeling attribute)": [[15, "blivet.tasks.fslabeling.NTFSLabeling.default_label"]], "default_label (blivet.tasks.fslabeling.reiserfslabeling attribute)": [[15, "blivet.tasks.fslabeling.ReiserFSLabeling.default_label"]], "default_label (blivet.tasks.fslabeling.xfslabeling attribute)": [[15, "blivet.tasks.fslabeling.XFSLabeling.default_label"]], "depends_on (blivet.tasks.fsminsize.ext2fsminsize property)": [[15, "blivet.tasks.fsminsize.Ext2FSMinSize.depends_on"]], "depends_on (blivet.tasks.fssize.fssize property)": [[15, "blivet.tasks.fssize.FSSize.depends_on"]], "depends_on (blivet.tasks.task.basicapplication property)": [[15, "blivet.tasks.task.BasicApplication.depends_on"]], "depends_on (blivet.tasks.task.task property)": [[15, "blivet.tasks.task.Task.depends_on"]], "depends_on (blivet.tasks.task.unimplementedtask attribute)": [[15, "blivet.tasks.task.UnimplementedTask.depends_on"]], "description (blivet.tasks.fsck.fsck attribute)": [[15, "blivet.tasks.fsck.FSCK.description"]], "description (blivet.tasks.fsinfo.fsinfo attribute)": [[15, "blivet.tasks.fsinfo.FSInfo.description"]], "description (blivet.tasks.fsminsize.fsminsize attribute)": [[15, "blivet.tasks.fsminsize.FSMinSize.description"]], "description (blivet.tasks.fsmkfs.fsmkfs attribute)": [[15, "blivet.tasks.fsmkfs.FSMkfs.description"]], "description (blivet.tasks.fsmount.fsmount attribute)": [[15, "blivet.tasks.fsmount.FSMount.description"]], "description (blivet.tasks.fsreadlabel.fsreadlabel attribute)": [[15, "blivet.tasks.fsreadlabel.FSReadLabel.description"]], "description (blivet.tasks.fsresize.fsresize attribute)": [[15, "blivet.tasks.fsresize.FSResize.description"]], "description (blivet.tasks.fssize.fssize attribute)": [[15, "blivet.tasks.fssize.FSSize.description"]], "description (blivet.tasks.fssize.tmpfssize attribute)": [[15, "blivet.tasks.fssize.TmpFSSize.description"]], "description (blivet.tasks.fssync.fssync attribute)": [[15, "blivet.tasks.fssync.FSSync.description"]], "description (blivet.tasks.fstask.fstask attribute)": [[15, "blivet.tasks.fstask.FSTask.description"]], "description (blivet.tasks.fswritelabel.fswritelabel attribute)": [[15, "blivet.tasks.fswritelabel.FSWriteLabel.description"]], "description (blivet.tasks.fswriteuuid.fswriteuuid attribute)": [[15, "blivet.tasks.fswriteuuid.FSWriteUUID.description"]], "description (blivet.tasks.lukstasks.luksresize attribute)": [[15, "blivet.tasks.lukstasks.LUKSResize.description"]], "description (blivet.tasks.lukstasks.lukssize attribute)": [[15, "blivet.tasks.lukstasks.LUKSSize.description"]], "description (blivet.tasks.pvtask.pvresize attribute)": [[15, "blivet.tasks.pvtask.PVResize.description"]], "description (blivet.tasks.pvtask.pvsize attribute)": [[15, "blivet.tasks.pvtask.PVSize.description"]], "description (blivet.tasks.task.task property)": [[15, "blivet.tasks.task.Task.description"]], "description (blivet.tasks.task.unimplementedtask attribute)": [[15, "blivet.tasks.task.UnimplementedTask.description"]], "do_task() (blivet.tasks.fsck.fsck method)": [[15, "blivet.tasks.fsck.FSCK.do_task"]], "do_task() (blivet.tasks.fsinfo.fsinfo method)": [[15, "blivet.tasks.fsinfo.FSInfo.do_task"]], "do_task() (blivet.tasks.fsminsize.ext2fsminsize method)": [[15, "blivet.tasks.fsminsize.Ext2FSMinSize.do_task"]], "do_task() (blivet.tasks.fsminsize.fsminsize method)": [[15, "blivet.tasks.fsminsize.FSMinSize.do_task"]], "do_task() (blivet.tasks.fsminsize.ntfsminsize method)": [[15, "blivet.tasks.fsminsize.NTFSMinSize.do_task"]], "do_task() (blivet.tasks.fsmkfs.fsmkfs method)": [[15, "blivet.tasks.fsmkfs.FSMkfs.do_task"]], "do_task() (blivet.tasks.fsmount.fsmount method)": [[15, "blivet.tasks.fsmount.FSMount.do_task"]], "do_task() (blivet.tasks.fsreadlabel.fsreadlabel method)": [[15, "blivet.tasks.fsreadlabel.FSReadLabel.do_task"]], "do_task() (blivet.tasks.fsresize.fsresize method)": [[15, "blivet.tasks.fsresize.FSResize.do_task"]], "do_task() (blivet.tasks.fsresize.xfsresize method)": [[15, "blivet.tasks.fsresize.XFSResize.do_task"]], "do_task() (blivet.tasks.fssize.fssize method)": [[15, "blivet.tasks.fssize.FSSize.do_task"]], "do_task() (blivet.tasks.fssize.tmpfssize method)": [[15, "blivet.tasks.fssize.TmpFSSize.do_task"]], "do_task() (blivet.tasks.fssync.fssync method)": [[15, "blivet.tasks.fssync.FSSync.do_task"]], "do_task() (blivet.tasks.fssync.xfssync method)": [[15, "blivet.tasks.fssync.XFSSync.do_task"]], "do_task() (blivet.tasks.fswritelabel.fswritelabel method)": [[15, "blivet.tasks.fswritelabel.FSWriteLabel.do_task"]], "do_task() (blivet.tasks.fswriteuuid.fswriteuuid method)": [[15, "blivet.tasks.fswriteuuid.FSWriteUUID.do_task"]], "do_task() (blivet.tasks.lukstasks.luksresize method)": [[15, "blivet.tasks.lukstasks.LUKSResize.do_task"]], "do_task() (blivet.tasks.lukstasks.lukssize method)": [[15, "blivet.tasks.lukstasks.LUKSSize.do_task"]], "do_task() (blivet.tasks.pvtask.pvresize method)": [[15, "blivet.tasks.pvtask.PVResize.do_task"]], "do_task() (blivet.tasks.pvtask.pvsize method)": [[15, "blivet.tasks.pvtask.PVSize.do_task"]], "do_task() (blivet.tasks.task.task method)": [[15, "blivet.tasks.task.Task.do_task"]], "do_task() (blivet.tasks.task.unimplementedtask method)": [[15, "blivet.tasks.task.UnimplementedTask.do_task"]], "ext (blivet.tasks.fsck.dosfsck attribute)": [[15, "blivet.tasks.fsck.DosFSCK.ext"]], "ext (blivet.tasks.fsck.ext2fsck attribute)": [[15, "blivet.tasks.fsck.Ext2FSCK.ext"]], "ext (blivet.tasks.fsck.f2fsfsck attribute)": [[15, "blivet.tasks.fsck.F2FSFSCK.ext"]], "ext (blivet.tasks.fsck.hfsplusfsck attribute)": [[15, "blivet.tasks.fsck.HFSPlusFSCK.ext"]], "ext (blivet.tasks.fsck.ntfsfsck attribute)": [[15, "blivet.tasks.fsck.NTFSFSCK.ext"]], "ext (blivet.tasks.fsck.xfsck attribute)": [[15, "blivet.tasks.fsck.XFSCK.ext"]], "ext (blivet.tasks.fsinfo.ext2fsinfo attribute)": [[15, "blivet.tasks.fsinfo.Ext2FSInfo.ext"]], "ext (blivet.tasks.fsinfo.jfsinfo attribute)": [[15, "blivet.tasks.fsinfo.JFSInfo.ext"]], "ext (blivet.tasks.fsinfo.ntfsinfo attribute)": [[15, "blivet.tasks.fsinfo.NTFSInfo.ext"]], "ext (blivet.tasks.fsinfo.reiserfsinfo attribute)": [[15, "blivet.tasks.fsinfo.ReiserFSInfo.ext"]], "ext (blivet.tasks.fsinfo.xfsinfo attribute)": [[15, "blivet.tasks.fsinfo.XFSInfo.ext"]], "ext (blivet.tasks.fsminsize.ext2fsminsize attribute)": [[15, "blivet.tasks.fsminsize.Ext2FSMinSize.ext"]], "ext (blivet.tasks.fsminsize.ntfsminsize attribute)": [[15, "blivet.tasks.fsminsize.NTFSMinSize.ext"]], "ext (blivet.tasks.fsmkfs.btrfsmkfs attribute)": [[15, "blivet.tasks.fsmkfs.BTRFSMkfs.ext"]], "ext (blivet.tasks.fsmkfs.ext2fsmkfs attribute)": [[15, "blivet.tasks.fsmkfs.Ext2FSMkfs.ext"]], "ext (blivet.tasks.fsmkfs.f2fsmkfs attribute)": [[15, "blivet.tasks.fsmkfs.F2FSMkfs.ext"]], "ext (blivet.tasks.fsmkfs.fatfsmkfs attribute)": [[15, "blivet.tasks.fsmkfs.FATFSMkfs.ext"]], "ext (blivet.tasks.fsmkfs.gfs2mkfs attribute)": [[15, "blivet.tasks.fsmkfs.GFS2Mkfs.ext"]], "ext (blivet.tasks.fsmkfs.hfsmkfs attribute)": [[15, "blivet.tasks.fsmkfs.HFSMkfs.ext"]], "ext (blivet.tasks.fsmkfs.hfsplusmkfs attribute)": [[15, "blivet.tasks.fsmkfs.HFSPlusMkfs.ext"]], "ext (blivet.tasks.fsmkfs.jfsmkfs attribute)": [[15, "blivet.tasks.fsmkfs.JFSMkfs.ext"]], "ext (blivet.tasks.fsmkfs.ntfsmkfs attribute)": [[15, "blivet.tasks.fsmkfs.NTFSMkfs.ext"]], "ext (blivet.tasks.fsmkfs.reiserfsmkfs attribute)": [[15, "blivet.tasks.fsmkfs.ReiserFSMkfs.ext"]], "ext (blivet.tasks.fsmkfs.xfsmkfs attribute)": [[15, "blivet.tasks.fsmkfs.XFSMkfs.ext"]], "ext (blivet.tasks.fsmount.fsmount attribute)": [[15, "blivet.tasks.fsmount.FSMount.ext"]], "ext (blivet.tasks.fsreadlabel.dosfsreadlabel attribute)": [[15, "blivet.tasks.fsreadlabel.DosFSReadLabel.ext"]], "ext (blivet.tasks.fsreadlabel.ext2fsreadlabel attribute)": [[15, "blivet.tasks.fsreadlabel.Ext2FSReadLabel.ext"]], "ext (blivet.tasks.fsreadlabel.ntfsreadlabel attribute)": [[15, "blivet.tasks.fsreadlabel.NTFSReadLabel.ext"]], "ext (blivet.tasks.fsreadlabel.xfsreadlabel attribute)": [[15, "blivet.tasks.fsreadlabel.XFSReadLabel.ext"]], "ext (blivet.tasks.fsresize.ext2fsresize attribute)": [[15, "blivet.tasks.fsresize.Ext2FSResize.ext"]], "ext (blivet.tasks.fsresize.ntfsresize attribute)": [[15, "blivet.tasks.fsresize.NTFSResize.ext"]], "ext (blivet.tasks.fsresize.tmpfsresize attribute)": [[15, "blivet.tasks.fsresize.TmpFSResize.ext"]], "ext (blivet.tasks.fsresize.xfsresize attribute)": [[15, "blivet.tasks.fsresize.XFSResize.ext"]], "ext (blivet.tasks.fssize.tmpfssize attribute)": [[15, "blivet.tasks.fssize.TmpFSSize.ext"]], "ext (blivet.tasks.fssync.xfssync attribute)": [[15, "blivet.tasks.fssync.XFSSync.ext"]], "ext (blivet.tasks.fswritelabel.dosfswritelabel attribute)": [[15, "blivet.tasks.fswritelabel.DosFSWriteLabel.ext"]], "ext (blivet.tasks.fswritelabel.ext2fswritelabel attribute)": [[15, "blivet.tasks.fswritelabel.Ext2FSWriteLabel.ext"]], "ext (blivet.tasks.fswritelabel.jfswritelabel attribute)": [[15, "blivet.tasks.fswritelabel.JFSWriteLabel.ext"]], "ext (blivet.tasks.fswritelabel.ntfswritelabel attribute)": [[15, "blivet.tasks.fswritelabel.NTFSWriteLabel.ext"]], "ext (blivet.tasks.fswritelabel.reiserfswritelabel attribute)": [[15, "blivet.tasks.fswritelabel.ReiserFSWriteLabel.ext"]], "ext (blivet.tasks.fswritelabel.xfswritelabel attribute)": [[15, "blivet.tasks.fswritelabel.XFSWriteLabel.ext"]], "ext (blivet.tasks.fswriteuuid.ext2fswriteuuid attribute)": [[15, "blivet.tasks.fswriteuuid.Ext2FSWriteUUID.ext"]], "ext (blivet.tasks.fswriteuuid.jfswriteuuid attribute)": [[15, "blivet.tasks.fswriteuuid.JFSWriteUUID.ext"]], "ext (blivet.tasks.fswriteuuid.ntfswriteuuid attribute)": [[15, "blivet.tasks.fswriteuuid.NTFSWriteUUID.ext"]], "ext (blivet.tasks.fswriteuuid.reiserfswriteuuid attribute)": [[15, "blivet.tasks.fswriteuuid.ReiserFSWriteUUID.ext"]], "ext (blivet.tasks.fswriteuuid.xfswriteuuid attribute)": [[15, "blivet.tasks.fswriteuuid.XFSWriteUUID.ext"]], "ext (blivet.tasks.lukstasks.luksresize attribute)": [[15, "blivet.tasks.lukstasks.LUKSResize.ext"]], "ext (blivet.tasks.lukstasks.lukssize attribute)": [[15, "blivet.tasks.lukstasks.LUKSSize.ext"]], "ext (blivet.tasks.pvtask.pvresize attribute)": [[15, "blivet.tasks.pvtask.PVResize.ext"]], "ext (blivet.tasks.pvtask.pvsize attribute)": [[15, "blivet.tasks.pvtask.PVSize.ext"]], "ext (blivet.tasks.task.basicapplication property)": [[15, "blivet.tasks.task.BasicApplication.ext"]], "fstype (blivet.tasks.fsmount.applebootstrapfsmount attribute)": [[15, "blivet.tasks.fsmount.AppleBootstrapFSMount.fstype"]], "fstype (blivet.tasks.fsmount.efifsmount attribute)": [[15, "blivet.tasks.fsmount.EFIFSMount.fstype"]], "fstype (blivet.tasks.fsmount.fsmount attribute)": [[15, "blivet.tasks.fsmount.FSMount.fstype"]], "fstype (blivet.tasks.fsmount.hfsplusmount attribute)": [[15, "blivet.tasks.fsmount.HFSPlusMount.fstype"]], "fstype (blivet.tasks.fsmount.stratisxfsmount attribute)": [[15, "blivet.tasks.fsmount.StratisXFSMount.fstype"]], "get_uuid_args (blivet.tasks.fsmkfs.f2fsmkfs attribute)": [[15, "blivet.tasks.fsmkfs.F2FSMkfs.get_uuid_args"]], "get_uuid_args (blivet.tasks.fsmkfs.gfs2mkfs attribute)": [[15, "blivet.tasks.fsmkfs.GFS2Mkfs.get_uuid_args"]], "get_uuid_args (blivet.tasks.fsmkfs.hfsmkfs attribute)": [[15, "blivet.tasks.fsmkfs.HFSMkfs.get_uuid_args"]], "get_uuid_args (blivet.tasks.fsmkfs.hfsplusmkfs attribute)": [[15, "blivet.tasks.fsmkfs.HFSPlusMkfs.get_uuid_args"]], "get_uuid_args (blivet.tasks.fsmkfs.jfsmkfs attribute)": [[15, "blivet.tasks.fsmkfs.JFSMkfs.get_uuid_args"]], "get_uuid_args (blivet.tasks.fsmkfs.ntfsmkfs attribute)": [[15, "blivet.tasks.fsmkfs.NTFSMkfs.get_uuid_args"]], "get_uuid_args() (blivet.tasks.fsmkfs.btrfsmkfs method)": [[15, "blivet.tasks.fsmkfs.BTRFSMkfs.get_uuid_args"]], "get_uuid_args() (blivet.tasks.fsmkfs.ext2fsmkfs method)": [[15, "blivet.tasks.fsmkfs.Ext2FSMkfs.get_uuid_args"]], "get_uuid_args() (blivet.tasks.fsmkfs.fatfsmkfs method)": [[15, "blivet.tasks.fsmkfs.FATFSMkfs.get_uuid_args"]], "get_uuid_args() (blivet.tasks.fsmkfs.fsmkfs method)": [[15, "blivet.tasks.fsmkfs.FSMkfs.get_uuid_args"]], "get_uuid_args() (blivet.tasks.fsmkfs.reiserfsmkfs method)": [[15, "blivet.tasks.fsmkfs.ReiserFSMkfs.get_uuid_args"]], "get_uuid_args() (blivet.tasks.fsmkfs.xfsmkfs method)": [[15, "blivet.tasks.fsmkfs.XFSMkfs.get_uuid_args"]], "implemented (blivet.tasks.task.task attribute)": [[15, "blivet.tasks.task.Task.implemented"]], "implemented (blivet.tasks.task.unimplementedtask attribute)": [[15, "blivet.tasks.task.UnimplementedTask.implemented"]], "label_format_ok() (blivet.tasks.fslabeling.ext2fslabeling class method)": [[15, "blivet.tasks.fslabeling.Ext2FSLabeling.label_format_ok"]], "label_format_ok() (blivet.tasks.fslabeling.f2fslabeling class method)": [[15, "blivet.tasks.fslabeling.F2FSLabeling.label_format_ok"]], "label_format_ok() (blivet.tasks.fslabeling.fatfslabeling class method)": [[15, "blivet.tasks.fslabeling.FATFSLabeling.label_format_ok"]], "label_format_ok() (blivet.tasks.fslabeling.fslabeling class method)": [[15, "blivet.tasks.fslabeling.FSLabeling.label_format_ok"]], "label_format_ok() (blivet.tasks.fslabeling.hfslabeling class method)": [[15, "blivet.tasks.fslabeling.HFSLabeling.label_format_ok"]], "label_format_ok() (blivet.tasks.fslabeling.hfspluslabeling class method)": [[15, "blivet.tasks.fslabeling.HFSPlusLabeling.label_format_ok"]], "label_format_ok() (blivet.tasks.fslabeling.jfslabeling class method)": [[15, "blivet.tasks.fslabeling.JFSLabeling.label_format_ok"]], "label_format_ok() (blivet.tasks.fslabeling.ntfslabeling class method)": [[15, "blivet.tasks.fslabeling.NTFSLabeling.label_format_ok"]], "label_format_ok() (blivet.tasks.fslabeling.reiserfslabeling class method)": [[15, "blivet.tasks.fslabeling.ReiserFSLabeling.label_format_ok"]], "label_format_ok() (blivet.tasks.fslabeling.xfslabeling class method)": [[15, "blivet.tasks.fslabeling.XFSLabeling.label_format_ok"]], "label_option (blivet.tasks.fsmkfs.btrfsmkfs attribute)": [[15, "blivet.tasks.fsmkfs.BTRFSMkfs.label_option"]], "label_option (blivet.tasks.fsmkfs.ext2fsmkfs attribute)": [[15, "blivet.tasks.fsmkfs.Ext2FSMkfs.label_option"]], "label_option (blivet.tasks.fsmkfs.f2fsmkfs attribute)": [[15, "blivet.tasks.fsmkfs.F2FSMkfs.label_option"]], "label_option (blivet.tasks.fsmkfs.fatfsmkfs attribute)": [[15, "blivet.tasks.fsmkfs.FATFSMkfs.label_option"]], "label_option (blivet.tasks.fsmkfs.fsmkfs property)": [[15, "blivet.tasks.fsmkfs.FSMkfs.label_option"]], "label_option (blivet.tasks.fsmkfs.gfs2mkfs attribute)": [[15, "blivet.tasks.fsmkfs.GFS2Mkfs.label_option"]], "label_option (blivet.tasks.fsmkfs.hfsmkfs attribute)": [[15, "blivet.tasks.fsmkfs.HFSMkfs.label_option"]], "label_option (blivet.tasks.fsmkfs.hfsplusmkfs attribute)": [[15, "blivet.tasks.fsmkfs.HFSPlusMkfs.label_option"]], "label_option (blivet.tasks.fsmkfs.jfsmkfs attribute)": [[15, "blivet.tasks.fsmkfs.JFSMkfs.label_option"]], "label_option (blivet.tasks.fsmkfs.ntfsmkfs attribute)": [[15, "blivet.tasks.fsmkfs.NTFSMkfs.label_option"]], "label_option (blivet.tasks.fsmkfs.reiserfsmkfs attribute)": [[15, "blivet.tasks.fsmkfs.ReiserFSMkfs.label_option"]], "label_option (blivet.tasks.fsmkfs.xfsmkfs attribute)": [[15, "blivet.tasks.fsmkfs.XFSMkfs.label_option"]], "label_regex (blivet.tasks.fsreadlabel.dosfsreadlabel attribute)": [[15, "blivet.tasks.fsreadlabel.DosFSReadLabel.label_regex"]], "label_regex (blivet.tasks.fsreadlabel.ext2fsreadlabel attribute)": [[15, "blivet.tasks.fsreadlabel.Ext2FSReadLabel.label_regex"]], "label_regex (blivet.tasks.fsreadlabel.fsreadlabel property)": [[15, "blivet.tasks.fsreadlabel.FSReadLabel.label_regex"]], "label_regex (blivet.tasks.fsreadlabel.ntfsreadlabel attribute)": [[15, "blivet.tasks.fsreadlabel.NTFSReadLabel.label_regex"]], "label_regex (blivet.tasks.fsreadlabel.xfsreadlabel attribute)": [[15, "blivet.tasks.fsreadlabel.XFSReadLabel.label_regex"]], "mount_options() (blivet.tasks.fsmount.fsmount method)": [[15, "blivet.tasks.fsmount.FSMount.mount_options"]], "mount_type (blivet.tasks.fsmount.fsmount property)": [[15, "blivet.tasks.fsmount.FSMount.mount_type"]], "mount_type (blivet.tasks.fsmount.nodevfsmount property)": [[15, "blivet.tasks.fsmount.NoDevFSMount.mount_type"]], "nodiscard_option (blivet.tasks.fsmkfs.btrfsmkfs attribute)": [[15, "blivet.tasks.fsmkfs.BTRFSMkfs.nodiscard_option"]], "nodiscard_option (blivet.tasks.fsmkfs.ext2fsmkfs attribute)": [[15, "blivet.tasks.fsmkfs.Ext2FSMkfs.nodiscard_option"]], "nodiscard_option (blivet.tasks.fsmkfs.f2fsmkfs attribute)": [[15, "blivet.tasks.fsmkfs.F2FSMkfs.nodiscard_option"]], "nodiscard_option (blivet.tasks.fsmkfs.fatfsmkfs attribute)": [[15, "blivet.tasks.fsmkfs.FATFSMkfs.nodiscard_option"]], "nodiscard_option (blivet.tasks.fsmkfs.fsmkfs property)": [[15, "blivet.tasks.fsmkfs.FSMkfs.nodiscard_option"]], "nodiscard_option (blivet.tasks.fsmkfs.gfs2mkfs attribute)": [[15, "blivet.tasks.fsmkfs.GFS2Mkfs.nodiscard_option"]], "nodiscard_option (blivet.tasks.fsmkfs.hfsmkfs attribute)": [[15, "blivet.tasks.fsmkfs.HFSMkfs.nodiscard_option"]], "nodiscard_option (blivet.tasks.fsmkfs.hfsplusmkfs attribute)": [[15, "blivet.tasks.fsmkfs.HFSPlusMkfs.nodiscard_option"]], "nodiscard_option (blivet.tasks.fsmkfs.jfsmkfs attribute)": [[15, "blivet.tasks.fsmkfs.JFSMkfs.nodiscard_option"]], "nodiscard_option (blivet.tasks.fsmkfs.ntfsmkfs attribute)": [[15, "blivet.tasks.fsmkfs.NTFSMkfs.nodiscard_option"]], "nodiscard_option (blivet.tasks.fsmkfs.reiserfsmkfs attribute)": [[15, "blivet.tasks.fsmkfs.ReiserFSMkfs.nodiscard_option"]], "nodiscard_option (blivet.tasks.fsmkfs.xfsmkfs attribute)": [[15, "blivet.tasks.fsmkfs.XFSMkfs.nodiscard_option"]], "options (blivet.tasks.fsck.dosfsck attribute)": [[15, "blivet.tasks.fsck.DosFSCK.options"]], "options (blivet.tasks.fsck.ext2fsck attribute)": [[15, "blivet.tasks.fsck.Ext2FSCK.options"]], "options (blivet.tasks.fsck.f2fsfsck attribute)": [[15, "blivet.tasks.fsck.F2FSFSCK.options"]], "options (blivet.tasks.fsck.fsck property)": [[15, "blivet.tasks.fsck.FSCK.options"]], "options (blivet.tasks.fsck.hfsplusfsck attribute)": [[15, "blivet.tasks.fsck.HFSPlusFSCK.options"]], "options (blivet.tasks.fsck.ntfsfsck attribute)": [[15, "blivet.tasks.fsck.NTFSFSCK.options"]], "options (blivet.tasks.fsck.xfsck attribute)": [[15, "blivet.tasks.fsck.XFSCK.options"]], "options (blivet.tasks.fsinfo.ext2fsinfo attribute)": [[15, "blivet.tasks.fsinfo.Ext2FSInfo.options"]], "options (blivet.tasks.fsinfo.fsinfo property)": [[15, "blivet.tasks.fsinfo.FSInfo.options"]], "options (blivet.tasks.fsinfo.jfsinfo attribute)": [[15, "blivet.tasks.fsinfo.JFSInfo.options"]], "options (blivet.tasks.fsinfo.ntfsinfo attribute)": [[15, "blivet.tasks.fsinfo.NTFSInfo.options"]], "options (blivet.tasks.fsinfo.reiserfsinfo attribute)": [[15, "blivet.tasks.fsinfo.ReiserFSInfo.options"]], "options (blivet.tasks.fsinfo.xfsinfo attribute)": [[15, "blivet.tasks.fsinfo.XFSInfo.options"]], "options (blivet.tasks.fsminsize.ext2fsminsize attribute)": [[15, "blivet.tasks.fsminsize.Ext2FSMinSize.options"]], "options (blivet.tasks.fsminsize.fsminsize property)": [[15, "blivet.tasks.fsminsize.FSMinSize.options"]], "options (blivet.tasks.fsminsize.ntfsminsize attribute)": [[15, "blivet.tasks.fsminsize.NTFSMinSize.options"]], "options (blivet.tasks.fsmount.devptsfsmount attribute)": [[15, "blivet.tasks.fsmount.DevPtsFSMount.options"]], "options (blivet.tasks.fsmount.fatfsmount attribute)": [[15, "blivet.tasks.fsmount.FATFSMount.options"]], "options (blivet.tasks.fsmount.fsmount attribute)": [[15, "blivet.tasks.fsmount.FSMount.options"]], "options (blivet.tasks.fsmount.iso9660fsmount attribute)": [[15, "blivet.tasks.fsmount.Iso9660FSMount.options"]], "options (blivet.tasks.fsmount.ntfsmount attribute)": [[15, "blivet.tasks.fsmount.NTFSMount.options"]], "options (blivet.tasks.fsmount.udffsmount attribute)": [[15, "blivet.tasks.fsmount.UDFFSMount.options"]], "size_fmt (blivet.tasks.fsresize.ext2fsresize attribute)": [[15, "blivet.tasks.fsresize.Ext2FSResize.size_fmt"]], "size_fmt (blivet.tasks.fsresize.fsresizetask property)": [[15, "blivet.tasks.fsresize.FSResizeTask.size_fmt"]], "size_fmt (blivet.tasks.fsresize.ntfsresize attribute)": [[15, "blivet.tasks.fsresize.NTFSResize.size_fmt"]], "size_fmt (blivet.tasks.fsresize.tmpfsresize attribute)": [[15, "blivet.tasks.fsresize.TmpFSResize.size_fmt"]], "size_fmt (blivet.tasks.fsresize.unimplementedfsresize property)": [[15, "blivet.tasks.fsresize.UnimplementedFSResize.size_fmt"]], "size_fmt (blivet.tasks.fsresize.xfsresize attribute)": [[15, "blivet.tasks.fsresize.XFSResize.size_fmt"]], "size_spec() (blivet.tasks.fsresize.ext2fsresize method)": [[15, "blivet.tasks.fsresize.Ext2FSResize.size_spec"]], "size_spec() (blivet.tasks.fsresize.fsresize method)": [[15, "blivet.tasks.fsresize.FSResize.size_spec"]], "size_spec() (blivet.tasks.fsresize.ntfsresize method)": [[15, "blivet.tasks.fsresize.NTFSResize.size_spec"]], "size_spec() (blivet.tasks.fsresize.tmpfsresize method)": [[15, "blivet.tasks.fsresize.TmpFSResize.size_spec"]], "size_spec() (blivet.tasks.fsresize.xfsresize method)": [[15, "blivet.tasks.fsresize.XFSResize.size_spec"]], "tags (blivet.tasks.fssize.ext2fssize attribute)": [[15, "blivet.tasks.fssize.Ext2FSSize.tags"]], "tags (blivet.tasks.fssize.fssize property)": [[15, "blivet.tasks.fssize.FSSize.tags"]], "tags (blivet.tasks.fssize.jfssize attribute)": [[15, "blivet.tasks.fssize.JFSSize.tags"]], "tags (blivet.tasks.fssize.ntfssize attribute)": [[15, "blivet.tasks.fssize.NTFSSize.tags"]], "tags (blivet.tasks.fssize.reiserfssize attribute)": [[15, "blivet.tasks.fssize.ReiserFSSize.tags"]], "tags (blivet.tasks.fssize.xfssize attribute)": [[15, "blivet.tasks.fssize.XFSSize.tags"]], "unavailable_resource() (in module blivet.tasks.availability)": [[15, "blivet.tasks.availability.unavailable_resource"]], "unit (blivet.tasks.dfresize.dfresizetask property)": [[15, "blivet.tasks.dfresize.DFResizeTask.unit"]], "unit (blivet.tasks.dfresize.unimplementeddfresize property)": [[15, "blivet.tasks.dfresize.UnimplementedDFResize.unit"]], "unit (blivet.tasks.fsresize.ext2fsresize attribute)": [[15, "blivet.tasks.fsresize.Ext2FSResize.unit"]], "unit (blivet.tasks.fsresize.ntfsresize attribute)": [[15, "blivet.tasks.fsresize.NTFSResize.unit"]], "unit (blivet.tasks.fsresize.tmpfsresize attribute)": [[15, "blivet.tasks.fsresize.TmpFSResize.unit"]], "unit (blivet.tasks.fsresize.xfsresize attribute)": [[15, "blivet.tasks.fsresize.XFSResize.unit"]], "unit (blivet.tasks.lukstasks.luksresize attribute)": [[15, "blivet.tasks.lukstasks.LUKSResize.unit"]], "unit (blivet.tasks.pvtask.pvresize attribute)": [[15, "blivet.tasks.pvtask.PVResize.unit"]], "uuid_format_ok() (blivet.tasks.fsuuid.ext2fsuuid class method)": [[15, "blivet.tasks.fsuuid.Ext2FSUUID.uuid_format_ok"]], "uuid_format_ok() (blivet.tasks.fsuuid.fatfsuuid class method)": [[15, "blivet.tasks.fsuuid.FATFSUUID.uuid_format_ok"]], "uuid_format_ok() (blivet.tasks.fsuuid.fsuuid class method)": [[15, "blivet.tasks.fsuuid.FSUUID.uuid_format_ok"]], "uuid_format_ok() (blivet.tasks.fsuuid.hfsplusuuid class method)": [[15, "blivet.tasks.fsuuid.HFSPlusUUID.uuid_format_ok"]], "uuid_format_ok() (blivet.tasks.fsuuid.jfsuuid class method)": [[15, "blivet.tasks.fsuuid.JFSUUID.uuid_format_ok"]], "uuid_format_ok() (blivet.tasks.fsuuid.ntfsuuid class method)": [[15, "blivet.tasks.fsuuid.NTFSUUID.uuid_format_ok"]], "uuid_format_ok() (blivet.tasks.fsuuid.reiserfsuuid class method)": [[15, "blivet.tasks.fsuuid.ReiserFSUUID.uuid_format_ok"]], "uuid_format_ok() (blivet.tasks.fsuuid.xfsuuid class method)": [[15, "blivet.tasks.fsuuid.XFSUUID.uuid_format_ok"]]}}) \ No newline at end of file +Search.setIndex({"docnames": ["_inheritance", "api", "api/blivet", "api/devices", "api/events", "api/formats", "blivet/blivet", "blivet/blivet.dbus", "blivet/blivet.devicelibs", "blivet/blivet.devices", "blivet/blivet.events", "blivet/blivet.formats", "blivet/blivet.populator", "blivet/blivet.populator.helpers", "blivet/blivet.static_data", "blivet/blivet.tasks", "blivet/modules", "dbus", "index", "intro", "lvmvdo", "testing", "tests/conftest", "tests/modules", "tests/run_tests", "tests/storage_tests", "tests/storage_tests.devices_test", "tests/storage_tests.formats_test", "tests/unit_tests", "tests/unit_tests.devicelibs_test", "tests/unit_tests.devices_test", "tests/unit_tests.formats_tests", "tests/unit_tests.udev_data", "tests/vmtests"], "filenames": ["_inheritance.rst", "api.rst", "api/blivet.rst", "api/devices.rst", "api/events.rst", "api/formats.rst", "blivet/blivet.rst", "blivet/blivet.dbus.rst", "blivet/blivet.devicelibs.rst", "blivet/blivet.devices.rst", "blivet/blivet.events.rst", "blivet/blivet.formats.rst", "blivet/blivet.populator.rst", "blivet/blivet.populator.helpers.rst", "blivet/blivet.static_data.rst", "blivet/blivet.tasks.rst", "blivet/modules.rst", "dbus.rst", "index.rst", "intro.rst", "lvmvdo.rst", "testing.rst", "tests/conftest.rst", "tests/modules.rst", "tests/run_tests.rst", "tests/storage_tests.rst", "tests/storage_tests.devices_test.rst", "tests/storage_tests.formats_test.rst", "tests/unit_tests.rst", "tests/unit_tests.devicelibs_test.rst", "tests/unit_tests.devices_test.rst", "tests/unit_tests.formats_tests.rst", "tests/unit_tests.udev_data.rst", "tests/vmtests.rst"], "titles": ["Test Suite Inheritance Diagram", "Public API", "blivet", "devices", "events", "formats", "blivet package", "blivet.dbus package", "blivet.devicelibs package", "blivet.devices package", "blivet.events package", "blivet.formats package", "blivet.populator package", "blivet.populator.helpers package", "blivet.static_data package", "blivet.tasks package", "blivet", "DBus Interface", "Welcome to Blivet\u2019s documentation!", "Introduction to Blivet", "LVM VDO support", "Testing Blivet", "conftest module", "tests", "run_tests module", "storage_tests package", "storage_tests.devices_test package", "storage_tests.formats_test package", "unit_tests package", "unit_tests.devicelibs_test package", "unit_tests.devices_test package", "unit_tests.formats_tests package", "unit_tests.udev_data package", "vmtests package"], "terms": {"blivet": [0, 1, 17], "": [0, 1, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 17, 19, 21], "reli": [0, 9, 21], "base": [0, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 17, 21], "class": [0, 1, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 19, 21], "shown": 0, "below": [0, 6, 9, 21], "These": [0, 6, 9, 20, 21], "take": [0, 6, 9, 11], "care": 0, "work": [0, 6, 9], "fake": [0, 6], "block": [0, 6, 8, 9, 10, 11, 15, 21], "loop": [0, 3, 6, 12, 16, 21], "devic": [0, 1, 2, 5, 6, 8, 10, 11, 12, 13, 14, 15, 16, 17, 19, 20, 21], "actual": [0, 6, 8, 9, 11, 15, 19, 21], "case": [0, 6, 8, 9, 11, 12, 14, 15, 19, 20, 21], "either": [0, 6, 7, 9, 11, 19], "unittest": [0, 21], "testcas": [0, 21], "one": [0, 6, 8, 9, 11, 14, 19, 20], "some": [0, 6, 8, 9, 11, 14, 15, 19, 20], "us": [0, 1, 6, 7, 8, 9, 10, 11, 14, 15, 17, 19, 20, 21], "requir": [0, 6, 7, 8, 9, 11, 15, 16, 19, 21], "more": [0, 6, 8, 9, 11, 21], "level": [0, 1, 3, 6, 8, 9, 17, 19, 21], "abstract": [0, 6, 8, 9, 10, 15], "which": [0, 1, 6, 7, 8, 9, 10, 11, 15, 17, 19, 20, 21], "i": [0, 1, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 17, 19, 20, 21], "follow": [0, 6, 9, 19, 21], "note": [0, 6, 8, 9, 10, 11, 21], "sphinx": 0, "ext": [0, 6, 15], "inheritance_diagram": 0, "possibl": [0, 6, 9, 11, 15, 20, 21], "gener": [0, 1, 6, 8, 9, 10, 11, 20, 21], "an": [0, 1, 6, 7, 8, 9, 10, 11, 13, 14, 15, 17, 19, 20, 21], "all": [0, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 17, 19, 21], "avail": [0, 1, 2, 6, 7, 8, 9, 11, 14, 16, 21], "The": [0, 1, 6, 7, 8, 9, 11, 13, 15, 17, 19, 21], "ones": 0, "abov": [0, 1, 6], "ar": [0, 1, 6, 7, 8, 9, 10, 11, 12, 13, 15, 19, 20, 21], "consid": [0, 1, 6, 9], "bit": [0, 6, 8, 10, 11, 19], "import": [0, 6, 19], "If": [0, 6, 7, 8, 9, 10, 11, 12, 19, 21], "you": [0, 1, 6, 9, 11, 19, 21], "want": [0, 6, 11, 13, 19], "see": [0, 2, 3, 5, 6, 9, 11, 17, 19], "other": [0, 6, 7, 9, 11, 17, 21], "add": [0, 1, 2, 6, 8, 9, 10, 11, 13, 14, 16, 19], "markup": 0, "thi": [0, 1, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 17, 19, 20, 21], "document": [0, 20, 21], "rebuild": 0, "module_nam": 0, "classnam": 0, "should": [1, 6, 8, 9, 10, 11, 12, 13], "exhaust": [1, 11], "list": [1, 6, 7, 8, 9, 11, 13, 15, 19, 21], "anyth": [1, 6], "unstabl": 1, "subject": 1, "chang": [1, 6, 7, 9, 11, 13, 14, 16, 17, 19], "between": [1, 6, 12], "minor": [1, 9], "releas": [1, 7], "packag": [1, 5, 16, 18, 21, 23], "event": [1, 6, 13, 16], "format": [1, 3, 6, 8, 9, 12, 13, 15, 16, 17, 19, 20], "In": [1, 6, 9, 21], "There": [1, 8, 21], "coupl": 1, "strang": [1, 6], "situat": 1, "deserv": 1, "devicetre": [1, 2, 9, 10, 13, 14, 16, 17, 19, 20], "action": [1, 2, 6, 9, 10, 15, 16, 17], "find": [1, 2, 6, 16], "prune": [1, 2, 6, 16], "remov": [1, 2, 6, 7, 9, 10, 11, 16, 17, 19, 20], "sort": [1, 2, 6, 9, 13, 16], "cancel_disk_act": [1, 2, 6, 16], "itself": [1, 6, 7, 8, 9, 19], "mean": [1, 6, 9, 10, 11, 12, 19], "constructor": [1, 6, 7, 9, 11], "interfac": [1, 6, 7, 8, 9, 18], "stabl": 1, "ha": [1, 6, 8, 9, 10, 11, 12, 15, 19, 20], "attribut": [1, 2, 6, 9, 11, 19], "instanc": [1, 6, 7, 8, 9, 10, 11, 13, 14, 15, 19, 20], "actionlist": [1, 2, 16], "isn": [1, 11, 20], "t": [1, 6, 9, 11, 14, 15, 17, 19, 20, 21], "method": [1, 2, 6, 7, 8, 9, 11, 13, 15, 17, 19], "under": [1, 6, 8, 11], "iscsi": [1, 2, 9, 16], "create_interfac": [1, 2, 6, 16], "modul": [1, 16, 18, 19, 20, 23], "contain": [1, 6, 8, 11, 16, 17, 19], "shouldn": [1, 6], "creat": [1, 6, 7, 8, 9, 10, 11, 13, 14, 15, 17, 19, 20, 21], "instead": [1, 6, 8, 9, 15], "exist": [1, 3, 5, 6, 8, 9, 11, 13, 17, 19, 20, 21], "exampl": [1, 6, 8, 9, 19, 20], "incomplet": [1, 6, 8], "were": [1, 6], "complet": [1, 3, 6, 9], "would": [1, 6, 8, 19], "onli": [1, 6, 7, 8, 9, 10, 11, 20, 21], "member": [1, 3, 6, 8, 9, 11, 14, 21], "autopart": 2, "do_autopart": 2, "do_reqpart": 2, "swap_suggest": 2, "btrfs_volum": [2, 6, 16], "copi": [2, 6, 8, 14, 16], "create_devic": [2, 6, 16, 19, 20], "default_fstyp": [2, 6, 16], "destroy_devic": [2, 6, 16, 19], "disk": [2, 3, 6, 7, 10, 11, 12, 16, 17, 20, 21], "do_it": [2, 6, 16, 19], "factory_devic": [2, 6, 16], "file_system_free_spac": 2, "format_devic": [2, 6, 16, 19], "get_free_spac": [2, 6, 16], "get_fstyp": [2, 6, 16], "initialize_disk": [2, 6, 16], "lv": [2, 3, 6, 8, 9, 14, 16, 20], "mdarrai": [2, 6, 16], "mdcontain": [2, 6, 16], "mdmember": [2, 6, 16], "mountpoint": [2, 5, 6, 9, 11, 15, 16, 17, 19], "name": [2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 19, 20], "new_btrf": [2, 6, 16], "new_btrfs_sub_volum": [2, 6, 16], "new_lv": [2, 6, 16, 20], "new_lv_from_lv": [2, 6, 16], "new_mdarrai": [2, 6, 16], "new_partit": [2, 6, 16, 19], "new_stratis_filesystem": [2, 6, 16], "new_stratis_pool": [2, 6, 16], "new_tmp_f": [2, 6, 16], "new_vg": [2, 6, 16], "partit": [2, 3, 8, 10, 11, 12, 16, 17, 20], "pv": [2, 6, 9, 11, 14, 16], "reset": [2, 6, 7, 12, 14, 16, 17, 19], "reset_devic": [2, 6, 16], "resize_devic": [2, 6, 16, 19], "root_devic": 2, "safe_device_nam": [2, 6, 16], "save_passphras": [2, 6, 14, 16], "set_default_fstyp": [2, 6, 16], "shutdown": [2, 6, 16], "stratis_pool": [2, 6, 16], "suggest_container_nam": [2, 6, 16], "suggest_device_nam": [2, 6, 16], "swap": [2, 5, 6, 9, 16, 17], "thinlv": [2, 3, 6, 9, 16], "thinpool": [2, 3, 6, 9, 16], "vg": [2, 3, 6, 9, 11, 14, 16, 20], "deviceact": [2, 9, 16], "actionaddmemb": [2, 6, 9, 16], "actionremovememb": [2, 6, 9, 16], "actionconfiguredevic": [2, 6, 16], "actionconfigureformat": [2, 6, 16], "actioncreatedevic": [2, 6, 16], "actioncreateformat": [2, 6, 16], "actiondestroydevic": [2, 6, 16, 19], "actiondestroyformat": [2, 6, 16, 19], "actionresizedevic": [2, 6, 9, 16], "actionresizeformat": [2, 6, 16], "devicefactori": [2, 16, 17], "configur": [2, 5, 6, 11, 16, 17, 19, 20], "device_type_md": 2, "device_type_partit": 2, "device_type_btrf": 2, "device_type_disk": 2, "device_type_lvm_thinp": 2, "device_type_lvm_vdo": 2, "device_type_strati": 2, "is_supported_device_typ": [2, 6, 16], "get_device_factori": [2, 6, 16], "get_device_typ": [2, 6, 16], "size_policy_auto": [2, 6], "size_policy_max": [2, 6], "filesystem": [2, 6, 8, 9, 11, 14, 15, 16, 19, 20], "get_dependent_devic": [2, 6, 16, 19], "get_device_by_id": [2, 6, 16], "get_device_by_label": [2, 6, 16], "get_device_by_nam": [2, 6, 16, 19], "get_device_by_path": [2, 6, 16], "get_device_by_sysfs_path": [2, 6, 16], "get_device_by_uuid": [2, 6, 16], "get_disk_act": [2, 6, 16], "get_related_disk": [2, 6, 16], "handle_devic": [2, 6, 12], "handle_format": [2, 6, 12], "hide": [2, 6, 16, 19], "label": [2, 5, 6, 11, 15, 16, 17], "leav": [2, 6, 16], "popul": [2, 6, 7, 14, 16, 19], "recursive_remov": [2, 6, 16, 20], "resolve_devic": [2, 6, 16], "setup_al": [2, 6, 16], "teardown_al": [2, 6, 16], "unhid": [2, 6, 9, 16], "uuid": [2, 3, 5, 6, 8, 9, 11, 14, 15, 16, 17], "error": [2, 10, 14, 15, 16], "alignmenterror": [2, 6, 11, 16], "availabilityerror": [2, 6, 16], "btrfserror": [2, 6, 16], "btrfsvalueerror": [2, 6, 16], "corruptgpterror": [2, 6, 16], "dependencyerror": [2, 6, 14, 16], "deviceactionerror": [2, 6, 16], "devicecreateerror": [2, 6, 16], "devicedestroyerror": [2, 6, 16], "deviceerror": [2, 6, 9, 16], "devicefactoryerror": [2, 6, 16], "deviceformaterror": [2, 6, 16], "devicenotfounderror": [2, 6, 16], "deviceresizeerror": [2, 6, 16], "devicesetuperror": [2, 6, 16], "deviceteardownerror": [2, 6, 16], "devicetreeerror": [2, 6, 16], "deviceuserdeniedformaterror": [2, 6, 16], "disklabelcommiterror": [2, 6, 16], "disklabelerror": [2, 6, 16], "disklabelscanerror": [2, 6, 16], "dmerror": [2, 6, 16], "dmraidmembererror": [2, 6, 16], "duplicateuuiderror": [2, 6, 16], "duplicatevgerror": [2, 6, 16], "eventhandlingerror": [2, 6, 16], "eventmanagererror": [2, 6, 10, 16], "eventparamerror": [2, 6, 16], "fcoeerror": [2, 6, 16], "formatcreateerror": [2, 6, 11, 16], "formatdestroyerror": [2, 6, 11, 16], "formatresizeerror": [2, 6, 11, 16], "formatsetuperror": [2, 6, 11, 16], "formatteardownerror": [2, 6, 16], "fserror": [2, 6, 11, 15, 16], "fsreadlabelerror": [2, 6, 11, 16], "fsresizeerror": [2, 6, 11, 16], "fstabtypemismatcherror": [2, 6, 16], "fswritelabelerror": [2, 6, 16], "inconsistentpvsectors": [2, 6, 16], "integrityerror": [2, 6, 16], "invaliddisklabelerror": [2, 6, 16], "invalidmultideviceselect": [2, 6, 16], "iscsierror": [2, 6, 16], "lukserror": [2, 6, 15, 16], "mdmembererror": [2, 6, 16], "mpatherror": [2, 6, 16], "multipathmembererror": [2, 6, 16], "notenoughfreespaceerror": [2, 6, 16], "nodiskserror": [2, 6, 16], "nvmeerror": [2, 6, 16], "physicalvolumeerror": [2, 6, 15, 16], "partitioningerror": [2, 6, 11, 16], "raiderror": [2, 6, 8, 16], "singlephysicalvolumeerror": [2, 6, 16], "sizeplaceserror": 2, "storageerror": [2, 6, 16], "stratiserror": [2, 6, 16], "swapspaceerror": [2, 6, 11, 16], "threaderror": [2, 6, 16], "udeverror": [2, 6, 16], "unrecognizedfstabentryerror": [2, 6, 16], "unusableconfigurationerror": [2, 6, 16], "fcoe": [2, 9, 16], "add_san": [2, 6, 16], "startup": [2, 6, 16], "has_fco": [2, 6, 16], "flag": [2, 9, 16], "delete_interfac": [2, 6, 16], "discov": [2, 6, 9, 16], "ifac": [2, 6, 9], "initi": [2, 6, 7, 9, 15, 16], "initiator_set": [2, 6, 16], "log_into_nod": [2, 6, 16], "mode": [2, 3, 6, 8, 9, 11, 14, 15, 16], "do_partit": [2, 6, 16, 19], "grow_lvm": [2, 6, 16], "size": [2, 3, 5, 8, 9, 11, 14, 15, 16, 17, 19, 20], "b": [2, 6, 8, 15, 17, 19, 20], "eb": 2, "eib": 2, "gb": 2, "gib": [2, 6, 19, 20], "kb": [2, 6], "kib": [2, 6], "mb": [2, 6], "mib": [2, 6, 9, 11], "pb": 2, "pib": 2, "round_down": [2, 6], "round_up": [2, 6], "round_default": 2, "convert_to": [2, 6, 16], "human_read": [2, 6, 16], "round_to_nearest": [2, 6, 16], "tb": 2, "tib": 2, "yb": 2, "yib": 2, "zb": 2, "zib": 2, "util": [2, 9, 11, 14, 16], "set_up_log": [2, 6, 16], "zfcp": [2, 9, 16], "add_fcp": [2, 6, 16], "btrf": [3, 5, 6, 11, 12, 16], "btrfssubvolumedevic": [3, 6, 9], "inherit": [3, 5, 9, 21], "public": [3, 5, 18], "api": [3, 5, 18, 19], "vol_id": [3, 6, 9], "volum": [3, 6, 8, 9, 11, 15, 20], "btrfsvolumedevic": [3, 6, 9], "data_level": [3, 6, 9], "default_subvolum": [3, 6, 9], "metadata_level": [3, 6, 9], "diskdevic": [3, 6, 9, 19], "model": [3, 6, 9, 17, 19], "vendor": [3, 6, 9], "wwn": [3, 9], "file": [3, 6, 8, 11, 12, 16, 17], "directorydevic": [3, 6, 9], "filedevic": [3, 6, 9], "sparsefiledevic": [3, 6, 9], "loopdevic": [3, 6, 9], "luk": [3, 5, 6, 8, 12, 14, 15, 16], "luksdevic": [3, 6, 9], "map_nam": [3, 5, 6, 9], "integritydevic": [3, 6, 9], "lvm": [3, 6, 11, 12, 16, 18], "lvmcach": [3, 6, 9], "backing_device_nam": [3, 6, 9], "cache_device_nam": [3, 6, 9], "md_size": [3, 6, 8, 9], "stat": [3, 6, 9], "lvmwritecach": [3, 6, 9], "lvmcacherequest": [3, 6, 9], "fast_dev": [3, 6, 9], "pv_space_request": [3, 6, 9], "lvmlogicalvolumedevic": [3, 6, 9, 19, 20], "cach": [3, 6, 12, 14, 16], "is_internal_lv": [3, 6, 9], "is_raid_lv": [3, 6, 9], "is_snapshot_lv": [3, 6, 9], "is_thin_lv": [3, 6, 9], "is_thin_pool": [3, 6, 9], "is_vdo_lv": [3, 6, 9], "is_vdo_pool": [3, 6, 9], "is_cache_pool": [3, 6, 9], "metadata_s": [3, 6, 9], "lvmvolumegroupdevic": [3, 6, 9], "cached_lv": [3, 6, 9], "extent": [3, 6, 9, 11], "free_ext": [3, 6, 9], "free_spac": [3, 6, 9, 11], "pv_free_info": [3, 6, 9], "md": [3, 6, 16, 21], "mdraidarraydevic": [3, 6, 9, 19], "degrad": [3, 6, 9], "member_devic": [3, 6, 9], "member_statu": [3, 6, 9], "spare": [3, 6, 8, 9], "total_devic": [3, 6, 9], "nf": [3, 5, 6, 11, 16], "nfsdevic": [3, 6, 9], "optic": [3, 6, 12, 16], "opticaldevic": [3, 6, 9], "partitiondevic": [3, 6, 9, 19], "bootabl": [3, 6, 9], "is_extend": [3, 6, 9], "is_log": [3, 6, 9], "is_primari": [3, 6, 9], "storag": [3, 6, 8, 12, 16, 19, 21], "storagedevic": [3, 6, 9, 13, 19], "align_target_s": [3, 6, 9], "ancestor": [3, 6, 9, 19], "children": [3, 6, 9, 17, 20], "current_s": [3, 5, 6, 9, 11], "depends_on": [3, 6, 9, 15], "direct": [3, 6, 9], "encrypt": [3, 6, 8, 9, 11, 14, 16, 17], "format_immut": [3, 6, 9], "fstab_spec": [3, 6, 9], "is_disk": [3, 6, 9], "is_leaf": 3, "max_siz": [3, 5, 6, 9, 11], "min_siz": [3, 5, 6, 9, 11], "parent": [3, 6, 8, 9, 10, 11, 15, 17, 19, 20], "partition": [3, 6, 9], "path": [3, 6, 7, 8, 9, 11, 14, 15, 16, 17, 19], "protect": [3, 6, 9], "raw_devic": [3, 6, 9, 16], "read_onli": [3, 9], "resiz": [3, 5, 6, 9, 11, 15, 19], "setup": [3, 5, 6, 7, 9, 11, 17, 19, 20], "statu": [3, 5, 6, 9, 11, 17, 19, 20], "sysfs_path": [3, 6, 9], "tag": [3, 6, 9, 15], "target_s": [3, 5, 6, 9, 11], "teardown": [3, 5, 6, 7, 9, 11, 17, 19], "strati": [3, 5, 6, 12, 14, 16], "stratispooldevic": [3, 6, 9], "stratisfilesystemdevic": [3, 6, 9], "manag": [4, 6, 9, 11, 16, 20], "event_manag": 4, "disabl": [4, 6, 10, 14], "enabl": [4, 6, 9, 10, 14, 20], "error_cb": [4, 6, 10], "notify_cb": [4, 6, 10], "get_format": [5, 6, 11, 19], "deviceformat": [5, 6, 9, 11, 15, 19], "control": [5, 6, 7, 8, 9, 11, 19], "destroy": [5, 6, 11], "do_res": [5, 6, 11], "formatt": [5, 6, 11], "hidden": [5, 6, 11, 12], "label_format_ok": [5, 6, 11, 15], "linux_n": [5, 6, 11], "mountabl": [5, 6, 11, 17], "option": [5, 6, 8, 9, 11, 15, 17, 20], "support": [5, 6, 9, 11, 15, 18], "type": [5, 6, 8, 9, 10, 11, 13, 15, 16, 17, 20], "update_size_info": [5, 6, 11], "biosboot": [5, 6, 16], "disklabel": [5, 6, 7, 9, 12, 16, 17, 19, 20], "label_typ": [5, 6, 11], "sector_s": [5, 6, 9, 11, 14], "get_align": [5, 6, 11], "get_end_align": [5, 6, 11], "get_minimal_align": [5, 6, 11], "get_optimal_align": [5, 6, 11], "dmraid": [5, 6, 16], "dmraidmemb": [5, 6, 11], "f": [5, 6, 9, 15, 16, 19], "do_check": [5, 6, 11], "system_mountpoint": [5, 6, 11], "write_label": [5, 6, 11], "applebootstrapf": [5, 6, 11], "bindf": [5, 6, 11], "container_uuid": [5, 6, 11], "devptsf": [5, 6, 11], "efif": [5, 6, 11], "efivarf": [5, 6, 11], "ext2f": [5, 6, 11], "ext3f": [5, 6, 11], "ext4f": [5, 6, 11, 19], "exfatf": [5, 6, 11], "fatf": [5, 6, 11], "f2f": [5, 6, 11], "gfs2": [5, 6, 11], "hf": [5, 6, 11, 15], "hfsplu": [5, 6, 11, 15], "iso9660f": [5, 6, 11], "udff": [5, 6, 11], "jf": [5, 6, 11], "macefif": [5, 6, 11], "nfsv4": [5, 6, 11], "nodevf": [5, 6, 11], "ntf": [5, 6, 11], "procf": [5, 6, 11], "reiserf": [5, 6, 11], "selinuxf": [5, 6, 11], "sysf": [5, 6, 8, 9, 11], "tmpf": [5, 6, 9, 11], "usbf": [5, 6, 11], "xf": [5, 6, 11, 15, 17, 19, 20], "add_passphras": [5, 6, 11, 14], "has_kei": [5, 6, 9, 11], "remove_passphras": [5, 6, 11], "integr": [5, 6, 9, 11, 17, 21], "algorithm": [5, 8, 11], "lvmpv": [5, 6, 15, 16, 20], "lvmphysicalvolum": [5, 6, 11, 15], "mdraid": [5, 6, 9, 12, 16], "mdraidmemb": [5, 6, 11], "multipath": [5, 6, 9, 12, 14, 16], "multipathmemb": [5, 6, 11], "prepboot": [5, 6, 16], "ppcprepboot": [5, 6, 11], "stratisblockdev": [5, 6, 11], "unlock_pool": [5, 6, 8, 11], "swapspac": [5, 6, 11, 19], "dbu": [6, 15, 16, 18], "dbusact": [6, 7], "id": [6, 7, 8, 9, 16, 17, 20], "object_path": [6, 7, 14], "properti": [6, 7, 8, 9, 10, 11, 13, 14, 15, 17, 20], "dbusblivet": [6, 7], "commit": [6, 7, 9, 11, 17, 19], "exit": [6, 7, 9, 17], "factori": [6, 7, 17, 20], "initializedisk": [6, 7, 17], "listdevic": [6, 7, 17], "removedevic": [6, 7, 17], "resolvedevic": [6, 7, 17], "transient": [6, 7], "sorted_object_paths_from_list": [6, 7], "constant": [6, 8, 9, 11, 16], "dbusdevic": [6, 7], "dbusformat": [6, 7], "objectmanag": [6, 7], "getmanagedobject": [6, 7], "interfacesad": [6, 7], "interfacesremov": [6, 7], "add_object": [6, 7], "get_object_by_id": [6, 7], "get_object_by_path": [6, 7], "object": [6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], "remove_object": [6, 7], "dbusobject": [6, 7], "get": [6, 7, 9, 11, 13, 14, 15, 21], "getal": [6, 7], "propertieschang": [6, 7], "set": [6, 7, 8, 9, 10, 11, 12, 15, 19, 20], "present": [6, 7, 9, 10, 11], "remove_from_connect": [6, 7], "devicelib": [6, 16], "is_btrfs_name_valid": [6, 8], "crypto": [6, 16], "calculate_integrity_metadata_s": [6, 8], "calculate_luks2_max_memori": [6, 8], "get_optimal_luks_sector_s": [6, 8], "is_fips_en": [6, 8], "lsminfo": [6, 8], "update_volume_info": [6, 8], "edd": [6, 16], "eddentri": [6, 8], "ata_devic": [6, 8], "ata_pmp": [6, 8], "atapi_devic": [6, 8], "atapi_lun": [6, 8], "bios_device_numb": [6, 8], "channel": [6, 8], "fibre_lun": [6, 8], "fibre_wwid": [6, 8], "host_bu": [6, 8], "i2o_ident": [6, 8], "ieee1394_eui64": [6, 8], "load": [6, 8, 15], "mbr_sig": [6, 8], "pci_dev": [6, 8], "sas_address": [6, 8], "sas_lun": [6, 8], "scsi_id": [6, 8], "scsi_lun": [6, 8], "sector": [6, 8, 9, 11, 14, 19], "sysfslink": [6, 8], "sysfspath": [6, 8], "usb_seri": [6, 8], "version": [6, 8, 9, 11, 15], "eddmatch": [6, 8], "devname_from_ata_pci_dev": [6, 8], "devname_from_pci_dev": [6, 8], "devname_from_scsi_pci_dev": [6, 8], "devname_from_virt_pci_dev": [6, 8], "devname_from_virtio_scsi_pci_dev": [6, 8], "match_via_mbrsig": [6, 8], "collect_edd_data": [6, 8], "collect_mbr": [6, 8], "get_edd_dict": [6, 8], "gpt": [6, 9, 11, 12, 16], "gpt_part_uuid_for_mountpoint": [6, 8], "gpt_part_uuid_for_volum": [6, 8], "thpoolprofil": [6, 8, 9], "desc": [6, 8, 11], "determine_parent_lv": [6, 8], "empty_lvm_devic": [6, 8], "ensure_lv_is_writ": [6, 8], "is_lvm_name_valid": [6, 8], "is_valid_cache_md_s": [6, 8], "lvm_devices_add": [6, 8], "lvm_devices_copi": [6, 8], "lvm_devices_remov": [6, 8], "lvm_devices_reset": [6, 8], "lvm_devices_restor": [6, 8], "lvmetad_socket_exist": [6, 8], "needs_config_refresh": [6, 8], "recommend_thpool_chunk_s": [6, 8], "mdraidlevel": [6, 8], "is_raid_level": [6, 8], "raid": [6, 16, 17], "ersatzraid": [6, 8], "get_max_spar": [6, 8], "get_recommended_strid": [6, 8], "get_siz": [6, 8], "get_spac": [6, 8], "has_redund": [6, 8], "is_uniform": [6, 8], "min_memb": [6, 8], "nick": [6, 8], "raidlevel": [6, 8, 17], "add_raid_level": [6, 8], "raid_level": [6, 8, 9, 16, 17], "raidn": [6, 8], "alt_synth_nam": [6, 8], "get_base_member_s": [6, 8], "get_net_array_s": [6, 8], "number": [6, 8, 9, 11, 14], "div_up": [6, 8], "get_raid_level": [6, 8], "create_filesystem": [6, 8], "create_pool": [6, 8], "filesystem_md_s": [6, 8], "pool_us": [6, 8], "remove_filesystem": [6, 8], "remove_pool": [6, 8], "set_kei": [6, 8], "btrfsdevic": [6, 9], "is_name_valid": [6, 9], "update_s": [6, 9], "update_sysfs_path": [6, 9], "btrfssnapshotdevic": [6, 9], "sourc": [6, 9, 21], "add_hook": [6, 9], "populate_ksdata": [6, 9, 11], "remove_hook": [6, 9], "setup_par": [6, 9], "list_subvolum": [6, 9], "remove_subvolum": [6, 9], "detach": [6, 9], "cacherequest": [6, 9], "cachestat": [6, 9], "block_siz": [6, 9], "hit": [6, 9], "miss": [6, 9], "containerdevic": [6, 9], "add_child": [6, 9], "destroi": [6, 9, 11, 17, 19], "dict": [6, 7, 8, 9, 11, 12, 14], "dracut_setup_arg": [6, 9], "external_depend": [6, 9], "isleaf": [6, 9, 19], "remove_child": [6, 9], "teardown_par": [6, 9], "type_descript": [6, 9], "type_external_depend": [6, 9], "unavailable_depend": [6, 9], "unavailable_direct_depend": [6, 9], "unavailable_type_depend": [6, 9], "dasddevic": [6, 9], "descript": [6, 8, 9, 11, 15, 17], "get_opt": [6, 9], "media_pres": [6, 9], "raid_disk_count": [6, 8, 9], "raid_stripe_s": [6, 8, 9], "raid_system": [6, 9], "diskfil": [6, 9], "read_current_s": [6, 9], "fcoediskdevic": [6, 9], "multipathdevic": [6, 9], "add_par": [6, 9], "nvdimmnamespacedevic": [6, 9], "nvmecontrol": [6, 9], "nvme_ver": [6, 9], "serial": [6, 8, 9], "subsysnqn": [6, 9], "transport": [6, 9], "transport_address": [6, 9], "nvmefabricsnamespacedevic": [6, 9], "nvmenamespacedevic": [6, 9], "zfcpdiskdevic": [6, 9], "iscsidiskdevic": [6, 9], "dm": [6, 11, 12, 15, 16], "dmcryptdevic": [6, 9], "dmdevic": [6, 9], "get_dm_nod": [6, 9], "setup_partit": [6, 9], "teardown_partit": [6, 9], "dmintegritydevic": [6, 9], "dmlineardevic": [6, 9], "deactiv": [6, 7, 9, 11, 17], "lib": [6, 16, 23, 28], "parentlist": [6, 9], "append": [6, 9], "appendfunc": [6, 9], "removefunc": [6, 9], "local": [6, 9, 10, 12], "nvdimm": [6, 9, 16], "remot": [6, 9], "ssd": [6, 9], "usb": [6, 8, 9], "device_name_to_disk_by_path": [6, 9], "device_path_to_nam": [6, 9], "get_device_type_by_major": [6, 9], "get_majors_by_device_typ": [6, 9], "update_nam": [6, 9], "fast_pv": [6, 9], "pv_space_us": [6, 9], "vg_space_us": [6, 9], "lvmcachepoolmixin": [6, 9], "autoset_md_s": [6, 9], "profil": [6, 9], "cache_typ": [6, 9], "lvmcachestat": [6, 9], "md_block_siz": [6, 9], "md_use": [6, 9], "read_hit": [6, 9], "read_miss": [6, 9], "write_hit": [6, 9], "write_miss": [6, 9], "lvmcachetyp": [6, 9], "lvminternallvtyp": [6, 9], "cache_pool": [6, 9], "data": [6, 8, 9, 10, 11, 13, 14, 19, 20], "get_typ": [6, 9], "imag": [6, 8, 9, 12, 21], "log": [6, 8, 9], "meta": [6, 9], "origin": [6, 9, 10, 11, 12], "unknown": [6, 9], "lvminternallogicalvolumemixin": [6, 9], "display_lvnam": [6, 9], "growabl": [6, 9, 16, 19], "int_lv_typ": [6, 9], "name_suffix": [6, 9], "parent_lv": [6, 9], "readonli": [6, 9], "takes_extra_spac": [6, 9], "lvmlogicalvolumebas": [6, 9], "add_internal_lv": [6, 9], "check_siz": [6, 9], "config_actions_map": [6, 9, 11], "data_vg_space_us": [6, 9], "from_lv": [6, 9], "log_siz": [6, 9], "lvname": [6, 9], "metadata_vg_space_us": [6, 9], "mirror": [6, 9], "num_raid_pv": [6, 9], "remove_internal_lv": [6, 9], "set_rw": [6, 9], "attach_cach": [6, 9], "attach_writecach": [6, 9], "display_lv_nam": [6, 9], "pool": [6, 9, 11, 14, 16, 20], "type_specif": [6, 9], "lvmsnapshotmixin": [6, 9], "merg": [6, 9], "old_snapshot_specif": [6, 9], "vorigin": [6, 9], "lvmthinlogicalvolumemixin": [6, 9], "pool_space_us": [6, 9], "lvmthinpoolmixin": [6, 9], "chunk_siz": [6, 8, 9], "used_spac": [6, 9], "lvmvdologicalvolumemixin": [6, 9], "lvmvdopoolmixin": [6, 9], "vdo_lv": [6, 9, 20], "align": [6, 9, 11], "get_supported_pe_s": [6, 9], "is_empti": [6, 9], "is_modifi": [6, 9], "lvm_metadata_spac": [6, 9], "pmspare_s": [6, 9], "reserved_perc": [6, 9], "reserved_spac": [6, 9], "thpool_reserv": [6, 9], "lvpvspec": [6, 9], "nottypespecif": [6, 9], "pvfreeinfo": [6, 9], "free": [6, 8, 9, 11, 19], "thpoolreservespec": [6, 9], "max": [6, 9], "min": [6, 9, 15], "percent": [6, 9], "mdbiosraidarraydevic": [6, 9], "mdadm_conf_entri": [6, 9], "mdcontainerdevic": [6, 9], "create_bitmap": [6, 9], "format_arg": [6, 9], "get_superblock_s": [6, 9], "mdadm_format_uuid": [6, 9], "pre_commit_fixup": [6, 9], "read_chunk_s": [6, 9], "network": [6, 16], "networkstoragedevic": [6, 9], "nodev": [6, 11, 16], "nodevic": [6, 9], "tmpfsdevic": [6, 9], "eject": [6, 9], "default_s": [6, 9], "flag_avail": [6, 9], "get_flag": [6, 9], "is_mag": [6, 9], "is_protect": [6, 9], "part_typ": [6, 9], "part_type_uuid": [6, 9, 11], "part_type_uuid_req": [6, 9], "parted_partit": [6, 9], "probe": [6, 8, 9], "set_flag": [6, 9], "unset_flag": [6, 9], "weight": [6, 9], "raiddevic": [6, 9], "logical_block_s": [6, 9], "physical_block_s": [6, 9], "fsname": [6, 9], "used_s": [6, 9, 14], "blockdev": [6, 9, 14], "key_fil": [6, 8, 9, 11], "passphras": [6, 8, 9, 11, 12, 14], "actioncancel": [6, 10], "attributechang": [6, 10], "devicead": [6, 10], "deviceremov": [6, 10], "parentad": [6, 10], "parentremov": [6, 10], "action_removed_cb": [6, 10], "attribute_changed_cb": [6, 10], "device_added_cb": [6, 10], "device_removed_cb": [6, 10], "disable_callback": [6, 10], "enable_callback": [6, 10], "parent_added_cb": [6, 10], "parent_removed_cb": [6, 10], "record_chang": [6, 10], "handler": [6, 13, 16], "eventhandlermixin": [6, 10], "handle_ev": [6, 10], "eventmanag": [6, 10], "add_mask": [6, 10], "handler_cb": [6, 10], "remove_mask": [6, 10], "eventmask": [6, 10], "match": [6, 8, 10, 12, 13, 17], "udeveventmanag": [6, 10], "validate_cb": [6, 10], "parted_flag": [6, 11], "add_partit": [6, 11, 16], "commit_to_disk": [6, 11], "end_align": [6, 11], "extended_partit": [6, 11], "first_partit": [6, 11], "fresh_parted_disk": [6, 11], "get_platform_label_typ": [6, 11], "logical_partit": [6, 11], "magic_partition_numb": [6, 11], "parted_devic": [6, 11], "parted_disk": [6, 11], "primary_partit": [6, 11], "remove_partit": [6, 11], "reset_parted_disk": [6, 11], "set_default_label_typ": [6, 11], "supports_nam": [6, 11], "update_orig_parted_disk": [6, 11], "update_parted_disk": [6, 11], "parted_system": [6, 11], "generate_new_uuid": [6, 11], "biggest_overhead_f": [6, 11], "can_modify_uuid": [6, 11], "can_nodiscard": [6, 11, 15], "can_set_uuid": [6, 11, 15], "check_modul": [6, 11], "free_space_estim": [6, 11], "get_required_s": [6, 11], "mount_typ": [6, 11, 15], "read_label": [6, 11], "relabel": [6, 11], "reset_uuid": [6, 11], "sync": [6, 11, 15], "test_mount": [6, 11], "unmount": [6, 11, 17, 19], "utils_avail": [6, 11], "uuid_format_ok": [6, 11, 15], "write_uuid": [6, 11], "stratisxf": [6, 11], "fslib": [6, 16], "fsresiz": [6, 11, 16], "offline_grow": [6, 11], "offline_shrink": [6, 11], "online_grow": [6, 11], "online_shrink": [6, 11], "update_kernel_filesystem": [6, 11], "escrow": [6, 11], "luks2pbkdfarg": [6, 11], "lvmdevices_add": [6, 11], "lvmdevices_remov": [6, 11], "prioriti": [6, 11, 12, 13], "check": [6, 8, 9, 11, 13, 14, 15, 21], "create_opt": [6, 11], "dump": [6, 11], "ks_mountpoint": [6, 11], "get_default_filesystem_typ": [6, 11], "get_device_format_class": [6, 11], "register_device_format": [6, 11], "helper": [6, 9, 12], "boot": [6, 11, 12], "devicepopul": [6, 12], "formatpopul": [6, 12], "populatorhelp": [6, 12], "populatormixin": [6, 12], "drop_device_info_cach": [6, 12], "handle_nodev_filesystem": [6, 12], "save_luks_passphras": [6, 12], "set_disk_imag": [6, 12], "setup_disk_imag": [6, 12, 16], "teardown_disk_imag": [6, 12], "parted_exn_handl": [6, 12], "static_data": [6, 16], "luks_data": [6, 16], "clear_passphras": [6, 14], "encryption_passphras": [6, 14, 16], "luks_dev": [6, 14], "min_entropi": [6, 14, 16], "pbkdf_arg": [6, 11, 14], "lvm_info": [6, 16], "lvsinfo": [6, 14], "drop_cach": [6, 14], "pvsinfo": [6, 14], "vgsinfo": [6, 14], "mpath_info": [6, 16], "mpathmemb": [6, 14], "is_mpath_memb": [6, 14], "update_cach": [6, 14], "enable_namespac": [6, 14], "get_namespace_info": [6, 14], "namespac": [6, 9, 14], "reconfigure_namespac": [6, 14], "update_namespaces_info": [6, 14], "nvdimmdependencyguard": [6, 14], "error_msg": [6, 14, 16], "stratis_info": [6, 16], "stratisblockdevinfo": [6, 14], "pool_nam": [6, 11, 14, 20], "pool_uuid": [6, 8, 11, 14], "stratisfilesysteminfo": [6, 14], "stratisinfo": [6, 14], "get_blockdev_info": [6, 14], "get_filesystem_info": [6, 14], "get_pool_info": [6, 14], "locked_pool": [6, 11, 14], "stratislockedpoolinfo": [6, 14], "key_desc": [6, 8, 14], "stratispoolinfo": [6, 14], "physical_s": [6, 14], "physical_us": [6, 14], "task": [6, 16], "appversioninfo": [6, 15], "blockdevmethod": [6, 15], "availability_error": [6, 15], "blockdevtechinfo": [6, 15], "dbusmethod": [6, 15], "externalresourc": [6, 9, 15], "versionmethod": [6, 15], "applic": [6, 10, 11, 15], "application_by_vers": [6, 15], "available_resourc": [6, 15], "blockdev_plugin": [6, 15], "dbus_servic": [6, 15], "unavailable_resourc": [6, 15], "dfresiz": [6, 16], "dfresizetask": [6, 15], "unit": [6, 8, 15, 21], "unimplementeddfres": [6, 15], "fsck": [6, 16], "dosfsck": [6, 15], "ext2fsck": [6, 15], "f2fsfsck": [6, 15], "do_task": [6, 15], "hfsplusfsck": [6, 15], "ntfsfsck": [6, 15], "unimplementedfsck": [6, 15], "xfsck": [6, 15], "fsinfo": [6, 16], "ext2fsinfo": [6, 15], "jfsinfo": [6, 15], "ntfsinfo": [6, 15], "reiserfsinfo": [6, 15], "unimplementedfsinfo": [6, 15], "xfsinfo": [6, 15], "fslabel": [6, 16, 23, 25], "ext2fslabel": [6, 15], "default_label": [6, 15], "f2fslabel": [6, 15], "fatfslabel": [6, 15], "hfslabel": [6, 15], "hfspluslabel": [6, 15], "jfslabel": [6, 15], "ntfslabel": [6, 15], "reiserfslabel": [6, 15], "xfslabel": [6, 15], "fsminsiz": [6, 16], "ext2fsmins": [6, 15], "ntfsminsiz": [6, 15], "unimplementedfsmins": [6, 15], "fsmkf": [6, 16], "btrfsmkf": [6, 15], "arg": [6, 7, 8, 9, 10, 11, 15], "get_uuid_arg": [6, 15], "label_opt": [6, 15], "nodiscard_opt": [6, 15], "ext2fsmkf": [6, 15], "ext3fsmkf": [6, 15], "ext4fsmkf": [6, 15], "f2fsmkf": [6, 15], "fatfsmkf": [6, 15], "can_label": [6, 15], "fsmkfstask": [6, 15], "gfs2mkf": [6, 15], "hfsmkf": [6, 15], "hfsplusmkf": [6, 15], "jfsmkf": [6, 15], "ntfsmkf": [6, 15], "reiserfsmkf": [6, 15], "unimplementedfsmkf": [6, 15], "xfsmkf": [6, 15], "fsmount": [6, 16], "applebootstrapfsmount": [6, 15], "fstype": [6, 15, 17, 20], "bindfsmount": [6, 15], "devptsfsmount": [6, 15], "efifsmount": [6, 15], "fatfsmount": [6, 15], "mount_opt": [6, 15], "hfsplusmount": [6, 15], "iso9660fsmount": [6, 15], "nfsmount": [6, 15], "ntfsmount": [6, 15], "nodevfsmount": [6, 15], "selinuxfsmount": [6, 15], "stratisxfsmount": [6, 15], "tmpfsmount": [6, 15], "udffsmount": [6, 15], "fsreadlabel": [6, 16], "dosfsreadlabel": [6, 15], "label_regex": [6, 15], "ext2fsreadlabel": [6, 15], "ntfsreadlabel": [6, 15], "unimplementedfsreadlabel": [6, 15], "xfsreadlabel": [6, 15], "ext2fsres": [6, 15], "size_fmt": [6, 15], "size_spec": [6, 15], "fsresizetask": [6, 15], "ntfsresiz": [6, 15], "tmpfsresiz": [6, 15], "unimplementedfsres": [6, 15], "xfsresiz": [6, 15], "fssize": [6, 16], "ext2fssiz": [6, 15], "jfssize": [6, 15], "ntfssize": [6, 15], "reiserfss": [6, 15], "tmpfssize": [6, 15], "unimplementedfss": [6, 15], "xfssize": [6, 15], "fssync": [6, 16], "unimplementedfssync": [6, 15], "xfssync": [6, 15], "fstask": [6, 16], "unimplementedfstask": [6, 15], "fsuuid": [6, 16, 23, 25], "ext2fsuuid": [6, 15], "fatfsuuid": [6, 15], "hfsplusuuid": [6, 15], "jfsuuid": [6, 15], "ntfsuuid": [6, 15], "reiserfsuuid": [6, 15], "xfsuuid": [6, 15], "fswritelabel": [6, 16], "dosfswritelabel": [6, 15], "ext2fswritelabel": [6, 15], "jfswritelabel": [6, 15], "ntfswritelabel": [6, 15], "reiserfswritelabel": [6, 15], "unimplementedfswritelabel": [6, 15], "xfswritelabel": [6, 15], "fswriteuuid": [6, 16], "ext2fswriteuuid": [6, 15], "jfswriteuuid": [6, 15], "ntfswriteuuid": [6, 15], "reiserfswriteuuid": [6, 15], "unimplementedfswriteuuid": [6, 15], "xfswriteuuid": [6, 15], "lukstask": [6, 16], "luksres": [6, 15], "lukssiz": [6, 15], "pvtask": [6, 16], "pvresiz": [6, 15], "pvsize": [6, 15], "basicappl": [6, 15], "implement": [6, 7, 8, 9, 15, 17], "unimplementedtask": [6, 15], "addfunc": 6, "none": [6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 19], "action_typ": 6, "object_typ": 6, "devid": 6, "specifi": [6, 7, 8, 9, 10, 11, 13, 17, 19, 20], "paramet": [6, 7, 8, 9, 10, 11, 12, 14, 15], "A": [6, 7, 8, 9, 10, 11, 14, 15, 17], "valu": [6, 7, 8, 9, 12, 13], "ani": [6, 7, 8, 9, 10, 11, 12, 13, 15, 17, 19, 21], "keyword": [6, 7, 9, 11, 12, 13, 14, 20], "argument": [6, 9, 11, 15, 17, 20], "indic": [6, 8, 9, 11, 15], "accept": [6, 9, 11], "field": [6, 8, 9, 14], "str": [6, 7, 8, 9, 10, 11, 14, 15], "eg": [6, 9, 11, 17, 21], "operand": 6, "int": [6, 8, 9, 11, 14], "return": [6, 7, 8, 9, 10, 11, 13, 14, 15, 17], "process": [6, 7, 9, 12, 13, 16, 19], "dry_run": [6, 11], "execut": [6, 9, 16, 19, 21], "regist": [6, 8, 10], "doitcallback": 6, "invok": [6, 9], "when": [6, 8, 9, 10, 11, 14, 15, 17, 19, 20], "current": [6, 7, 9, 10, 11, 15, 17, 19, 20, 21], "redund": [6, 8, 9], "obsolet": [6, 9, 16], "from": [6, 7, 8, 9, 11, 15, 19, 20, 21], "depend": [6, 8, 9, 11, 15], "with_flag": [6, 16], "flag_attr": 6, "decor": [6, 8, 9, 15], "while": [6, 9, 15, 19], "run": [6, 9, 10, 11, 12, 13, 14, 17, 21], "get_arch": [6, 8, 16], "hardwar": [6, 21], "architectur": [6, 8], "string": [6, 7, 8, 9, 10, 11, 15, 17, 19], "get_ppc_mac_book": [6, 16], "true": [6, 7, 8, 9, 10, 11, 12, 13, 15, 19, 20], "i_book": 6, "powerbook": 6, "fals": [6, 7, 8, 9, 10, 11, 12, 15, 20], "otherwis": [6, 8, 11, 15, 17], "get_ppc_mac_gen": [6, 16], "ppc": 6, "powermac": 6, "get_ppc_mac_id": [6, 16], "machin": [6, 21], "get_ppc_machin": [6, 16], "is_aarch64": [6, 16], "aarch64": 6, "boolean": [6, 8, 9], "is_alpha": [6, 16], "alpha": 6, "is_arm": [6, 16], "arm": 6, "is_cel": [6, 16], "cell": 6, "platform": 6, "is_efi": [6, 16], "efi": 6, "is_ia64": [6, 16], "ia64": 6, "is_ipseri": [6, 16], "is_loongarch": [6, 16], "loongarch": 6, "defin": [6, 8, 9, 10, 13, 21], "memori": [6, 8, 9, 14], "address": [6, 8, 9], "is_mactel": [6, 16], "intel": 6, "appl": 6, "mac": 6, "is_pmac": [6, 16], "is_powernv": [6, 16], "is_ppc": [6, 16], "is_riscv64": [6, 16], "riscv64": 6, "is_s390": [6, 16], "s390": 6, "x": [6, 9], "is_t2mac": [6, 16], "t2": 6, "secur": 6, "chip": 6, "rtype": [6, 9, 11, 13, 15], "is_x86": [6, 16], "x86": 6, "num_bit": [6, 16], "integ": [6, 8], "repres": [6, 7, 8, 9, 11, 12, 15, 19, 20, 21], "length": [6, 8], "word": [6, 8], "usual": [6, 8, 15, 21], "32": 6, "64": [6, 8], "could": [6, 9, 11, 19], "determin": [6, 8, 9, 15], "top": [6, 9, 11, 17, 20], "tree": [6, 7, 12, 13, 19], "state": [6, 7, 10, 14, 19], "doe": [6, 8, 9, 11, 21], "necessarili": [6, 9, 19], "reflect": [6, 11, 12], "system": [6, 7, 8, 9, 11, 17, 19, 21], "compare_disk": [6, 16], "first": [6, 7, 8, 9, 11, 13, 20], "second": 6, "compare_disks_kei": [6, 16], "owner": [6, 9, 11], "schedul": [6, 17], "creation": [6, 9, 11, 15, 20], "destruct": 6, "device_dep": [6, 16], "subtre": [6, 7], "root": [6, 8, 9, 11, 15, 16, 17, 21], "ignor": [6, 8, 9, 10, 12], "exclud": [6, 12], "media": [6, 9], "queu": [6, 9], "create_new_callbacks_regist": [6, 16], "dump_stat": [6, 16], "suffix": 6, "shelf": 6, "device_typ": [6, 9], "0": [6, 7, 8, 9, 11, 13, 14, 15], "kwarg": [6, 7, 8, 9, 10, 11, 14, 15], "down": [6, 9, 11, 12, 17, 20], "specif": [6, 9, 10, 11, 13, 15, 17, 19], "device_type_": 6, "newli": [6, 9, 11, 19], "fmt": [6, 7, 9, 10], "so": [6, 8, 9, 10, 11], "necessari": [6, 9, 11, 14], "prior": 6, "call": [6, 9, 10, 11, 13, 14, 19, 20], "space": [6, 8, 9, 11, 19, 21], "info": [6, 8, 10, 12, 14, 15], "each": [6, 8, 9, 13, 19, 21], "2": [6, 8, 9, 11, 14, 15, 17], "tupl": [6, 8, 9, 14], "disk_fre": 6, "fs_free": 6, "shrink": 6, "alloc": [6, 8, 9, 16, 19], "allow": [6, 8, 9, 11, 12, 19], "than": [6, 8, 9, 11, 19, 21], "self": [6, 8, 9, 11, 14, 15], "parttion": 6, "overrid": [6, 8, 9, 11, 15], "kei": [6, 7, 8, 9, 11, 12], "default": [6, 9, 11, 15, 20, 21], "re": [6, 8, 9, 11, 19, 21], "except": [6, 9, 10], "perhap": 6, "magic": 6, "sun": 6, "valueerror": [6, 11], "rais": [6, 7, 8, 9, 10, 11, 15, 17], "logic": [6, 8, 9, 20], "arrai": [6, 8, 9, 11, 21], "known": [6, 7, 8, 9, 11], "new": [6, 8, 9, 10, 11, 14, 17, 19, 20], "brfssubvolumedevic": 6, "fmt_arg": 6, "subvol": 6, "bool": [6, 9, 10, 11, 12, 13, 15], "whether": [6, 8, 9, 11, 13, 15, 17], "oppos": 6, "pass": [6, 7, 8, 9, 11, 15], "appropri": [6, 9, 11, 13], "For": [6, 7, 8, 9, 11, 13, 20], "same": [6, 8, 19, 20, 21], "hostnam": 6, "product": 6, "subvolum": [6, 9], "sinc": [6, 7, 8, 9, 10, 11, 14, 19], "fmt_type": [6, 11, 20], "thin_pool": 6, "thin": [6, 9], "thin_volum": 6, "vdo_pool": [6, 20], "vdo": [6, 9, 18], "seg_typ": [6, 9], "segment": [6, 9], "data_lv": [6, 9], "metadata_lv": [6, 9], "order": [6, 8, 9, 21], "unalloc": 6, "group": [6, 9, 20], "next_id": [6, 16], "uniqu": [6, 7, 9, 17, 20], "placehold": 6, "includ": [6, 8, 9, 14, 19], "nor": 6, "also": [6, 7, 8, 9, 10, 19, 21], "physic": [6, 9, 11, 15, 19, 20], "after": [6, 8, 9, 10, 11, 12], "its": [6, 7, 8, 9, 10, 11, 12, 15], "leaf": 6, "recurs": [6, 9], "until": [6, 10, 19], "At": [6, 19], "point": [6, 7, 10, 19], "unless": [6, 7, 9, 12], "attempt": [6, 8], "made": 6, "remove_empty_extended_partit": [6, 16], "cleanup_onli": [6, 12], "cancel": [6, 16], "rescan": 6, "scratch": 6, "clobber": 6, "user": [6, 9, 21], "obtain": [6, 9, 15], "inform": [6, 8, 9, 10, 11, 12, 14, 15], "like": [6, 9, 19, 21], "config": 6, "c": [6, 8, 9, 15], "prepar": 6, "about": [6, 8, 9, 10, 11, 14, 15], "new_siz": 6, "target": [6, 8, 9, 11, 15, 17], "recogn": [6, 11], "being": [6, 7, 9, 14], "well": [6, 7, 8, 9], "convert": 6, "someth": [6, 11, 17], "safe": 6, "limit": [6, 20, 21], "128": 6, "charact": 6, "don": [6, 9, 21], "know": [6, 9], "variou": [6, 9, 11, 12, 19], "m": [6, 15], "go": [6, 12], "pick": 6, "we": [6, 8, 9, 10, 11, 12], "have": [6, 8, 9, 10, 11, 15, 19], "entir": 6, "librari": 6, "newtyp": 6, "invalid": [6, 9], "input": [6, 11], "short_product_nam": [6, 16], "prefix": [6, 11], "container_typ": 6, "reason": [6, 15], "unus": 6, "suggest": [6, 16], "suitabl": 6, "unique_device_nam": [6, 16], "name_set": 6, "turn": 6, "given": [6, 7, 8, 9, 11, 13, 14, 15], "ad": [6, 8, 9, 12, 20], "numer": [6, 8, 9], "provid": [6, 7, 8, 9, 11, 17, 19], "callbacklist": [6, 16], "cb": [6, 10], "collect": [6, 8], "trigger": [6, 16], "action_ad": [6, 16], "action_execut": [6, 16], "action_remov": [6, 16], "attribute_chang": [6, 16], "device_ad": [6, 16], "device_remov": [6, 16], "device_scan": [6, 16], "scan": [6, 12, 19], "format_ad": [6, 16], "format_remov": [6, 16], "parent_ad": [6, 16], "parent_remov": [6, 16], "populate_start": [6, 16], "start": [6, 9, 11], "createformatpostdata": [6, 16], "msg": [6, 16], "alia": [6, 8, 9, 14], "createformatpredata": [6, 16], "reportprogressdata": [6, 16], "resizeformatpostdata": [6, 16], "resizeformatpredata": [6, 16], "waitforentropydata": [6, 16], "1": [6, 7, 8, 9, 11, 14, 17], "create_format_pr": 6, "create_format_post": 6, "resize_format_pr": 6, "resize_format_post": 6, "wait_for_entropi": 6, "report_progress": 6, "function": [6, 8, 9, 10, 11, 13, 14, 15], "opaqu": 6, "hold": [6, 9, 13], "refer": [6, 7], "non": [6, 8, 9, 11, 17, 19, 20, 21], "e": [6, 8, 9, 14, 15, 20], "g": [6, 8, 9, 14, 20], "wait": [6, 10], "enough": 6, "entropi": [6, 11], "whose": [6, 9, 10], "continu": 6, "regardless": [6, 9], "forc": [6, 11, 12], "addit": [6, 8, 9, 11, 20], "appli": [6, 10, 11, 16], "relat": [6, 9, 10, 12, 13], "perform": [6, 9, 13], "obj": [6, 7, 16], "3": [6, 8, 9, 11, 14, 20], "w": [6, 8], "higher": [6, 13, 21], "grow": [6, 9, 19], "50": [6, 13, 20], "type_desc_str": [6, 16], "lower": [6, 19], "5": [6, 9, 11, 14, 15, 20], "both": [6, 7, 8, 9, 11, 20], "100": [6, 13], "put": 6, "assum": [6, 8, 9, 19], "alreadi": [6, 8, 9, 12, 17], "associ": [6, 7, 8, 11, 12, 13, 15, 17], "those": 6, "can": [6, 8, 9, 10, 11, 15, 17, 19, 20, 21], "anoth": [6, 9], "delet": 6, "act": 6, "1000": 6, "wipe": 6, "signatur": [6, 8, 10], "10": [6, 11, 13, 19, 20], "oper": [6, 9, 10, 17, 21], "two": [6, 8, 20, 21], "respect": 6, "share": [6, 9, 19], "500": [6, 9, 13], "xxx": [6, 9], "do": [6, 9, 11, 15, 19, 21], "even": [6, 9, 11, 19], "without": [6, 19], "resid": [6, 9, 17], "objectid": [6, 9, 10, 11, 16], "carri": 6, "out": [6, 8, 19, 21], "futur": [6, 9], "modifi": [6, 9, 17, 19], "accord": [6, 8, 9, 11, 13], "underli": [6, 11], "revers": 6, "modif": 6, "pre": [6, 9], "eventu": 6, "verifi": 6, "request": [6, 7, 8, 9, 16], "pair": [6, 7], "time": [6, 10, 11], "enforc": [6, 9], "basic": [6, 8], "usag": [6, 9, 21], "dev": [6, 9, 14, 17, 19], "OR": 6, "back": [6, 9, 19], "up": [6, 8, 9, 11, 12, 19], "deep": 6, "forcibli": 6, "downsid": 6, "lose": 6, "verif": 6, "done": [6, 11, 16], "upsid": 6, "guarante": [6, 8, 9], "achiev": 6, "total": [6, 9], "No": 6, "chanc": 6, "end": [6, 9, 11, 12, 19], "alter": 6, "due": [6, 21], "round": [6, 8], "miscalcul": 6, "is_add": [6, 16], "is_configur": [6, 16], "is_contain": [6, 16], "is_creat": [6, 16], "is_destroi": [6, 16], "is_devic": [6, 16], "is_format": [6, 16], "is_grow": [6, 16], "is_remov": [6, 16], "is_res": [6, 16], "is_shrink": [6, 16], "object_str": [6, 16], "object_type_str": [6, 16], "resize_str": [6, 16], "type_desc": [6, 16], "type_str": [6, 16], "action_object_from_str": [6, 16], "action_type_from_str": [6, 16], "resize_type_from_str": [6, 16], "btrfsfactori": [6, 16], "desir": [6, 9, 15], "text": 6, "valid": [6, 8, 9, 10, 11], "descriptor": [6, 8, 9], "adjust": [6, 9], "must": [6, 7, 8, 11, 13, 15, 20], "container_nam": [6, 17, 20], "container_raid_level": [6, 16, 17], "container_encrypt": [6, 17], "container_s": [6, 17], "min_luks_entropi": [6, 11], "minimum": [6, 8, 9, 11, 15, 19], "luks_vers": [6, 11], "luks1": [6, 11], "luks2": [6, 11], "deriv": [6, 8, 11], "luks_sector_s": [6, 11], "child_factory_class": [6, 16], "partitionsetfactori": [6, 16], "child_factory_fstyp": [6, 16], "container_list": [6, 16], "combin": [6, 9], "stack": [6, 12, 21], "complex": 6, "simplifi": 6, "trace": 6, "lvmfactori": [6, 16], "_create_contain": 6, "_create_devic": 6, "singl": [6, 8, 15, 19, 20], "multipl": [6, 9, 11, 20], "lvmonmdfactori": 6, "mdfactori": [6, 16], "code": [6, 8, 9, 13, 21], "just": [6, 8, 9, 12, 14], "larg": [6, 9, 19], "music": 6, "10000": 6, "It": [6, 7, 8, 9, 13, 14, 19, 20, 21], "make": [6, 7, 9, 10, 14, 19, 21], "result": [6, 8], "close": [6, 9, 21], "been": [6, 9, 10, 11, 12, 19, 20], "written": [6, 8, 11, 19], "_blivet": 6, "mai": [6, 8, 9, 15], "maintain": [6, 14], "music_lv": 6, "now": [6, 9, 19], "20000": 6, "video": 6, "accordingli": 6, "15000": 6, "write": [6, 9, 11, 15, 16], "thei": [6, 9, 12, 13, 15, 19], "within": [6, 9, 11, 13, 19], "toggl": 6, "renam": [6, 10], "move": 6, "parent_factori": 6, "get_contain": [6, 16], "allow_exist": 6, "best": 6, "choic": 6, "look": [6, 8, 19], "select": 6, "preexist": 6, "size_set_class": [6, 16], "totalsizeset": [6, 16], "lvmthinpfactori": [6, 16], "provis": [6, 20], "veri": 6, "similar": [6, 19, 20], "layer": 6, "separ": [6, 10, 21], "haven": [6, 19], "problemat": 6, "need": [6, 9, 11, 12, 16], "piec": 6, "overridden": [6, 8], "skip": [6, 21], "here": [6, 8, 19, 21], "aren": 6, "overcommit": [6, 9], "ll": [6, 19], "thing": [6, 9, 19], "somewhat": 6, "That": [6, 9, 11, 12, 19], "automat": [6, 8, 11, 12, 17, 20], "handl": [6, 10, 13, 15, 19], "thinp": 6, "anaconda": [6, 21], "ui": [6, 11], "becaus": [6, 8, 9, 10, 11, 12], "mad": 6, "ensu": 6, "abl": [6, 9], "spec": [6, 7, 8, 17], "auto": [6, 9], "per": [6, 9], "summari": 6, "instal": [6, 8, 11, 21], "where": [6, 8, 9, 15, 19], "routin": 6, "get_pool": [6, 16], "pool_list": [6, 16], "lvmvdofactori": [6, 16, 20], "virtual_s": [6, 20], "bigger": 6, "compress": [6, 9, 20], "dedupl": [6, 9, 20], "samesizeset": [6, 16], "partitionfactori": [6, 16], "alwai": [6, 9, 11, 15, 16], "stratisfactori": [6, 16], "get_supported_raid_level": [6, 16], "enumer": 6, "ignored_disk": 6, "exclusive_disk": [6, 12], "disk_imag": [6, 12], "devicetreebas": [6, 16], "exclus": [6, 7, 12, 16], "didk": 6, "quasi": 6, "possibli": [6, 8, 11], "caus": [6, 9], "directli": [6, 9, 19, 21], "indirectli": 6, "via": [6, 7, 9, 11, 12, 19], "membership": 6, "expand_taglist": [6, 16], "taglist": 6, "expand": 6, "encount": 6, "empti": [6, 11, 15], "dep": [6, 9], "indirect": 6, "search": [6, 8, 18], "id_num": 6, "found": [6, 8, 9, 11, 15, 17, 19], "prefer": 6, "plu": 6, "wai": 6, "connect": [6, 7, 8, 9], "param": [6, 9, 10, 12, 13, 14, 15], "involv": 6, "special": [6, 8, 9, 11, 15, 20, 21], "place": [6, 9, 19], "mix": 6, "side": [6, 9], "effect": [6, 8, 9, 19], "most": [6, 9, 11, 19, 21], "significantli": 6, "howev": [6, 9, 19, 20], "null": [6, 15], "op": 6, "everi": [6, 9, 19], "reach": 6, "explicitli": 6, "_remove_devic": 6, "satisfi": [6, 8], "stringent": 6, "therefor": 6, "fixm": 6, "duplic": [6, 8, 9], "upon": [6, 9, 19], "remove_devic": 6, "modpar": [6, 9], "updat": [6, 9, 11, 12, 13, 14], "devspec": 6, "blkid_tab": 6, "crypt_tab": 6, "subvolspec": 6, "sda3": [6, 19], "node": [6, 8, 9, 11, 17, 19], "mapper": [6, 9, 17], "fedora": [6, 17], "xyz": 6, "tuv": 6, "qr": 6, "rootf": 6, "describ": [6, 7, 9, 10, 13, 20], "blkidtab": 6, "blkid": 6, "crypttab": [6, 9, 11], "restor": 6, "visibl": [6, 14], "reschedul": 6, "problem": 6, "extern": [6, 9, 10, 11, 15, 21], "resourc": [6, 15], "messag": 6, "dev_nam": 6, "nhint": 6, "part": [6, 9, 11, 12, 17, 21], "wipef": 6, "unabl": 6, "locat": [6, 12, 14, 21], "kernel": [6, 8, 11], "report": [6, 10, 21], "unclear": 6, "what": [6, 8, 9, 19, 21], "exact": [6, 19], "pleas": 6, "bug": 6, "http": 6, "bugzilla": 6, "redhat": [6, 17], "com": [6, 17], "clone": 6, "disconnect": 6, "reformat": [6, 13], "distinct": [6, 8], "vgrenam": 6, "old": [6, 9, 10, 11], "o": [6, 11, 17, 21], "vg_uuid": [6, 11], "oserror": 6, "detail": [6, 12, 19], "fswriteuuiderror": [6, 16], "gptvoluuiderror": [6, 16], "choos": 6, "firmwar": [6, 8], "lvmerror": [6, 16], "looperror": [6, 16], "mdraiderror": [6, 16], "noparentserror": [6, 16], "occur": [6, 10], "main": [6, 7, 10, 16, 19], "san": 6, "manual": [6, 7], "through": [6, 8, 9, 12], "As": 6, "sure": [6, 9], "certain": 6, "daemon": 6, "happen": 6, "onc": [6, 8, 11, 19], "keep": [6, 8], "global": 6, "singleton": [6, 8, 14], "deepcopi": [6, 14], "nic": [6, 9], "dcb": 6, "auto_vlan": 6, "activ": [6, 7, 9, 11, 12, 17], "attach": [6, 9], "succeed": 6, "write_nic_fcoe_cfg": [6, 16], "get_boot_cmdlin": [6, 16], "update_from_boot_cmdlin": [6, 16], "n_": [6, 16], "p_": [6, 16], "y": [6, 9], "z": 6, "logininfo": [6, 16], "logged_in": 6, "nodeinfo": [6, 16], "tpgt": 6, "port": [6, 8, 9, 16], "simpl": [6, 19], "represent": [6, 9], "conn_info": [6, 16], "auth": 6, "form": [6, 9], "interact": 6, "udisk": 6, "targetinfo": [6, 16], "ipaddr": [6, 16], "has_iscsi": [6, 16], "login": 6, "ibft": 6, "add_target": [6, 16], "iscsid": 6, "active_nod": [6, 16], "3260": 6, "pw": 6, "user_in": 6, "pw_in": 6, "discover_us": 6, "discover_pw": 6, "discover_user_in": 6, "discover_pw_in": 6, "server": [6, 9], "ip": [6, 9], "authent": 6, "differ": [6, 8], "credenti": 6, "discoveri": 6, "nonetyp": [6, 9, 11, 15], "chap": 6, "usernam": 6, "password": 6, "r_usernam": 6, "r_password": 6, "again": [6, 19, 20], "corrupt": [6, 12], "store": [6, 8, 9, 19], "set_auth": 6, "get_auth": 6, "databas": 6, "var": 6, "fill": 6, "get_nod": [6, 16], "get_node_disk": [6, 16], "our": [6, 8], "stabil": [6, 16], "iscsidependencyguard": [6, 16], "exn_cl": [6, 14], "dependencyguard": [6, 14, 16], "mountscach": [6, 16], "proc": [6, 9], "mountinfo": 6, "date": 6, "get_mountpoint": [6, 16], "devscpec": 6, "vda1": 6, "them": [6, 9, 12, 21], "previou": [6, 19], "caller": [6, 9], "account": [6, 9, 11], "is_mountpoint": [6, 16], "overwrit": 6, "chunk": [6, 9, 16], "region": 6, "vari": 6, "subclass": [6, 8, 9, 11, 13, 19], "add_request": [6, 16], "req": 6, "finish": [6, 19], "grow_request": [6, 16], "uniform": 6, "calcul": [6, 8, 9, 11], "growth": [6, 16], "amount": [6, 8, 9, 11], "uniformli": 6, "proportion": 6, "receiv": 6, "allot": 6, "proport": 6, "four": 6, "fast": [6, 9], "250": 6, "equal": [6, 9], "portion": 6, "sum": 6, "has_grow": [6, 16], "least": [6, 8, 9, 11, 15], "length_to_s": [6, 16], "max_growth": [6, 16], "reclaim": [6, 16], "remain": [6, 16], "still": [6, 8], "grown": 6, "size_to_length": [6, 16], "sort_request": [6, 16], "trim_over_grown_request": [6, 16], "extra": [6, 19], "trim": 6, "count": [6, 9, 15], "wa": [6, 7, 9, 17, 19], "diskchunk": [6, 16], "geometri": 6, "partitionrequest": [6, 16], "10tb": 6, "msdo": [6, 9, 11, 20], "treat": [6, 8, 9], "2tib": 6, "plan": [6, 11], "maximum": [6, 8, 9, 11, 19], "lvrequest": [6, 16], "reserve_request": [6, 16], "reserv": [6, 9], "fix": 6, "how": [6, 9, 11, 19, 21], "much": [6, 9, 11], "correspond": [6, 8, 12, 13], "common": [6, 9], "thinpoolchunk": [6, 16], "vgchunk": [6, 16], "dealloc": [6, 16], "partition_": 6, "optim": [6, 9, 11], "align_size_for_disklabel": [6, 16], "allocate_partit": [6, 16], "freespac": 6, "boot_disk": 6, "featur": 6, "usabl": [6, 9, 11], "bootload": 6, "approach": [6, 19], "earlier": 6, "partitioncompar": 6, "criteria": 6, "req_xxxx": 6, "unchang": 6, "get_best_free_space_region": [6, 16], "req_siz": 6, "best_fre": 6, "largest": [6, 11], "partition_norm": [6, 9, 11], "partition_log": [6, 11], "taken": [6, 9, 11], "among": 6, "sever": [6, 21], "compar": [6, 16], "overal": 6, "get_disk_chunk": [6, 16], "get_free_region": [6, 16], "grain_siz": 6, "get_next_partition_typ": [6, 16], "no_primari": 6, "next": [6, 10, 19], "primari": [6, 8, 9], "extend": [6, 8, 9, 11], "slot": [6, 8, 11], "recommend": [6, 8, 9], "refus": 6, "chosen": [6, 11], "strategi": 6, "along": 6, "grow_partit": [6, 16], "size_set": 6, "ratio": 6, "lv_compar": [6, 16], "lv1": 6, "lv2": 6, "come": 6, "manage_size_set": [6, 16], "partition_compar": [6, 16], "part1": 6, "part2": 6, "remove_new_partit": [6, 16], "all_partit": 6, "resolve_disk_tag": [6, 16], "resolv": [6, 7, 8, 17], "interpet": 6, "sectors_to_s": [6, 16], "size_to_sector": [6, 16], "byte": [6, 8, 9, 17], "update_extended_partit": [6, 16], "reconcil": 6, "mainloop": 6, "dbuscallerror": [6, 16], "safedbuserror": [6, 16], "over": 6, "dbuspropertyerror": [6, 16], "call_sync": [6, 16], "servic": [6, 7, 15, 17], "obj_path": [6, 7], "fd": 6, "establish": 6, "synchron": 6, "gvariant": 6, "gio": 6, "dbusconnect": 6, "unixfdlist": 6, "unpack": 6, "element": [6, 8], "appear": [6, 9], "check_object_avail": [6, 16], "get_new_session_connect": [6, 16], "session": 6, "bu": [6, 7, 8, 9, 17], "earli": 6, "befor": [6, 9, 11, 19], "uid": 6, "live": 6, "seteuid": 6, "probabl": [6, 9], "weird": 6, "consolehelp": 6, "userhelper_uid": 6, "get_new_system_connect": [6, 16], "get_properties_sync": [6, 16], "intern": [6, 8, 9, 17], "dbus_call_safe_sync": 6, "invoc": 6, "get_property_sync": [6, 16], "prop_nam": 6, "doesn": [6, 11, 14, 21], "pars": 6, "45mb": 6, "6": [6, 9, 11], "7gb": 6, "human": 6, "readabl": 6, "decim": 6, "posit": [6, 8], "ensure_percent_reserv": [6, 16], "80": [6, 20], "20": [6, 13, 19, 20], "with_reserv": 6, "orig_s": 6, "float": 6, "arithmet": 6, "unlik": 6, "exactli": [6, 19], "min_unit": 6, "max_plac": 6, "xlate": 6, "binari": 6, "65531": 6, "expect": [6, 9, 10], "00": [6, 20], "65": 6, "53": 6, "smallest": [6, 8], "translat": 6, "nearest": 6, "neg": [6, 15], "round_half_up": 6, "whole": [6, 9, 19], "unit_str": [6, 16], "kind": [6, 9], "function_name_and_depth": [6, 16], "log_exception_info": [6, 16], "log_func": 6, "bound": [6, 9], "logger": 6, "debug": 6, "warn": 6, "fmt_str": 6, "regard": 6, "lowest": 6, "line": [6, 15, 19], "prepend": 6, "log_method_cal": [6, 16], "d": [6, 7, 9, 15, 21], "log_method_return": [6, 16], "retval": 6, "synchronizedabcmeta": [6, 16], "dct": 6, "synchronizedmeta": [6, 16], "abcmeta": 6, "metaclass": [6, 9], "wrap": 6, "To": [6, 9, 11, 19, 21], "prevent": [6, 7, 9], "_unsynchronized_method": 6, "clear_thread_except": [6, 16], "callabl": [6, 9, 10], "lock": [6, 11], "get_thread_except": [6, 16], "save_thread_except": [6, 16], "exc_info": 6, "cyclicgrapherror": [6, 16], "create_graph": [6, 16], "item": [6, 9, 10], "edg": 6, "graph": 6, "iter": [6, 9, 11], "hashabl": 6, "child": [6, 9, 10, 20], "dictionari": 6, "three": [6, 21], "incom": 6, "hash": 6, "device_dm_subsystem_match": [6, 16], "subsystem": 6, "device_get_bu": [6, 16], "udev_info": 6, "device_get_by_path": [6, 16], "device_get_dasd_bus_id": [6, 16], "ccw": 6, "dasd": [6, 9], "device_get_dasd_flag": [6, 16], "device_get_devnam": [6, 16], "device_get_disklabel_typ": [6, 16], "device_get_disklabel_uuid": [6, 16], "device_get_fcoe_identifi": [6, 16], "device_get_fcoe_n": [6, 16], "device_get_format": [6, 16], "device_get_format_vers": [6, 16], "device_get_hold": [6, 16], "holder": 6, "device_get_iscsi_address": [6, 16], "device_get_iscsi_initi": [6, 16], "device_get_iscsi_lun": [6, 16], "device_get_iscsi_nam": [6, 16], "device_get_iscsi_n": [6, 16], "device_get_iscsi_port": [6, 16], "device_get_iscsi_sess": [6, 16], "device_get_label": [6, 16], "device_get_lv_attr": [6, 16], "device_get_lv_nam": [6, 16], "device_get_lv_s": [6, 16], "device_get_lv_typ": [6, 16], "device_get_lv_uuid": [6, 16], "device_get_lv_vg_nam": [6, 16], "device_get_major": [6, 16], "device_get_md_contain": [6, 16], "device_get_md_device_uuid": [6, 16], "device_get_md_devic": [6, 16], "fail": [6, 8], "belong": [6, 8, 11, 15], "keyerror": 6, "device_get_md_level": [6, 16], "device_get_md_metadata": [6, 16], "metadata": [6, 8, 9, 11], "device_get_md_nam": [6, 16], "device_get_md_uuid": [6, 16], "device_get_minor": [6, 16], "device_get_model": [6, 16], "device_get_nam": [6, 16], "db": 6, "device_get_par": [6, 16], "device_get_part_s": [6, 16], "device_get_partition_disk": [6, 16], "friendli": [6, 10], "device_get_partition_uuid": [6, 16], "device_get_path": [6, 16], "device_get_pv_pe_start": [6, 16], "device_get_seri": [6, 16], "device_get_symlink": [6, 16], "symbol": 6, "link": [6, 8, 21], "pyudev": [6, 12, 13], "device_get_sysfs_path": [6, 16], "device_get_uuid": [6, 16], "device_get_vendor": [6, 16], "device_get_vg_extent_count": [6, 16], "device_get_vg_extent_s": [6, 16], "device_get_vg_fre": [6, 16], "device_get_vg_free_ext": [6, 16], "device_get_vg_nam": [6, 16], "device_get_vg_pv_count": [6, 16], "device_get_vg_s": [6, 16], "device_get_vg_uuid": [6, 16], "device_get_wwn": [6, 16], "wwid": [6, 8], "0x": 6, "device_get_zfcp_attribut": [6, 16], "attr": [6, 10, 11], "device_is_biosraid_memb": [6, 16], "device_is_cciss": [6, 16], "cciss": 6, "device_is_cdrom": [6, 16], "drive": [6, 8, 9, 21], "device_is_dasd": [6, 16], "device_is_disk": [6, 16], "unfortun": 6, "mani": [6, 9], "term": 6, "device_is_dm": [6, 16], "device_is_dm_anaconda": [6, 16], "device_is_dm_crypt": [6, 16], "map": [6, 8, 9, 11, 14], "crypt": [6, 9], "device_is_dm_integr": [6, 16], "device_is_dm_livecd": [6, 16], "livecd": 6, "device_is_dm_luk": [6, 16], "device_is_dm_lvm": [6, 16], "device_is_dm_mpath": [6, 16], "device_is_dm_partit": [6, 16], "device_is_dm_raid": [6, 16], "device_is_dm_strati": [6, 16], "device_is_fco": [6, 16], "device_is_hidden": [6, 16], "device_is_iscsi": [6, 16], "device_is_loop": [6, 16], "device_is_md": [6, 16], "device_is_nvdimm_namespac": [6, 16], "device_is_nvme_fabr": [6, 16], "device_is_nvme_namespac": [6, 16], "device_is_partit": [6, 16], "device_is_partoff_iscsi": [6, 16], "device_is_priv": [6, 16], "device_is_stratis_filesystem": [6, 16], "device_is_stratis_priv": [6, 16], "device_is_sw_iscsi": [6, 16], "device_is_zfcp": [6, 16], "device_to_dict": [6, 16], "get_devic": [6, 16], "device_nod": 6, "ignored_device_nam": [6, 16], "regex": 6, "resolve_devspec": [6, 16], "sysnam": 6, "resolve_glob": [6, 16], "glob": [6, 16], "against": 6, "sda": [6, 8, 17], "running_in_chroot": [6, 16], "mimic": [6, 21], "systemd": 6, "simplif": 6, "pid": 6, "statf": 6, "detect": [6, 8, 12], "chroot": [6, 11], "environ": [6, 11, 21], "settl": [6, 16], "quiet": 6, "queue": 6, "bypass": 6, "run_program": [6, 16], "check_avail": [6, 16], "onetim": [6, 16], "deprec": [6, 8, 9, 15, 16], "abstractmethod": [6, 8, 9, 15], "abc": [6, 8, 9, 15], "def": [6, 8, 9, 15], "my_abstract_properti": [6, 8, 9, 15], "evalmod": [6, 16], "qualnam": [6, 9], "boundari": [6, 9], "enum": [6, 9], "meant": 6, "preserv": [6, 8], "builtin": 6, "adequ": 6, "ident": [6, 8], "identifi": [6, 8, 9], "dure": [6, 7, 8, 11], "__init__": [6, 9], "kwd": 6, "normal": [6, 9, 21], "slash": 6, "hope": 6, "join": 6, "game": 6, "easili": 6, "directori": [6, 9, 11, 19, 21], "think": 6, "newroot": [6, 16], "normpath": [6, 16], "ondisk": [6, 16], "evalu": 6, "real": [6, 8, 21], "realpath": [6, 16], "startswith": [6, 16], "With": 6, "test": [6, 9, 17, 18, 19], "begin": 6, "stop": [6, 7, 17], "try": [6, 8, 10, 11], "available_memori": [6, 16], "ram": [6, 8], "currenli": [6, 8], "canonicalize_uuid": [6, 16], "a_uuid": 6, "canon": [6, 8], "canonic": [6, 8], "mdadm": [6, 9], "3386ff85": 6, "f5012621": 6, "4a435f06": 6, "1eb47236": 6, "f501": 6, "2621": 6, "4a43": 6, "5f061eb47236": 6, "convers": 6, "equival": [6, 7], "capture_output": [6, 16], "capture_output_binari": [6, 16], "replac": 6, "python": [6, 8, 9, 19, 21], "cmp": 6, "built": [6, 7, 9], "create_sparse_fil": [6, 16], "spars": [6, 9], "full": [6, 9, 11, 17, 21], "create_sparse_tempfil": [6, 16], "temporari": 6, "filenam": [6, 12], "dedup_list": [6, 16], "alist": 6, "default_namedtupl": [6, 16], "doc": [6, 21], "namedtupl": [6, 8, 9], "default_valu": 6, "docstr": 6, "altern": [6, 19], "becom": 6, "later": [6, 8, 9], "manipul": [6, 9], "issu": 6, "detect_virt": [6, 16], "virtual": [6, 9, 20, 21], "get_cow_sysfs_path": [6, 16], "dev_path": 6, "dev_sysfspath": 6, "cow": 6, "get_current_entropi": [6, 16], "get_kernel_module_paramet": [6, 16], "get_mount_devic": [6, 16], "get_mount_path": [6, 16], "get_option_valu": [6, 16], "opt_nam": 6, "get_path_by_sysfs_path": [6, 16], "dev_typ": 6, "get_sysfs_attr": [6, 16], "get_sysfs_path_by_nam": [6, 16], "dev_nod": 6, "class_nam": 6, "vda2": 6, "sy": [6, 8, 9], "subdirectori": 6, "c0d0p1": 6, "indent": [6, 16], "4": [6, 9, 11, 14, 20], "nice": 6, "textwrap": 6, "python2": 6, "insert_colon": [6, 16], "a_str": 6, "insert": 6, "colon": 6, "al": 6, "ri": 6, "th": 6, "algoritm": 6, "output": [6, 15], "join_path": [6, 16], "consir": 6, "whatnot": 6, "repeat": [6, 20], "lsmod": [6, 16], "makedir": [6, 16], "match_path_context": [6, 16], "selinux": 6, "context": 6, "natural_sort_kei": [6, 16], "natur": 6, "sda1": 6, "sda2": 6, "sda10": 6, "normalize_path_slash": [6, 16], "examin": [6, 17], "filesystm": 6, "numeric_typ": [6, 16], "num": 6, "sensibl": 6, "power_of_two": [6, 16], "power": [6, 19], "greater": [6, 9, 21], "read_fil": [6, 16], "r": [6, 9, 15], "requires_properti": [6, 16], "val": 6, "guard": 6, "reset_file_context": [6, 16], "success": [6, 10, 11], "run_program_and_capture_output": [6, 16], "run_program_and_capture_output_binari": [6, 16], "set_file_context": [6, 16], "set_up_console_log": [6, 16], "log_nam": 6, "log_dir": 6, "tmp": 6, "log_prefix": 6, "console_log": 6, "consol": 6, "sha256_fil": [6, 16], "sparsetmpfil": [6, 16], "tempfil": 6, "unlink": 6, "yield": [6, 8, 9], "__enter__": 6, "stringiz": [6, 16], "inputstr": 6, "compat": [6, 7], "correct": [6, 9, 11], "__str__": [6, 8], "ensur": [6, 8, 9, 11], "simpli": 6, "unicod": [6, 16], "encod": 6, "utf": 6, "8": [6, 11], "sysfs_readlink": [6, 16], "total_memori": [6, 16], "u": [6, 9, 10, 11, 12], "meminfo": 6, "umount": [6, 16], "__unicode__": 6, "ascii": 6, "correctli": [6, 15], "variable_copi": [6, 16], "memo": 6, "omit": [6, 8, 17, 20], "shallow": 6, "atrribut": 6, "pypart": 6, "zfcpdevic": [6, 16], "devnum": 6, "wwpn": [6, 9], "fcplun": 6, "zfcpdevicefullpath": [6, 16], "backward": [6, 7], "zfcpdeviceautolunscan": [6, 16], "zfcpdevicebas": [6, 16], "npiv": 6, "lun": [6, 8, 9], "offline_devic": [6, 16], "cannot": [6, 9, 15], "brought": 6, "offlin": 6, "online_devic": [6, 16], "readi": [6, 9, 11, 17, 19], "offline_scsi_devic": [6, 16], "scsi": [6, 8, 21], "Such": 6, "has_auto_lun_scan": [6, 16], "device_id": 6, "n_port": 6, "logged_write_line_to_fil": [6, 16], "fn": [6, 8], "onlin": 6, "fcpconfig": 6, "read_config": [6, 16], "log_bd_messag": [6, 16], "conn": 7, "bus_nam": 7, "export": [7, 21], "busnam": 7, "immedi": [7, 8, 9], "claim": [7, 8], "held": 7, "lifetim": 7, "entri": [7, 8, 9, 11], "blivet1": [7, 17], "queri": [7, 14], "pend": [7, 9, 11], "clear": [7, 8], "obj_list": 7, "org": 7, "freedesktop": 7, "various": 7, "mutual": 7, "obj_id": 7, "interface_nam": 7, "property_nam": 7, "new_valu": 7, "view": [7, 21], "inaccess": 7, "ceas": 7, "access": [7, 8, 9, 21], "objectpath": 7, "lookuperror": 7, "81": 7, "device_s": [8, 11], "crc32c": 8, "max_memory_kb": [8, 11], "argon2": 8, "hba": 8, "raid_typ": 8, "stripe": [8, 9], "build": 8, "mere": 8, "int13_devxx": 8, "ata": 8, "sata": 8, "linux": [8, 9, 11], "multipli": 8, "atapi": 8, "host": [8, 9], "sai": 8, "shall": 8, "zero": [8, 11], "secondari": 8, "00h": 8, "feh": 8, "ffh": 8, "pata": 8, "emul": 8, "fibrechannel": 8, "fibr": 8, "i2o": 8, "firewir": 8, "ieee": 8, "1394": 8, "eui": 8, "mbr": 8, "mbr_signatur": 8, "sa": 8, "blah": 8, "symlink": [8, 9], "ve": [8, 11], "particular": 8, "conform": 8, "edd_entri": 8, "tri": 8, "heurist": 8, "analysi": [8, 21], "guess": [8, 11], "hapen": 8, "mbr_dict": 8, "obvious": 8, "fresh": 8, "extrem": 8, "show": [8, 17], "randomli": 8, "read": [8, 9, 11, 15], "succe": 8, "expos": 8, "thoroughli": 8, "broken": 8, "sometim": 8, "downright": 8, "wrong": 8, "mine": 8, "int13_": 8, "resort": 8, "pci": 8, "etc": [8, 9, 11], "realli": 8, "arch": [8, 16], "absolut": 8, "mount": [8, 9, 11, 15, 16, 17, 19], "voltyp": 8, "gpt_vol": 8, "internal_lv": 8, "lv_info": 8, "lmvinternallogicalvolumedevic": 8, "lmvlogicalvolumedevic": 8, "potenti": 8, "vg_name": [8, 11], "lv_name": [8, 9], "thpool_siz": 8, "standard": [8, 21], "els": 8, "classmethod": [8, 9, 11, 13, 15], "imposs": 8, "restrict": [8, 9, 11], "superclass": [8, 9], "bunch": 8, "thrown": 8, "togeth": [8, 20], "concept": 8, "crop": 8, "linear": [8, 9], "consequ": 8, "member_count": 8, "member_s": 8, "num_memb": 8, "superblock_size_func": 8, "incorpor": 8, "inher": 8, "notion": 8, "meaningless": 8, "track": 8, "is_raid": 8, "client": 8, "better": 8, "classif": 8, "impli": 8, "design": 8, "nicknam": 8, "fall": 8, "categori": 8, "overrridden": 8, "privat": 8, "instanti": [8, 9, 13], "synthes": 8, "fewer": 8, "less": [8, 9], "raiess": 8, "smallest_member_s": 8, "essenti": 8, "stride": 8, "estim": [8, 9, 11], "superblock": [8, 9], "construct": [8, 15], "divis": 8, "dividend": 8, "divisor": 8, "conveni": [8, 15, 19], "fs_size": 8, "dev_siz": 8, "fs_uuid": 8, "sub": 9, "newsiz": 9, "outsid": 9, "inact": 9, "preclud": 9, "snapshot": 9, "pseudo": 9, "intend": [9, 21], "orig": 9, "travers": 9, "snapshots_onli": 9, "bcach": 9, "whatev": [9, 10, 11], "own": 9, "big": 9, "slow": 9, "small": [9, 11], "statist": 9, "aggreg": [9, 15], "basenam": [9, 10], "univers": 9, "major": 9, "id_serial_short": 9, "manufactur": 9, "interconnect": 9, "assembl": 9, "volumegroup": 9, "increment": 9, "counter": 9, "descend": [9, 21], "decrement": 9, "open": 9, "tear": [9, 11, 12], "unavail": [9, 15], "external_resourc": 9, "mainfram": 9, "busid": 9, "opt": 9, "isinst": 9, "id_serial_raw": 9, "id_seri": 9, "pretend": 9, "purpos": 9, "benefit": 9, "behav": 9, "regular": [9, 15], "mpath": [9, 14], "volatil": 9, "devnam": [9, 14], "namespace0": [9, 14], "nvme": [9, 16], "fabric": 9, "nsid": 9, "hba_id": 9, "fcp_lun": 9, "offload": 9, "partial": [9, 12], "qla4xxx": 9, "dm_uuid": 9, "tabl": [9, 11], "persist": 9, "bind": 9, "audit": 9, "subset": 9, "easi": [9, 19], "ml": 9, "len": 9, "ideal": [9, 10], "themselv": 9, "callback": [9, 10, 16], "device_nam": 9, "device_path": 9, "condit": 9, "noth": [9, 19], "mainli": 9, "dynam": 9, "unexist": 9, "subtract": 9, "fit": 9, "occupi": [9, 11, 19], "love": 9, "cache_mod": 9, "attach_to": 9, "_metadata_s": 9, "writecach": 9, "stats_data": 9, "lv_attr": 9, "99": 9, "lv_type": 9, "displai": 9, "too": [9, 11], "int_lv": 9, "ok": [9, 11], "_set_compress": 9, "_set_dedupl": 9, "_renam": 9, "idea": 9, "lvchang": 9, "raid1": [9, 17], "maxsiz": [9, 19], "cache_request": 9, "int_typ": 9, "unspecifi": 9, "dudplic": 9, "index_memori": 9, "index": [9, 18], "write_polici": 9, "polici": 9, "writethrough": 9, "stripe_s": 9, "cache_pool_lv": 9, "writecache_lv": 9, "pe_siz": 9, "pe_fre": 9, "pe_count": 9, "pv_count": 9, "roundup": 9, "static": 9, "unawar": 9, "cost": 9, "pmspare": 9, "biggest": 9, "metadata_vers": 9, "90": 9, "compon": 9, "bitmap": 9, "suffici": 9, "pointless": 9, "raw_array_s": 9, "conf": 9, "current_fmt": 9, "host_address": 9, "baseclass": 9, "mystoragedevic": 9, "sole": 9, "Be": 9, "cdrom": 9, "dvd": 9, "drawer": 9, "On": 9, "deal": 9, "concern": 9, "accomplish": 9, "long": 9, "assign": 9, "disk_tag": 9, "candid": 9, "explicit": [9, 10], "propos": [9, 11], "unalign": 9, "_ped": [9, 11], "createexcept": 9, "beyond": 9, "fulli": 9, "qualifi": 9, "although": 9, "tool": [9, 21], "program": 9, "fixup": 9, "thedefaultnamedtupl": 10, "attrchang": 10, "listitemad": 10, "listitemremov": 10, "_thread": 10, "_local": 10, "thread": [10, 16], "notif": 10, "todo": 10, "stuff": 10, "uevent": 10, "mask": 10, "monitor": 10, "occurr": 10, "behavior": [10, 11], "tell": 10, "unhandl": 10, "challeng": 10, "fatal": 10, "high": [10, 21], "likelihood": 10, "left": [10, 19], "inconsist": 10, "notifi": [10, 11], "ourselv": 10, "arg_count": 10, "bio": 11, "12": 11, "ptype": 11, "minim": 11, "suppli": 11, "labeltyp": 11, "last": 11, "moment": 11, "mountopt": 11, "devpt": 11, "ext2": 11, "filesystemtyp": 11, "ext3": 11, "ext4": [11, 17, 19, 20], "fat": 11, "random": 11, "rfc": 11, "4122": 11, "fs_list": 11, "nodiscard": [11, 15], "gain": 11, "precis": 11, "recent": 11, "journal": 11, "littl": [11, 19], "odd": 11, "xfs_freez": 11, "iso9660": 11, "udf": 11, "16": 11, "hmac": 11, "cipher": 11, "key_siz": 11, "escrow_cert": 11, "certif": 11, "add_backup_passphras": 11, "backup": 11, "header": 11, "backup_passphras": 11, "save": [11, 12, 14], "keyfil": 11, "time_m": 11, "hash_fn": 11, "pbkdf": 11, "pe_start": 11, "offset": 11, "data_align": 11, "md_uuid": 11, "locked_pool_key_desc": 11, "keyr": 11, "mkswap": 11, "absenc": 11, "uniniti": 11, "had": 11, "mkf": [11, 15, 20], "facil": 11, "nativ": 11, "fstab": 11, "fmt_class": 11, "applebootformatpopul": [12, 13], "bootformatpopul": [12, 13], "efiformatpopul": [12, 13], "macefiformatpopul": [12, 13], "btrfsformatpopul": [12, 13], "dasddevicepopul": [12, 13], "diskdevicepopul": [12, 13], "fcoedevicepopul": [12, 13], "mdbiosraiddevicepopul": [12, 13], "nvdimmnamespacedevicepopul": [12, 13], "nvmefabricsnamespacedevicepopul": [12, 13], "nvmenamespacedevicepopul": [12, 13], "zfcpdevicepopul": [12, 13], "iscsidevicepopul": [12, 13], "disklabelformatpopul": [12, 13], "dmdevicepopul": [12, 13], "type_spec": [12, 13], "loopdevicepopul": [12, 13], "integritydevicepopul": [12, 13], "integrityformatpopul": [12, 13], "luksdevicepopul": [12, 13], "luksformatpopul": [12, 13], "lvmdevicepopul": [12, 13], "lvmformatpopul": [12, 13], "mddevicepopul": [12, 13], "mdformatpopul": [12, 13], "multipathdevicepopul": [12, 13], "multipathformatpopul": [12, 13], "opticaldevicepopul": [12, 13], "partitiondevicepopul": [12, 13], "stratisformatpopul": [12, 13], "stratisxfsformatpopul": [12, 13], "get_device_help": [12, 13], "get_format_help": [12, 13], "dictoinari": 12, "drop": 12, "update_orig_fmt": 12, "udev": [12, 13, 16], "uncondition": 12, "everyth": [12, 19], "gather": [12, 15], "filter": 12, "rest": [12, 19], "presenc": 12, "exn_typ": 12, "exn_opt": 12, "exn_msg": 12, "answer": 12, "ye": 12, "question": 12, "affirm": 12, "proce": 12, "luks_dict": 14, "pmem0": 14, "dax": 14, "reconfigur": 14, "map_loc": 14, "mem": 14, "libblockdev": [14, 15], "bd_path": 14, "fs_name": 14, "app_nam": 15, "required_vers": 15, "version_opt": 15, "version_regex": 15, "distutil": 15, "loosevers": 15, "command": [15, 20, 21], "print": [15, 19], "express": 15, "extract": 15, "tech_info": 15, "plugin": 15, "version_info": 15, "plugin_nam": 15, "check_fn": 15, "technologi": [15, 18], "dbus_nam": 15, "dbus_path": 15, "version_method": 15, "AND": 15, "blockdev_method": 15, "dbus_method": 15, "a_df": 15, "an_f": 15, "n": 15, "p": [15, 21], "consist": [15, 19], "failur": 15, "h": 15, "app": 15, "l": 15, "sb": 15, "dblock": 15, "blocksiz": 15, "untitl": 15, "set_uuid": 15, "v": 15, "k": [15, 20], "gid": 15, "620": 15, "vfat": 15, "umask": 15, "0077": 15, "shortnam": 15, "winnt": 15, "ro": 15, "_tag": 15, "cluster": 15, "encapsul": 15, "fact": 15, "master": 15, "unimpl": 15, "a_luk": 15, "512": 15, "a_pv": 15, "subpackag": [16, 23], "submodul": [16, 23], "content": [16, 18, 23], "i18n": 16, "safe_dbu": 16, "storage_log": 16, "tsort": 16, "experiment": 17, "blivet0": 17, "ao": 17, "flexibl": 17, "devicelookupfail": 17, "sv": 17, "testdata": 17, "raid0": 17, "sdb3": 17, "lvmlv": 17, "formul": 17, "7": 17, "policykit": 17, "signal": 17, "introspect": 17, "introduct": 18, "page": 18, "offer": 19, "abil": 19, "arbitrarili": 19, "individu": 19, "hierarchi": 19, "blank": 19, "unformat": 19, "critic": 19, "longer": 19, "yet": 19, "ran": 19, "your": 19, "dt": 19, "action1": 19, "action2": 19, "comparison": 19, "let": 19, "larger": 19, "10gib": 19, "And": 19, "new_fmt": 19, "shot": 19, "mnt": 19, "tricki": 19, "decid": 19, "sdb": 19, "sdc": 19, "20gib": 19, "new_part": 19, "process_act": 19, "2048": 19, "204802048": 19, "thinli": 20, "step": 20, "lvmvdopool": 20, "lvmvdolv": 20, "vdb": 20, "265": 20, "vdb1": 20, "275": 20, "lvmvg": 20, "284": 20, "vdopool": 20, "288": 20, "vdolv": 20, "295": 20, "discard": 20, "400": 20, "80gib": 20, "400gib": 20, "autom": 20, "myvdopool": 20, "0x7f14d17422b0": 20, "528": 20, "519": 20, "git": 21, "repositori": 21, "insid": 21, "unit_test": [21, 23], "folder": 21, "privileg": 21, "storage_test": [21, 23], "vm": 21, "vmtest": [21, 23], "imagebackedtestcas": [21, 23], "loopbackedtestcas": [21, 23, 25], "variabl": 21, "jenkins_hom": 21, "pwd": 21, "pylint": 21, "python3": 21, "pocket": 21, "lint": 21, "coverag": 21, "cd": 21, "linkcheck": 21, "touch": 21, "blivettestcas": [21, 23], "stub": 21, "deviceactiontestcas": 21, "storagetestcas": [21, 23], "depth": 21, "arbitrari": 21, "targetcli": 21, "diagram": 21, "pythonpath": 21, "pyrevers": 21, "blivet_test": 21, "svg": 21, "skami": 21, "conftest": 23, "run_test": 23, "devices_test": [23, 25, 28], "lvm_test": [23, 25, 28], "partition_test": [23, 25, 28], "stratis_test": [23, 25, 28], "formats_test": [23, 25, 28], "fs_test": [23, 25], "fstest": [23, 25], "labeling_test": [23, 25], "luks_test": [23, 25, 28], "lvmpv_test": [23, 25, 28], "uuid_test": [23, 25], "iscsi_test": 23, "partitioning_test": 23, "unsupported_disklabel_test": 23, "devicelibs_test": [23, 28], "disk_test": [23, 28], "edd_test": [23, 28], "mdraid_test": [23, 28], "raid_test": [23, 28], "device_dependencies_test": [23, 28], "device_methods_test": [23, 28], "device_names_test": [23, 28], "device_packages_test": [23, 28], "device_properties_test": [23, 28], "device_size_test": [23, 28], "md_test": [23, 28], "network_test": [23, 28], "device_test": [23, 28], "disklabel_test": [23, 28], "init_test": [23, 28], "methods_test": [23, 28], "misc_test": 23, "selinux_test": [23, 28], "swap_test": [23, 28], "udev_data": [23, 28], "raid_data": [23, 28], "action_test": 23, "dbus_test": 23, "devicefactory_test": 23, "devicetree_test": 23, "events_test": 23, "gpt_test": 23, "parentlist_test": 23, "populator_test": 23, "size_test": 23, "tags_test": 23, "task_test": 23, "tsort_test": 23, "udev_test": 23, "util_test": 23, "blivet_reset_vmtest": 23, "runvmtest": 23, "vmbackedtestcas": 23}, "objects": {"": [[6, 0, 0, "-", "blivet"]], "blivet": [[6, 0, 0, "-", "actionlist"], [6, 0, 0, "-", "arch"], [6, 0, 0, "-", "blivet"], [6, 0, 0, "-", "callbacks"], [7, 0, 0, "-", "dbus"], [6, 0, 0, "-", "deviceaction"], [6, 0, 0, "-", "devicefactory"], [8, 0, 0, "-", "devicelibs"], [9, 0, 0, "-", "devices"], [6, 0, 0, "-", "devicetree"], [6, 0, 0, "-", "errors"], [10, 0, 0, "-", "events"], [6, 0, 0, "-", "fcoe"], [6, 0, 0, "-", "flags"], [11, 0, 0, "-", "formats"], [6, 0, 0, "-", "i18n"], [6, 0, 0, "-", "iscsi"], [6, 3, 1, "", "log_bd_message"], [6, 0, 0, "-", "mounts"], [6, 0, 0, "-", "nvme"], [6, 0, 0, "-", "partitioning"], [12, 0, 0, "-", "populator"], [6, 0, 0, "-", "safe_dbus"], [6, 0, 0, "-", "size"], [14, 0, 0, "-", "static_data"], [6, 0, 0, "-", "storage_log"], [15, 0, 0, "-", "tasks"], [6, 0, 0, "-", "threads"], [6, 0, 0, "-", "tsort"], [6, 0, 0, "-", "udev"], [6, 0, 0, "-", "util"], [6, 0, 0, "-", "zfcp"]], "blivet.actionlist": [[6, 1, 1, "", "ActionList"], [6, 3, 1, "", "with_flag"]], "blivet.actionlist.ActionList": [[6, 2, 1, "", "add"], [6, 2, 1, "", "find"], [6, 2, 1, "", "process"], [6, 2, 1, "", "prune"], [6, 2, 1, "", "remove"], [6, 2, 1, "", "sort"]], "blivet.arch": [[6, 3, 1, "", "get_arch"], [6, 3, 1, "", "get_ppc_mac_book"], [6, 3, 1, "", "get_ppc_mac_gen"], [6, 3, 1, "", "get_ppc_mac_id"], [6, 3, 1, "", "get_ppc_machine"], [6, 3, 1, "", "is_aarch64"], [6, 3, 1, "", "is_alpha"], [6, 3, 1, "", "is_arm"], [6, 3, 1, "", "is_cell"], [6, 3, 1, "", "is_efi"], [6, 3, 1, "", "is_ia64"], [6, 3, 1, "", "is_ipseries"], [6, 3, 1, "", "is_loongarch"], [6, 3, 1, "", "is_mactel"], [6, 3, 1, "", "is_pmac"], [6, 3, 1, "", "is_powernv"], [6, 3, 1, "", "is_ppc"], [6, 3, 1, "", "is_riscv64"], [6, 3, 1, "", "is_s390"], [6, 3, 1, "", "is_t2mac"], [6, 3, 1, "", "is_x86"], [6, 3, 1, "", "num_bits"]], "blivet.blivet": [[6, 1, 1, "", "Blivet"]], "blivet.blivet.Blivet": [[6, 4, 1, "", "btrfs_volumes"], [6, 2, 1, "", "compare_disks"], [6, 4, 1, "", "compare_disks_key"], [6, 2, 1, "", "copy"], [6, 2, 1, "", "create_device"], [6, 4, 1, "", "default_fstype"], [6, 2, 1, "", "destroy_device"], [6, 2, 1, "", "device_deps"], [6, 4, 1, "", "devices"], [6, 4, 1, "", "disks"], [6, 2, 1, "", "do_it"], [6, 2, 1, "", "dump_state"], [6, 4, 1, "", "encryption_passphrase"], [6, 2, 1, "", "factory_device"], [6, 2, 1, "", "format_device"], [6, 2, 1, "", "get_free_space"], [6, 2, 1, "", "get_fstype"], [6, 2, 1, "", "initialize_disk"], [6, 4, 1, "", "lvs"], [6, 4, 1, "", "mdarrays"], [6, 4, 1, "", "mdcontainers"], [6, 4, 1, "", "mdmembers"], [6, 4, 1, "", "mountpoints"], [6, 4, 1, "", "names"], [6, 2, 1, "", "new_btrfs"], [6, 2, 1, "", "new_btrfs_sub_volume"], [6, 2, 1, "", "new_lv"], [6, 2, 1, "", "new_lv_from_lvs"], [6, 2, 1, "", "new_mdarray"], [6, 2, 1, "", "new_partition"], [6, 2, 1, "", "new_stratis_filesystem"], [6, 2, 1, "", "new_stratis_pool"], [6, 2, 1, "", "new_tmp_fs"], [6, 2, 1, "", "new_vg"], [6, 4, 1, "", "next_id"], [6, 4, 1, "", "packages"], [6, 4, 1, "", "partitioned"], [6, 4, 1, "", "partitions"], [6, 4, 1, "", "pvs"], [6, 2, 1, "", "recursive_remove"], [6, 2, 1, "", "remove_empty_extended_partitions"], [6, 2, 1, "", "reset"], [6, 2, 1, "", "reset_device"], [6, 2, 1, "", "resize_device"], [6, 2, 1, "", "safe_device_name"], [6, 2, 1, "", "save_passphrase"], [6, 2, 1, "", "set_default_fstype"], [6, 2, 1, "", "setup_disk_images"], [6, 4, 1, "", "short_product_name"], [6, 4, 1, "", "stratis_pools"], [6, 2, 1, "", "suggest_container_name"], [6, 2, 1, "", "suggest_device_name"], [6, 4, 1, "", "swaps"], [6, 4, 1, "", "thinlvs"], [6, 4, 1, "", "thinpools"], [6, 2, 1, "", "unique_device_name"], [6, 4, 1, "", "vgs"]], "blivet.callbacks": [[6, 1, 1, "", "CallbackList"], [6, 1, 1, "", "Callbacks"], [6, 1, 1, "", "CreateFormatPostData"], [6, 1, 1, "", "CreateFormatPreData"], [6, 1, 1, "", "ReportProgressData"], [6, 1, 1, "", "ResizeFormatPostData"], [6, 1, 1, "", "ResizeFormatPreData"], [6, 1, 1, "", "WaitForEntropyData"], [6, 3, 1, "", "create_new_callbacks_register"]], "blivet.callbacks.CallbackList": [[6, 2, 1, "", "add"], [6, 2, 1, "", "remove"]], "blivet.callbacks.Callbacks": [[6, 5, 1, "", "action_added"], [6, 5, 1, "", "action_executed"], [6, 5, 1, "", "action_removed"], [6, 5, 1, "", "attribute_changed"], [6, 5, 1, "", "device_added"], [6, 5, 1, "", "device_removed"], [6, 5, 1, "", "device_scanned"], [6, 5, 1, "", "format_added"], [6, 5, 1, "", "format_removed"], [6, 5, 1, "", "parent_added"], [6, 5, 1, "", "parent_removed"], [6, 5, 1, "", "populate_started"]], "blivet.callbacks.CreateFormatPostData": [[6, 5, 1, "", "msg"]], "blivet.callbacks.CreateFormatPreData": [[6, 5, 1, "", "msg"]], "blivet.callbacks.ReportProgressData": [[6, 5, 1, "", "msg"]], "blivet.callbacks.ResizeFormatPostData": [[6, 5, 1, "", "msg"]], "blivet.callbacks.ResizeFormatPreData": [[6, 5, 1, "", "msg"]], "blivet.callbacks.WaitForEntropyData": [[6, 5, 1, "", "min_entropy"], [6, 5, 1, "", "msg"]], "blivet.dbus": [[7, 0, 0, "-", "action"], [7, 0, 0, "-", "blivet"], [7, 0, 0, "-", "constants"], [7, 0, 0, "-", "device"], [7, 0, 0, "-", "format"], [7, 0, 0, "-", "manager"], [7, 0, 0, "-", "object"]], "blivet.dbus.action": [[7, 1, 1, "", "DBusAction"]], "blivet.dbus.action.DBusAction": [[7, 4, 1, "", "id"], [7, 4, 1, "", "interface"], [7, 4, 1, "", "object_path"], [7, 4, 1, "", "properties"]], "blivet.dbus.blivet": [[7, 1, 1, "", "DBusBlivet"], [7, 3, 1, "", "sorted_object_paths_from_list"]], "blivet.dbus.blivet.DBusBlivet": [[7, 2, 1, "", "Commit"], [7, 2, 1, "", "Exit"], [7, 2, 1, "", "Factory"], [7, 2, 1, "", "InitializeDisk"], [7, 2, 1, "", "ListDevices"], [7, 2, 1, "", "RemoveDevice"], [7, 2, 1, "", "Reset"], [7, 2, 1, "", "ResolveDevice"], [7, 4, 1, "", "id"], [7, 4, 1, "", "interface"], [7, 4, 1, "", "object_path"], [7, 4, 1, "", "properties"], [7, 5, 1, "", "transient"]], "blivet.dbus.device": [[7, 1, 1, "", "DBusDevice"]], "blivet.dbus.device.DBusDevice": [[7, 2, 1, "", "Setup"], [7, 2, 1, "", "Teardown"], [7, 4, 1, "", "id"], [7, 4, 1, "", "interface"], [7, 4, 1, "", "object_path"], [7, 4, 1, "", "properties"]], "blivet.dbus.format": [[7, 1, 1, "", "DBusFormat"]], "blivet.dbus.format.DBusFormat": [[7, 2, 1, "", "Setup"], [7, 2, 1, "", "Teardown"], [7, 4, 1, "", "id"], [7, 4, 1, "", "interface"], [7, 4, 1, "", "object_path"], [7, 4, 1, "", "properties"]], "blivet.dbus.manager": [[7, 1, 1, "", "ObjectManager"]], "blivet.dbus.manager.ObjectManager": [[7, 2, 1, "", "GetManagedObjects"], [7, 2, 1, "", "InterfacesAdded"], [7, 2, 1, "", "InterfacesRemoved"], [7, 2, 1, "", "add_object"], [7, 2, 1, "", "get_object_by_id"], [7, 2, 1, "", "get_object_by_path"], [7, 4, 1, "", "objects"], [7, 2, 1, "", "remove_object"]], "blivet.dbus.object": [[7, 1, 1, "", "DBusObject"]], "blivet.dbus.object.DBusObject": [[7, 2, 1, "", "Get"], [7, 2, 1, "", "GetAll"], [7, 2, 1, "", "PropertiesChanged"], [7, 2, 1, "", "Set"], [7, 4, 1, "", "id"], [7, 4, 1, "", "interface"], [7, 4, 1, "", "object_path"], [7, 4, 1, "", "present"], [7, 4, 1, "", "properties"], [7, 2, 1, "", "remove_from_connection"], [7, 5, 1, "", "transient"]], "blivet.deviceaction": [[6, 1, 1, "", "ActionAddMember"], [6, 1, 1, "", "ActionConfigureDevice"], [6, 1, 1, "", "ActionConfigureFormat"], [6, 1, 1, "", "ActionCreateDevice"], [6, 1, 1, "", "ActionCreateFormat"], [6, 1, 1, "", "ActionDestroyDevice"], [6, 1, 1, "", "ActionDestroyFormat"], [6, 1, 1, "", "ActionRemoveMember"], [6, 1, 1, "", "ActionResizeDevice"], [6, 1, 1, "", "ActionResizeFormat"], [6, 1, 1, "", "DeviceAction"], [6, 3, 1, "", "action_object_from_string"], [6, 3, 1, "", "action_type_from_string"], [6, 3, 1, "", "resize_type_from_string"]], "blivet.deviceaction.ActionAddMember": [[6, 2, 1, "", "apply"], [6, 2, 1, "", "cancel"], [6, 2, 1, "", "execute"], [6, 5, 1, "", "obj"], [6, 2, 1, "", "obsoletes"], [6, 2, 1, "", "requires"], [6, 5, 1, "", "type"], [6, 5, 1, "", "type_desc_str"]], "blivet.deviceaction.ActionConfigureDevice": [[6, 2, 1, "", "apply"], [6, 2, 1, "", "cancel"], [6, 2, 1, "", "execute"], [6, 5, 1, "", "obj"], [6, 2, 1, "", "obsoletes"], [6, 5, 1, "", "type"], [6, 5, 1, "", "type_desc_str"]], "blivet.deviceaction.ActionConfigureFormat": [[6, 2, 1, "", "apply"], [6, 2, 1, "", "cancel"], [6, 2, 1, "", "execute"], [6, 5, 1, "", "obj"], [6, 2, 1, "", "obsoletes"], [6, 5, 1, "", "type"], [6, 5, 1, "", "type_desc_str"]], "blivet.deviceaction.ActionCreateDevice": [[6, 2, 1, "", "execute"], [6, 5, 1, "", "obj"], [6, 2, 1, "", "requires"], [6, 5, 1, "", "type"], [6, 5, 1, "", "type_desc_str"]], "blivet.deviceaction.ActionCreateFormat": [[6, 2, 1, "", "apply"], [6, 2, 1, "", "cancel"], [6, 2, 1, "", "execute"], [6, 5, 1, "", "obj"], [6, 2, 1, "", "obsoletes"], [6, 2, 1, "", "requires"], [6, 5, 1, "", "type"], [6, 5, 1, "", "type_desc_str"]], "blivet.deviceaction.ActionDestroyDevice": [[6, 2, 1, "", "apply"], [6, 2, 1, "", "cancel"], [6, 2, 1, "", "execute"], [6, 5, 1, "", "obj"], [6, 2, 1, "", "obsoletes"], [6, 2, 1, "", "requires"], [6, 5, 1, "", "type"], [6, 5, 1, "", "type_desc_str"]], "blivet.deviceaction.ActionDestroyFormat": [[6, 2, 1, "", "apply"], [6, 2, 1, "", "cancel"], [6, 2, 1, "", "execute"], [6, 4, 1, "", "format"], [6, 5, 1, "", "obj"], [6, 2, 1, "", "obsoletes"], [6, 2, 1, "", "requires"], [6, 5, 1, "", "type"], [6, 5, 1, "", "type_desc_str"]], "blivet.deviceaction.ActionRemoveMember": [[6, 2, 1, "", "apply"], [6, 2, 1, "", "cancel"], [6, 2, 1, "", "execute"], [6, 5, 1, "", "obj"], [6, 2, 1, "", "obsoletes"], [6, 2, 1, "", "requires"], [6, 5, 1, "", "type"], [6, 5, 1, "", "type_desc_str"]], "blivet.deviceaction.ActionResizeDevice": [[6, 2, 1, "", "apply"], [6, 2, 1, "", "cancel"], [6, 2, 1, "", "execute"], [6, 5, 1, "", "obj"], [6, 2, 1, "", "requires"], [6, 5, 1, "", "type"], [6, 5, 1, "", "type_desc_str"]], "blivet.deviceaction.ActionResizeFormat": [[6, 2, 1, "", "apply"], [6, 2, 1, "", "cancel"], [6, 2, 1, "", "execute"], [6, 5, 1, "", "obj"], [6, 2, 1, "", "requires"], [6, 5, 1, "", "type"], [6, 5, 1, "", "type_desc_str"]], "blivet.deviceaction.DeviceAction": [[6, 2, 1, "", "apply"], [6, 2, 1, "", "cancel"], [6, 2, 1, "", "execute"], [6, 4, 1, "", "format"], [6, 4, 1, "", "is_add"], [6, 4, 1, "", "is_configure"], [6, 4, 1, "", "is_container"], [6, 4, 1, "", "is_create"], [6, 4, 1, "", "is_destroy"], [6, 4, 1, "", "is_device"], [6, 4, 1, "", "is_format"], [6, 4, 1, "", "is_grow"], [6, 4, 1, "", "is_remove"], [6, 4, 1, "", "is_resize"], [6, 4, 1, "", "is_shrink"], [6, 5, 1, "", "obj"], [6, 4, 1, "", "object_string"], [6, 4, 1, "", "object_type_string"], [6, 2, 1, "", "obsoletes"], [6, 2, 1, "", "requires"], [6, 4, 1, "", "resize_string"], [6, 5, 1, "", "type"], [6, 4, 1, "", "type_desc"], [6, 5, 1, "", "type_desc_str"], [6, 4, 1, "", "type_string"]], "blivet.devicefactory": [[6, 1, 1, "", "BTRFSFactory"], [6, 1, 1, "", "DeviceFactory"], [6, 1, 1, "", "LVMFactory"], [6, 1, 1, "", "LVMThinPFactory"], [6, 1, 1, "", "LVMVDOFactory"], [6, 1, 1, "", "MDFactory"], [6, 1, 1, "", "PartitionFactory"], [6, 1, 1, "", "PartitionSetFactory"], [6, 1, 1, "", "StratisFactory"], [6, 3, 1, "", "get_device_factory"], [6, 3, 1, "", "get_device_type"], [6, 3, 1, "", "get_supported_raid_levels"], [6, 3, 1, "", "is_supported_device_type"]], "blivet.devicefactory.BTRFSFactory": [[6, 5, 1, "", "child_factory_class"], [6, 5, 1, "", "child_factory_fstype"], [6, 4, 1, "", "container_list"]], "blivet.devicefactory.DeviceFactory": [[6, 5, 1, "", "child_factory_class"], [6, 5, 1, "", "child_factory_fstype"], [6, 2, 1, "", "configure"], [6, 4, 1, "", "container_list"], [6, 4, 1, "", "container_raid_level"], [6, 4, 1, "", "devices"], [6, 4, 1, "", "encrypted"], [6, 2, 1, "", "get_container"], [6, 4, 1, "", "raid_level"], [6, 4, 1, "", "raw_device"], [6, 5, 1, "", "size_set_class"]], "blivet.devicefactory.LVMFactory": [[6, 5, 1, "", "child_factory_class"], [6, 5, 1, "", "child_factory_fstype"], [6, 4, 1, "", "container_list"], [6, 5, 1, "", "size_set_class"], [6, 4, 1, "", "vg"]], "blivet.devicefactory.LVMThinPFactory": [[6, 2, 1, "", "get_pool"], [6, 4, 1, "", "pool_list"]], "blivet.devicefactory.MDFactory": [[6, 5, 1, "", "child_factory_class"], [6, 5, 1, "", "child_factory_fstype"], [6, 4, 1, "", "container_list"], [6, 2, 1, "", "get_container"], [6, 5, 1, "", "size_set_class"]], "blivet.devicefactory.PartitionFactory": [[6, 2, 1, "", "get_container"]], "blivet.devicefactory.PartitionSetFactory": [[6, 2, 1, "", "configure"], [6, 4, 1, "", "devices"]], "blivet.devicefactory.StratisFactory": [[6, 5, 1, "", "child_factory_class"], [6, 5, 1, "", "child_factory_fstype"], [6, 4, 1, "", "container_list"], [6, 4, 1, "", "pool"], [6, 5, 1, "", "size_set_class"]], "blivet.devicelibs": [[8, 0, 0, "-", "btrfs"], [8, 0, 0, "-", "crypto"], [8, 0, 0, "-", "disk"], [8, 0, 0, "-", "edd"], [8, 0, 0, "-", "gpt"], [8, 0, 0, "-", "lvm"], [8, 0, 0, "-", "mdraid"], [8, 0, 0, "-", "raid"], [8, 0, 0, "-", "stratis"]], "blivet.devicelibs.btrfs": [[8, 3, 1, "", "is_btrfs_name_valid"]], "blivet.devicelibs.crypto": [[8, 3, 1, "", "calculate_integrity_metadata_size"], [8, 3, 1, "", "calculate_luks2_max_memory"], [8, 3, 1, "", "get_optimal_luks_sector_size"], [8, 3, 1, "", "is_fips_enabled"]], "blivet.devicelibs.disk": [[8, 1, 1, "id0", "LSMInfo"], [8, 3, 1, "", "update_volume_info"]], "blivet.devicelibs.edd": [[8, 1, 1, "", "EddEntry"], [8, 1, 1, "", "EddMatcher"], [8, 3, 1, "", "collect_edd_data"], [8, 3, 1, "", "collect_mbrs"], [8, 3, 1, "", "get_edd_dict"]], "blivet.devicelibs.edd.EddEntry": [[8, 5, 1, "", "ata_device"], [8, 5, 1, "", "ata_pmp"], [8, 5, 1, "", "atapi_device"], [8, 5, 1, "", "atapi_lun"], [8, 5, 1, "", "bios_device_number"], [8, 5, 1, "", "channel"], [8, 5, 1, "", "fibre_lun"], [8, 5, 1, "", "fibre_wwid"], [8, 5, 1, "", "host_bus"], [8, 5, 1, "", "i2o_identity"], [8, 5, 1, "", "ieee1394_eui64"], [8, 5, 1, "", "interface"], [8, 2, 1, "", "load"], [8, 5, 1, "", "mbr_sig"], [8, 5, 1, "", "pci_dev"], [8, 5, 1, "", "sas_address"], [8, 5, 1, "", "sas_lun"], [8, 5, 1, "", "scsi_id"], [8, 5, 1, "", "scsi_lun"], [8, 5, 1, "", "sectors"], [8, 5, 1, "", "sysfslink"], [8, 5, 1, "", "sysfspath"], [8, 5, 1, "", "type"], [8, 5, 1, "", "usb_serial"], [8, 5, 1, "", "version"]], "blivet.devicelibs.edd.EddMatcher": [[8, 2, 1, "", "devname_from_ata_pci_dev"], [8, 2, 1, "", "devname_from_pci_dev"], [8, 2, 1, "", "devname_from_scsi_pci_dev"], [8, 2, 1, "", "devname_from_virt_pci_dev"], [8, 2, 1, "", "devname_from_virtio_scsi_pci_dev"], [8, 2, 1, "", "match_via_mbrsigs"]], "blivet.devicelibs.gpt": [[8, 3, 1, "", "gpt_part_uuid_for_mountpoint"], [8, 3, 1, "", "gpt_part_uuid_for_volume"]], "blivet.devicelibs.lvm": [[8, 1, 1, "", "ThPoolProfile"], [8, 3, 1, "", "determine_parent_lv"], [8, 3, 1, "", "empty_lvm_devices"], [8, 3, 1, "", "ensure_lv_is_writable"], [8, 3, 1, "", "is_lvm_name_valid"], [8, 3, 1, "", "is_valid_cache_md_size"], [8, 3, 1, "", "lvm_devices_add"], [8, 3, 1, "", "lvm_devices_copy"], [8, 3, 1, "", "lvm_devices_remove"], [8, 3, 1, "", "lvm_devices_reset"], [8, 3, 1, "", "lvm_devices_restore"], [8, 3, 1, "", "lvmetad_socket_exists"], [8, 3, 1, "", "needs_config_refresh"], [8, 3, 1, "", "recommend_thpool_chunk_size"]], "blivet.devicelibs.lvm.ThPoolProfile": [[8, 5, 1, "", "desc"], [8, 5, 1, "", "name"]], "blivet.devicelibs.mdraid": [[8, 1, 1, "", "MDRaidLevels"]], "blivet.devicelibs.mdraid.MDRaidLevels": [[8, 2, 1, "", "is_raid_level"]], "blivet.devicelibs.raid": [[8, 1, 1, "", "ErsatzRAID"], [8, 1, 1, "", "RAIDLevel"], [8, 1, 1, "", "RAIDLevels"], [8, 1, 1, "", "RAIDn"], [8, 3, 1, "", "div_up"], [8, 3, 1, "", "get_raid_level"]], "blivet.devicelibs.raid.ErsatzRAID": [[8, 2, 1, "", "get_max_spares"], [8, 2, 1, "", "get_recommended_stride"], [8, 2, 1, "", "get_size"], [8, 2, 1, "", "get_space"], [8, 2, 1, "", "has_redundancy"], [8, 4, 1, "", "is_uniform"], [8, 5, 1, "", "min_members"], [8, 4, 1, "", "nick"]], "blivet.devicelibs.raid.RAIDLevel": [[8, 2, 1, "", "has_redundancy"], [8, 4, 1, "", "is_uniform"], [8, 4, 1, "", "min_members"], [8, 4, 1, "", "name"], [8, 4, 1, "", "names"]], "blivet.devicelibs.raid.RAIDLevels": [[8, 2, 1, "", "add_raid_level"], [8, 2, 1, "", "is_raid_level"], [8, 2, 1, "", "raid_level"]], "blivet.devicelibs.raid.RAIDn": [[8, 4, 1, "", "alt_synth_names"], [8, 2, 1, "", "get_base_member_size"], [8, 2, 1, "", "get_max_spares"], [8, 2, 1, "", "get_net_array_size"], [8, 2, 1, "", "get_recommended_stride"], [8, 2, 1, "", "get_size"], [8, 2, 1, "", "get_space"], [8, 4, 1, "", "is_uniform"], [8, 4, 1, "", "level"], [8, 4, 1, "", "name"], [8, 4, 1, "", "names"], [8, 4, 1, "", "nick"], [8, 4, 1, "", "number"]], "blivet.devicelibs.stratis": [[8, 3, 1, "", "create_filesystem"], [8, 3, 1, "", "create_pool"], [8, 3, 1, "", "filesystem_md_size"], [8, 3, 1, "", "pool_used"], [8, 3, 1, "", "remove_filesystem"], [8, 3, 1, "", "remove_pool"], [8, 3, 1, "", "set_key"], [8, 3, 1, "", "unlock_pool"]], "blivet.devices": [[9, 0, 0, "-", "btrfs"], [9, 0, 0, "-", "cache"], [9, 0, 0, "-", "container"], [9, 0, 0, "-", "device"], [9, 0, 0, "-", "disk"], [9, 0, 0, "-", "dm"], [9, 0, 0, "-", "file"], [9, 0, 0, "-", "lib"], [9, 0, 0, "-", "loop"], [9, 0, 0, "-", "luks"], [9, 0, 0, "-", "lvm"], [9, 0, 0, "-", "md"], [9, 0, 0, "-", "network"], [9, 0, 0, "-", "nfs"], [9, 0, 0, "-", "nodev"], [9, 0, 0, "-", "optical"], [9, 0, 0, "-", "partition"], [9, 0, 0, "-", "raid"], [9, 0, 0, "-", "storage"], [9, 0, 0, "-", "stratis"]], "blivet.devices.btrfs": [[9, 1, 1, "", "BTRFSDevice"], [9, 1, 1, "", "BTRFSSnapShotDevice"], [9, 1, 1, "", "BTRFSSubVolumeDevice"], [9, 1, 1, "", "BTRFSVolumeDevice"]], "blivet.devices.btrfs.BTRFSDevice": [[9, 4, 1, "", "current_size"], [9, 4, 1, "", "direct"], [9, 4, 1, "", "fstab_spec"], [9, 2, 1, "", "is_name_valid"], [9, 4, 1, "", "path"], [9, 4, 1, "", "status"], [9, 2, 1, "", "update_size"], [9, 2, 1, "", "update_sysfs_path"]], "blivet.devices.btrfs.BTRFSSnapShotDevice": [[9, 2, 1, "", "depends_on"], [9, 5, 1, "", "source"]], "blivet.devices.btrfs.BTRFSSubVolumeDevice": [[9, 2, 1, "", "add_hook"], [9, 4, 1, "", "container"], [9, 2, 1, "", "populate_ksdata"], [9, 2, 1, "", "remove_hook"], [9, 2, 1, "", "setup_parents"], [9, 4, 1, "", "volume"]], "blivet.devices.btrfs.BTRFSVolumeDevice": [[9, 4, 1, "", "data_level"], [9, 4, 1, "", "default_subvolume"], [9, 4, 1, "", "format_immutable"], [9, 2, 1, "", "list_subvolumes"], [9, 4, 1, "", "members"], [9, 4, 1, "", "metadata_level"], [9, 2, 1, "", "populate_ksdata"], [9, 2, 1, "", "remove_subvolume"], [9, 5, 1, "", "vol_id"]], "blivet.devices.cache": [[9, 1, 1, "", "Cache"], [9, 1, 1, "", "CacheRequest"], [9, 1, 1, "", "CacheStats"]], "blivet.devices.cache.Cache": [[9, 4, 1, "", "backing_device_name"], [9, 4, 1, "", "cache_device_name"], [9, 2, 1, "", "detach"], [9, 4, 1, "", "exists"], [9, 4, 1, "", "size"], [9, 4, 1, "", "stats"]], "blivet.devices.cache.CacheRequest": [[9, 4, 1, "", "fast_devs"], [9, 4, 1, "", "mode"], [9, 4, 1, "", "size"]], "blivet.devices.cache.CacheStats": [[9, 4, 1, "", "block_size"], [9, 4, 1, "", "hits"], [9, 4, 1, "", "misses"], [9, 4, 1, "", "size"], [9, 4, 1, "", "used"]], "blivet.devices.container": [[9, 1, 1, "", "ContainerDevice"]], "blivet.devices.container.ContainerDevice": [[9, 2, 1, "", "add"], [9, 2, 1, "", "remove"], [9, 2, 1, "", "update_size"]], "blivet.devices.device": [[9, 1, 1, "", "Device"]], "blivet.devices.device.Device": [[9, 2, 1, "", "add_child"], [9, 4, 1, "", "ancestors"], [9, 4, 1, "", "children"], [9, 2, 1, "", "create"], [9, 2, 1, "", "depends_on"], [9, 2, 1, "", "destroy"], [9, 4, 1, "", "dict"], [9, 2, 1, "", "dracut_setup_args"], [9, 4, 1, "", "external_dependencies"], [9, 2, 1, "", "is_name_valid"], [9, 4, 1, "", "isleaf"], [9, 4, 1, "", "name"], [9, 4, 1, "", "packages"], [9, 4, 1, "", "parents"], [9, 2, 1, "", "remove_child"], [9, 2, 1, "", "setup"], [9, 2, 1, "", "setup_parents"], [9, 4, 1, "", "status"], [9, 4, 1, "", "tags"], [9, 2, 1, "", "teardown"], [9, 2, 1, "", "teardown_parents"], [9, 4, 1, "", "type"], [9, 4, 1, "", "type_description"], [9, 2, 1, "", "type_external_dependencies"], [9, 4, 1, "", "unavailable_dependencies"], [9, 4, 1, "", "unavailable_direct_dependencies"], [9, 2, 1, "", "unavailable_type_dependencies"]], "blivet.devices.disk": [[9, 1, 1, "", "DASDDevice"], [9, 1, 1, "", "DiskDevice"], [9, 1, 1, "", "DiskFile"], [9, 1, 1, "", "FcoeDiskDevice"], [9, 1, 1, "", "MultipathDevice"], [9, 1, 1, "", "NVDIMMNamespaceDevice"], [9, 1, 1, "", "NVMeController"], [9, 1, 1, "", "NVMeFabricsNamespaceDevice"], [9, 1, 1, "", "NVMeNamespaceDevice"], [9, 1, 1, "", "ZFCPDiskDevice"], [9, 1, 1, "", "iScsiDiskDevice"]], "blivet.devices.disk.DASDDevice": [[9, 4, 1, "", "description"], [9, 2, 1, "", "dracut_setup_args"], [9, 2, 1, "", "get_opts"]], "blivet.devices.disk.DiskDevice": [[9, 4, 1, "", "description"], [9, 4, 1, "", "media_present"], [9, 4, 1, "", "raid_disk_count"], [9, 4, 1, "", "raid_level"], [9, 4, 1, "", "raid_stripe_size"], [9, 4, 1, "", "raid_system"]], "blivet.devices.disk.DiskFile": [[9, 2, 1, "", "read_current_size"], [9, 4, 1, "", "sysfs_path"], [9, 2, 1, "", "update_sysfs_path"]], "blivet.devices.disk.FcoeDiskDevice": [[9, 2, 1, "", "dracut_setup_args"]], "blivet.devices.disk.MultipathDevice": [[9, 2, 1, "", "add_parent"], [9, 4, 1, "", "description"], [9, 4, 1, "", "model"], [9, 4, 1, "", "vendor"]], "blivet.devices.disk.NVDIMMNamespaceDevice": [[9, 4, 1, "", "description"], [9, 4, 1, "", "sector_size"]], "blivet.devices.disk.NVMeController": [[9, 5, 1, "", "id"], [9, 5, 1, "", "name"], [9, 5, 1, "", "nvme_ver"], [9, 5, 1, "", "serial"], [9, 5, 1, "", "subsysnqn"], [9, 5, 1, "", "transport"], [9, 5, 1, "", "transport_address"]], "blivet.devices.disk.NVMeNamespaceDevice": [[9, 4, 1, "", "controllers"]], "blivet.devices.disk.ZFCPDiskDevice": [[9, 4, 1, "", "description"], [9, 2, 1, "", "dracut_setup_args"]], "blivet.devices.disk.iScsiDiskDevice": [[9, 2, 1, "", "dracut_setup_args"]], "blivet.devices.dm": [[9, 1, 1, "", "DMCryptDevice"], [9, 1, 1, "", "DMDevice"], [9, 1, 1, "", "DMIntegrityDevice"], [9, 1, 1, "", "DMLinearDevice"]], "blivet.devices.dm.DMDevice": [[9, 4, 1, "", "dict"], [9, 2, 1, "", "get_dm_node"], [9, 4, 1, "", "map_name"], [9, 2, 1, "", "setup_partitions"], [9, 4, 1, "", "status"], [9, 2, 1, "", "teardown_partitions"]], "blivet.devices.dm.DMLinearDevice": [[9, 2, 1, "", "deactivate"], [9, 4, 1, "", "description"], [9, 2, 1, "", "teardown"]], "blivet.devices.file": [[9, 1, 1, "", "DirectoryDevice"], [9, 1, 1, "", "FileDevice"], [9, 1, 1, "", "SparseFileDevice"]], "blivet.devices.file.FileDevice": [[9, 4, 1, "", "fstab_spec"], [9, 2, 1, "", "is_name_valid"], [9, 4, 1, "", "path"], [9, 2, 1, "", "read_current_size"], [9, 2, 1, "", "update_sysfs_path"]], "blivet.devices.lib": [[9, 1, 1, "", "ParentList"], [9, 1, 1, "", "Tags"], [9, 3, 1, "", "device_name_to_disk_by_path"], [9, 3, 1, "", "device_path_to_name"], [9, 3, 1, "", "get_device_type_by_major"], [9, 3, 1, "", "get_majors_by_device_type"]], "blivet.devices.lib.ParentList": [[9, 2, 1, "", "append"], [9, 5, 1, "", "appendfunc"], [9, 2, 1, "", "remove"], [9, 5, 1, "", "removefunc"]], "blivet.devices.lib.Tags": [[9, 5, 1, "", "local"], [9, 5, 1, "", "nvdimm"], [9, 5, 1, "", "nvme"], [9, 5, 1, "", "remote"], [9, 5, 1, "", "removable"], [9, 5, 1, "", "ssd"], [9, 5, 1, "", "usb"]], "blivet.devices.loop": [[9, 1, 1, "", "LoopDevice"]], "blivet.devices.loop.LoopDevice": [[9, 4, 1, "", "size"], [9, 4, 1, "", "status"], [9, 2, 1, "", "update_name"]], "blivet.devices.luks": [[9, 1, 1, "", "IntegrityDevice"], [9, 1, 1, "", "LUKSDevice"]], "blivet.devices.luks.IntegrityDevice": [[9, 4, 1, "", "controllable"], [9, 4, 1, "", "metadata_size"], [9, 4, 1, "", "raw_device"], [9, 4, 1, "", "size"]], "blivet.devices.luks.LUKSDevice": [[9, 2, 1, "", "dracut_setup_args"], [9, 4, 1, "", "max_size"], [9, 2, 1, "", "populate_ksdata"], [9, 4, 1, "", "raw_device"], [9, 4, 1, "", "resizable"], [9, 2, 1, "", "resize"], [9, 4, 1, "", "size"], [9, 2, 1, "", "update_name"]], "blivet.devices.lvm": [[9, 1, 1, "", "LVMCache"], [9, 1, 1, "", "LVMCachePoolMixin"], [9, 1, 1, "", "LVMCacheRequest"], [9, 1, 1, "", "LVMCacheStats"], [9, 1, 1, "", "LVMCacheType"], [9, 1, 1, "", "LVMInternalLVtype"], [9, 1, 1, "", "LVMInternalLogicalVolumeMixin"], [9, 1, 1, "", "LVMLogicalVolumeBase"], [9, 1, 1, "", "LVMLogicalVolumeDevice"], [9, 1, 1, "", "LVMSnapshotMixin"], [9, 1, 1, "", "LVMThinLogicalVolumeMixin"], [9, 1, 1, "", "LVMThinPoolMixin"], [9, 1, 1, "", "LVMVDOLogicalVolumeMixin"], [9, 1, 1, "", "LVMVDOPoolMixin"], [9, 1, 1, "", "LVMVolumeGroupDevice"], [9, 1, 1, "", "LVMWriteCache"], [9, 1, 1, "", "LVPVSpec"], [9, 6, 1, "", "NotTypeSpecific"], [9, 1, 1, "", "PVFreeInfo"], [9, 1, 1, "", "ThPoolReserveSpec"]], "blivet.devices.lvm.LVMCache": [[9, 4, 1, "", "backing_device_name"], [9, 4, 1, "", "cache_device_name"], [9, 2, 1, "", "detach"], [9, 4, 1, "", "exists"], [9, 4, 1, "", "fast_pvs"], [9, 4, 1, "", "md_size"], [9, 4, 1, "", "mode"], [9, 4, 1, "", "pv_space_used"], [9, 4, 1, "", "size"], [9, 4, 1, "", "stats"], [9, 5, 1, "", "type"], [9, 4, 1, "", "vg_space_used"]], "blivet.devices.lvm.LVMCachePoolMixin": [[9, 2, 1, "", "add_hook"], [9, 2, 1, "", "autoset_md_size"], [9, 4, 1, "", "direct"], [9, 2, 1, "", "dracut_setup_args"], [9, 4, 1, "", "format_immutable"], [9, 4, 1, "", "is_cache_pool"], [9, 4, 1, "", "profile"], [9, 2, 1, "", "read_current_size"], [9, 2, 1, "", "remove_hook"], [9, 4, 1, "", "resizable"], [9, 4, 1, "", "type"]], "blivet.devices.lvm.LVMCacheRequest": [[9, 4, 1, "", "cache_type"], [9, 4, 1, "", "fast_devs"], [9, 4, 1, "", "mode"], [9, 4, 1, "", "pv_space_requests"], [9, 4, 1, "", "size"]], "blivet.devices.lvm.LVMCacheStats": [[9, 4, 1, "", "block_size"], [9, 4, 1, "", "hits"], [9, 4, 1, "", "md_block_size"], [9, 4, 1, "", "md_size"], [9, 4, 1, "", "md_used"], [9, 4, 1, "", "misses"], [9, 4, 1, "", "read_hits"], [9, 4, 1, "", "read_misses"], [9, 4, 1, "", "size"], [9, 4, 1, "", "used"], [9, 4, 1, "", "write_hits"], [9, 4, 1, "", "write_misses"]], "blivet.devices.lvm.LVMCacheType": [[9, 5, 1, "", "lvmcache"], [9, 5, 1, "", "lvmwritecache"]], "blivet.devices.lvm.LVMInternalLVtype": [[9, 5, 1, "", "cache_pool"], [9, 5, 1, "", "data"], [9, 2, 1, "", "get_type"], [9, 5, 1, "", "image"], [9, 5, 1, "", "log"], [9, 5, 1, "", "meta"], [9, 5, 1, "", "origin"], [9, 5, 1, "", "unknown"]], "blivet.devices.lvm.LVMInternalLogicalVolumeMixin": [[9, 2, 1, "", "add_hook"], [9, 2, 1, "", "destroy"], [9, 4, 1, "", "direct"], [9, 4, 1, "", "display_lvname"], [9, 4, 1, "", "growable"], [9, 4, 1, "", "int_lv_type"], [9, 4, 1, "", "is_internal_lv"], [9, 2, 1, "", "is_name_valid"], [9, 4, 1, "", "max_size"], [9, 4, 1, "", "name_suffix"], [9, 4, 1, "", "parent_lv"], [9, 4, 1, "", "readonly"], [9, 2, 1, "", "remove_hook"], [9, 4, 1, "", "resizable"], [9, 2, 1, "", "resize"], [9, 2, 1, "", "setup"], [9, 4, 1, "", "takes_extra_space"], [9, 2, 1, "", "teardown"], [9, 4, 1, "", "type"], [9, 4, 1, "", "vg"]], "blivet.devices.lvm.LVMLogicalVolumeBase": [[9, 2, 1, "", "add_internal_lv"], [9, 4, 1, "", "cache"], [9, 4, 1, "", "cached"], [9, 2, 1, "", "check_size"], [9, 4, 1, "", "complete"], [9, 5, 1, "", "config_actions_map"], [9, 4, 1, "", "container"], [9, 4, 1, "", "data_vg_space_used"], [9, 4, 1, "", "dict"], [9, 4, 1, "", "from_lvs"], [9, 2, 1, "", "get_dm_node"], [9, 4, 1, "", "is_raid_lv"], [9, 4, 1, "", "isleaf"], [9, 4, 1, "", "log_size"], [9, 4, 1, "", "lvname"], [9, 4, 1, "", "map_name"], [9, 4, 1, "", "members"], [9, 4, 1, "", "metadata_size"], [9, 4, 1, "", "metadata_vg_space_used"], [9, 4, 1, "", "mirrored"], [9, 4, 1, "", "num_raid_pvs"], [9, 4, 1, "", "path"], [9, 2, 1, "", "populate_ksdata"], [9, 4, 1, "", "pv_space_used"], [9, 4, 1, "", "raid_level"], [9, 2, 1, "", "remove_internal_lv"], [9, 2, 1, "", "set_rw"], [9, 4, 1, "", "vg"], [9, 4, 1, "", "vg_space_used"]], "blivet.devices.lvm.LVMLogicalVolumeDevice": [[9, 2, 1, "", "add_hook"], [9, 2, 1, "", "attach_cache"], [9, 2, 1, "", "attach_writecache"], [9, 2, 1, "", "autoset_md_size"], [9, 2, 1, "", "depends_on"], [9, 2, 1, "", "destroy"], [9, 4, 1, "", "direct"], [9, 4, 1, "", "display_lv_name"], [9, 2, 1, "", "dracut_setup_args"], [9, 4, 1, "", "external_dependencies"], [9, 4, 1, "", "format_immutable"], [9, 4, 1, "", "growable"], [9, 2, 1, "", "is_name_valid"], [9, 4, 1, "", "lvs"], [9, 4, 1, "", "max_size"], [9, 4, 1, "", "min_size"], [9, 4, 1, "", "pool"], [9, 2, 1, "", "populate_ksdata"], [9, 2, 1, "", "read_current_size"], [9, 4, 1, "", "readonly"], [9, 2, 1, "", "remove_hook"], [9, 4, 1, "", "resizable"], [9, 2, 1, "", "resize"], [9, 2, 1, "", "setup"], [9, 2, 1, "", "setup_parents"], [9, 4, 1, "", "size"], [9, 2, 1, "", "teardown"], [9, 4, 1, "", "type"], [9, 2, 1, "", "type_specific"], [9, 4, 1, "", "unavailable_direct_dependencies"], [9, 4, 1, "", "vg"], [9, 4, 1, "", "vg_space_used"]], "blivet.devices.lvm.LVMSnapshotMixin": [[9, 2, 1, "", "depends_on"], [9, 4, 1, "", "format_immutable"], [9, 4, 1, "", "is_snapshot_lv"], [9, 2, 1, "", "merge"], [9, 2, 1, "", "old_snapshot_specific"], [9, 5, 1, "", "origin"], [9, 2, 1, "", "read_current_size"], [9, 4, 1, "", "resizable"], [9, 2, 1, "", "setup"], [9, 2, 1, "", "teardown"], [9, 4, 1, "", "type"], [9, 5, 1, "", "vorigin"]], "blivet.devices.lvm.LVMThinLogicalVolumeMixin": [[9, 2, 1, "", "add_hook"], [9, 4, 1, "", "is_thin_lv"], [9, 4, 1, "", "pool"], [9, 4, 1, "", "pool_space_used"], [9, 2, 1, "", "populate_ksdata"], [9, 2, 1, "", "remove_hook"], [9, 4, 1, "", "type"], [9, 4, 1, "", "vg"], [9, 4, 1, "", "vg_space_used"]], "blivet.devices.lvm.LVMThinPoolMixin": [[9, 2, 1, "", "autoset_md_size"], [9, 4, 1, "", "chunk_size"], [9, 4, 1, "", "direct"], [9, 2, 1, "", "dracut_setup_args"], [9, 4, 1, "", "free_space"], [9, 4, 1, "", "is_thin_pool"], [9, 4, 1, "", "lvs"], [9, 2, 1, "", "populate_ksdata"], [9, 4, 1, "", "profile"], [9, 4, 1, "", "resizable"], [9, 4, 1, "", "type"], [9, 4, 1, "", "used_space"]], "blivet.devices.lvm.LVMVDOLogicalVolumeMixin": [[9, 2, 1, "", "add_hook"], [9, 4, 1, "", "is_vdo_lv"], [9, 4, 1, "", "pool"], [9, 2, 1, "", "remove_hook"], [9, 4, 1, "", "resizable"], [9, 4, 1, "", "type"], [9, 2, 1, "", "type_external_dependencies"], [9, 2, 1, "", "unavailable_type_dependencies"], [9, 4, 1, "", "vg"], [9, 4, 1, "", "vg_space_used"]], "blivet.devices.lvm.LVMVDOPoolMixin": [[9, 4, 1, "", "direct"], [9, 4, 1, "", "is_vdo_pool"], [9, 4, 1, "", "lvs"], [9, 4, 1, "", "min_size"], [9, 2, 1, "", "read_current_size"], [9, 4, 1, "", "resizable"], [9, 4, 1, "", "type"], [9, 2, 1, "", "type_external_dependencies"], [9, 2, 1, "", "unavailable_type_dependencies"], [9, 4, 1, "", "vdo_lv"]], "blivet.devices.lvm.LVMVolumeGroupDevice": [[9, 2, 1, "", "add_hook"], [9, 2, 1, "", "align"], [9, 4, 1, "", "cached_lvs"], [9, 4, 1, "", "complete"], [9, 4, 1, "", "dict"], [9, 4, 1, "", "direct"], [9, 4, 1, "", "extents"], [9, 4, 1, "", "free_extents"], [9, 4, 1, "", "free_space"], [9, 2, 1, "", "get_supported_pe_sizes"], [9, 4, 1, "", "is_empty"], [9, 4, 1, "", "is_modified"], [9, 2, 1, "", "is_name_valid"], [9, 4, 1, "", "lvm_metadata_space"], [9, 4, 1, "", "lvs"], [9, 4, 1, "", "map_name"], [9, 4, 1, "", "path"], [9, 4, 1, "", "pmspare_size"], [9, 2, 1, "", "populate_ksdata"], [9, 4, 1, "", "protected"], [9, 4, 1, "", "pv_free_info"], [9, 4, 1, "", "pvs"], [9, 2, 1, "", "remove_hook"], [9, 4, 1, "", "reserved_percent"], [9, 4, 1, "", "reserved_space"], [9, 4, 1, "", "size"], [9, 4, 1, "", "status"], [9, 4, 1, "", "thinlvs"], [9, 4, 1, "", "thinpools"], [9, 4, 1, "", "thpool_reserve"], [9, 2, 1, "", "update_sysfs_path"]], "blivet.devices.lvm.LVMWriteCache": [[9, 4, 1, "", "backing_device_name"], [9, 4, 1, "", "cache_device_name"], [9, 2, 1, "", "detach"], [9, 4, 1, "", "exists"], [9, 4, 1, "", "fast_pvs"], [9, 4, 1, "", "md_size"], [9, 4, 1, "", "pv_space_used"], [9, 4, 1, "", "size"], [9, 4, 1, "", "stats"], [9, 5, 1, "", "type"], [9, 4, 1, "", "vg_space_used"]], "blivet.devices.lvm.PVFreeInfo": [[9, 5, 1, "", "free"], [9, 5, 1, "", "pv"], [9, 5, 1, "", "size"]], "blivet.devices.lvm.ThPoolReserveSpec": [[9, 5, 1, "", "max"], [9, 5, 1, "", "min"], [9, 5, 1, "", "percent"]], "blivet.devices.md": [[9, 1, 1, "", "MDBiosRaidArrayDevice"], [9, 1, 1, "", "MDContainerDevice"], [9, 1, 1, "", "MDRaidArrayDevice"]], "blivet.devices.md.MDBiosRaidArrayDevice": [[9, 4, 1, "", "description"], [9, 4, 1, "", "is_disk"], [9, 4, 1, "", "mdadm_conf_entry"], [9, 4, 1, "", "members"], [9, 4, 1, "", "partitionable"], [9, 4, 1, "", "size"], [9, 2, 1, "", "teardown"], [9, 4, 1, "", "total_devices"]], "blivet.devices.md.MDContainerDevice": [[9, 4, 1, "", "description"], [9, 4, 1, "", "is_disk"], [9, 4, 1, "", "mdadm_conf_entry"], [9, 4, 1, "", "media_present"], [9, 4, 1, "", "partitionable"], [9, 2, 1, "", "teardown"]], "blivet.devices.md.MDRaidArrayDevice": [[9, 4, 1, "", "bootable"], [9, 4, 1, "", "chunk_size"], [9, 4, 1, "", "complete"], [9, 4, 1, "", "create_bitmap"], [9, 4, 1, "", "degraded"], [9, 4, 1, "", "description"], [9, 4, 1, "", "dict"], [9, 2, 1, "", "dracut_setup_args"], [9, 4, 1, "", "format_args"], [9, 2, 1, "", "get_superblock_size"], [9, 4, 1, "", "is_disk"], [9, 4, 1, "", "level"], [9, 4, 1, "", "mdadm_conf_entry"], [9, 4, 1, "", "mdadm_format_uuid"], [9, 4, 1, "", "member_devices"], [9, 2, 1, "", "member_status"], [9, 4, 1, "", "members"], [9, 4, 1, "", "model"], [9, 4, 1, "", "partitionable"], [9, 2, 1, "", "populate_ksdata"], [9, 2, 1, "", "pre_commit_fixup"], [9, 2, 1, "", "read_chunk_size"], [9, 4, 1, "", "sector_size"], [9, 4, 1, "", "size"], [9, 4, 1, "", "spares"], [9, 4, 1, "", "status"], [9, 2, 1, "", "teardown"], [9, 4, 1, "", "total_devices"], [9, 2, 1, "", "update_size"]], "blivet.devices.network": [[9, 1, 1, "", "NetworkStorageDevice"]], "blivet.devices.nfs": [[9, 1, 1, "", "NFSDevice"]], "blivet.devices.nfs.NFSDevice": [[9, 2, 1, "", "create"], [9, 2, 1, "", "destroy"], [9, 2, 1, "", "is_name_valid"], [9, 4, 1, "", "path"], [9, 2, 1, "", "setup"], [9, 2, 1, "", "teardown"], [9, 2, 1, "", "update_size"], [9, 2, 1, "", "update_sysfs_path"]], "blivet.devices.nodev": [[9, 1, 1, "", "NoDevice"], [9, 1, 1, "", "TmpFSDevice"]], "blivet.devices.nodev.NoDevice": [[9, 2, 1, "", "create"], [9, 2, 1, "", "destroy"], [9, 4, 1, "", "path"], [9, 2, 1, "", "setup"], [9, 2, 1, "", "teardown"], [9, 2, 1, "", "update_size"], [9, 2, 1, "", "update_sysfs_path"]], "blivet.devices.nodev.TmpFSDevice": [[9, 4, 1, "", "fstab_spec"], [9, 2, 1, "", "populate_ksdata"], [9, 4, 1, "", "size"]], "blivet.devices.optical": [[9, 1, 1, "", "OpticalDevice"]], "blivet.devices.optical.OpticalDevice": [[9, 2, 1, "", "eject"], [9, 4, 1, "", "media_present"]], "blivet.devices.partition": [[9, 1, 1, "", "PartitionDevice"]], "blivet.devices.partition.PartitionDevice": [[9, 2, 1, "", "add_hook"], [9, 2, 1, "", "align_target_size"], [9, 4, 1, "", "bootable"], [9, 2, 1, "", "check_size"], [9, 5, 1, "", "default_size"], [9, 2, 1, "", "depends_on"], [9, 4, 1, "", "dict"], [9, 4, 1, "", "direct"], [9, 4, 1, "", "disk"], [9, 2, 1, "", "flag_available"], [9, 4, 1, "", "fstab_spec"], [9, 2, 1, "", "get_flag"], [9, 4, 1, "", "is_extended"], [9, 4, 1, "", "is_logical"], [9, 4, 1, "", "is_magic"], [9, 4, 1, "", "is_primary"], [9, 4, 1, "", "is_protected"], [9, 4, 1, "", "isleaf"], [9, 4, 1, "", "max_size"], [9, 4, 1, "", "min_size"], [9, 4, 1, "", "part_type"], [9, 4, 1, "", "part_type_uuid"], [9, 4, 1, "", "part_type_uuid_req"], [9, 4, 1, "", "parted_partition"], [9, 4, 1, "", "path"], [9, 2, 1, "", "populate_ksdata"], [9, 2, 1, "", "pre_commit_fixup"], [9, 2, 1, "", "probe"], [9, 4, 1, "", "protected"], [9, 2, 1, "", "read_current_size"], [9, 2, 1, "", "remove_hook"], [9, 4, 1, "", "resizable"], [9, 2, 1, "", "resize"], [9, 4, 1, "", "sector_size"], [9, 2, 1, "", "set_flag"], [9, 2, 1, "", "unset_flag"], [9, 2, 1, "", "update_name"], [9, 4, 1, "", "weight"]], "blivet.devices.raid": [[9, 1, 1, "", "RaidDevice"]], "blivet.devices.raid.RaidDevice": [[9, 4, 1, "", "members"]], "blivet.devices.storage": [[9, 1, 1, "", "StorageDevice"]], "blivet.devices.storage.StorageDevice": [[9, 2, 1, "", "add_hook"], [9, 2, 1, "", "align_target_size"], [9, 2, 1, "", "check_size"], [9, 5, 1, "", "config_actions_map"], [9, 4, 1, "", "controllable"], [9, 2, 1, "", "create"], [9, 4, 1, "", "current_size"], [9, 2, 1, "", "destroy"], [9, 4, 1, "", "dict"], [9, 4, 1, "", "direct"], [9, 4, 1, "", "disks"], [9, 4, 1, "", "encrypted"], [9, 4, 1, "", "format"], [9, 4, 1, "", "format_args"], [9, 4, 1, "", "format_immutable"], [9, 4, 1, "", "fstab_spec"], [9, 4, 1, "", "growable"], [9, 4, 1, "", "is_disk"], [9, 4, 1, "", "is_empty"], [9, 2, 1, "", "is_name_valid"], [9, 4, 1, "", "logical_block_size"], [9, 4, 1, "", "max_size"], [9, 4, 1, "", "media_present"], [9, 4, 1, "", "min_size"], [9, 4, 1, "", "model"], [9, 4, 1, "", "packages"], [9, 4, 1, "", "partitionable"], [9, 4, 1, "", "partitioned"], [9, 4, 1, "", "path"], [9, 4, 1, "", "physical_block_size"], [9, 2, 1, "", "populate_ksdata"], [9, 2, 1, "", "pre_commit_fixup"], [9, 4, 1, "", "protected"], [9, 4, 1, "", "raw_device"], [9, 2, 1, "", "read_current_size"], [9, 4, 1, "", "readonly"], [9, 4, 1, "", "removable"], [9, 2, 1, "", "remove_hook"], [9, 4, 1, "", "resizable"], [9, 2, 1, "", "resize"], [9, 4, 1, "", "sector_size"], [9, 4, 1, "", "serial"], [9, 2, 1, "", "setup"], [9, 2, 1, "", "setup_parents"], [9, 4, 1, "", "size"], [9, 4, 1, "", "status"], [9, 4, 1, "", "target_size"], [9, 2, 1, "", "teardown"], [9, 2, 1, "", "update_size"], [9, 2, 1, "", "update_sysfs_path"], [9, 4, 1, "", "vendor"]], "blivet.devices.stratis": [[9, 1, 1, "", "StratisFilesystemDevice"], [9, 1, 1, "", "StratisPoolDevice"]], "blivet.devices.stratis.StratisFilesystemDevice": [[9, 2, 1, "", "dracut_setup_args"], [9, 4, 1, "", "fsname"], [9, 4, 1, "", "pool"], [9, 4, 1, "", "used_size"]], "blivet.devices.stratis.StratisPoolDevice": [[9, 2, 1, "", "add_hook"], [9, 4, 1, "", "blockdevs"], [9, 2, 1, "", "dracut_setup_args"], [9, 4, 1, "", "encrypted"], [9, 4, 1, "", "filesystems"], [9, 4, 1, "", "free_space"], [9, 4, 1, "", "has_key"], [9, 4, 1, "", "key_file"], [9, 4, 1, "", "passphrase"], [9, 2, 1, "", "remove_hook"], [9, 4, 1, "", "size"]], "blivet.devicetree": [[6, 1, 1, "", "DeviceTree"], [6, 1, 1, "", "DeviceTreeBase"]], "blivet.devicetree.DeviceTree": [[6, 2, 1, "", "reset"]], "blivet.devicetree.DeviceTreeBase": [[6, 4, 1, "", "actions"], [6, 2, 1, "", "cancel_disk_actions"], [6, 4, 1, "", "devices"], [6, 2, 1, "", "expand_taglist"], [6, 4, 1, "", "filesystems"], [6, 2, 1, "", "get_dependent_devices"], [6, 2, 1, "", "get_device_by_id"], [6, 2, 1, "", "get_device_by_label"], [6, 2, 1, "", "get_device_by_name"], [6, 2, 1, "", "get_device_by_path"], [6, 2, 1, "", "get_device_by_sysfs_path"], [6, 2, 1, "", "get_device_by_uuid"], [6, 2, 1, "", "get_disk_actions"], [6, 2, 1, "", "get_related_disks"], [6, 2, 1, "", "hide"], [6, 4, 1, "", "labels"], [6, 4, 1, "", "leaves"], [6, 4, 1, "", "mountpoints"], [6, 4, 1, "", "names"], [6, 2, 1, "", "recursive_remove"], [6, 2, 1, "", "reset"], [6, 2, 1, "", "resolve_device"], [6, 2, 1, "", "setup_all"], [6, 2, 1, "", "teardown_all"], [6, 2, 1, "", "unhide"], [6, 4, 1, "", "uuids"]], "blivet.errors": [[6, 6, 1, "", "AlignmentError"], [6, 6, 1, "", "AvailabilityError"], [6, 6, 1, "", "BTRFSError"], [6, 6, 1, "", "BTRFSValueError"], [6, 6, 1, "", "CorruptGPTError"], [6, 6, 1, "", "DMError"], [6, 6, 1, "", "DMRaidMemberError"], [6, 6, 1, "", "DependencyError"], [6, 6, 1, "", "DeviceActionError"], [6, 6, 1, "", "DeviceCreateError"], [6, 6, 1, "", "DeviceDestroyError"], [6, 6, 1, "", "DeviceError"], [6, 6, 1, "", "DeviceFactoryError"], [6, 6, 1, "", "DeviceFormatError"], [6, 6, 1, "", "DeviceNotFoundError"], [6, 6, 1, "", "DeviceResizeError"], [6, 6, 1, "", "DeviceSetupError"], [6, 6, 1, "", "DeviceTeardownError"], [6, 6, 1, "", "DeviceTreeError"], [6, 6, 1, "", "DeviceUserDeniedFormatError"], [6, 6, 1, "", "DiskLabelCommitError"], [6, 6, 1, "", "DiskLabelError"], [6, 6, 1, "", "DiskLabelScanError"], [6, 6, 1, "", "DuplicateUUIDError"], [6, 6, 1, "", "DuplicateVGError"], [6, 6, 1, "", "EventHandlingError"], [6, 6, 1, "", "EventManagerError"], [6, 6, 1, "", "EventParamError"], [6, 6, 1, "", "FCoEError"], [6, 6, 1, "", "FSError"], [6, 6, 1, "", "FSReadLabelError"], [6, 6, 1, "", "FSResizeError"], [6, 6, 1, "", "FSTabTypeMismatchError"], [6, 6, 1, "", "FSWriteLabelError"], [6, 6, 1, "", "FSWriteUUIDError"], [6, 6, 1, "", "FormatCreateError"], [6, 6, 1, "", "FormatDestroyError"], [6, 6, 1, "", "FormatResizeError"], [6, 6, 1, "", "FormatSetupError"], [6, 6, 1, "", "FormatTeardownError"], [6, 6, 1, "", "GPTVolUUIDError"], [6, 6, 1, "", "ISCSIError"], [6, 6, 1, "", "InconsistentPVSectorSize"], [6, 6, 1, "", "IntegrityError"], [6, 6, 1, "", "InvalidDiskLabelError"], [6, 6, 1, "", "InvalidMultideviceSelection"], [6, 6, 1, "", "LUKSError"], [6, 6, 1, "", "LVMError"], [6, 6, 1, "", "LoopError"], [6, 6, 1, "", "MDMemberError"], [6, 6, 1, "", "MDRaidError"], [6, 6, 1, "", "MPathError"], [6, 6, 1, "", "MultipathMemberError"], [6, 6, 1, "", "NVMeError"], [6, 6, 1, "", "NoDisksError"], [6, 6, 1, "", "NoParentsError"], [6, 6, 1, "", "NotEnoughFreeSpaceError"], [6, 6, 1, "", "PartitioningError"], [6, 6, 1, "", "PhysicalVolumeError"], [6, 6, 1, "", "RaidError"], [6, 6, 1, "", "SinglePhysicalVolumeError"], [6, 6, 1, "", "StorageError"], [6, 6, 1, "", "StratisError"], [6, 6, 1, "", "SwapSpaceError"], [6, 6, 1, "", "ThreadError"], [6, 6, 1, "", "UdevError"], [6, 6, 1, "", "UnrecognizedFSTabEntryError"], [6, 6, 1, "", "UnusableConfigurationError"]], "blivet.errors.CorruptGPTError": [[6, 5, 1, "", "suggestion"]], "blivet.errors.DiskLabelScanError": [[6, 5, 1, "", "suggestion"]], "blivet.errors.DuplicateUUIDError": [[6, 5, 1, "", "suggestion"]], "blivet.errors.DuplicateVGError": [[6, 5, 1, "", "suggestion"]], "blivet.errors.InvalidMultideviceSelection": [[6, 5, 1, "", "suggestion"]], "blivet.errors.UnusableConfigurationError": [[6, 5, 1, "", "suggestion"]], "blivet.events": [[10, 0, 0, "-", "changes"], [10, 0, 0, "-", "handler"], [10, 0, 0, "-", "manager"]], "blivet.events.changes": [[10, 1, 1, "", "ActionCanceled"], [10, 1, 1, "", "AttributeChanged"], [10, 1, 1, "", "DeviceAdded"], [10, 1, 1, "", "DeviceRemoved"], [10, 1, 1, "", "ParentAdded"], [10, 1, 1, "", "ParentRemoved"], [10, 3, 1, "", "action_removed_cb"], [10, 3, 1, "", "attribute_changed_cb"], [10, 7, 1, "", "data"], [10, 3, 1, "", "device_added_cb"], [10, 3, 1, "", "device_removed_cb"], [10, 3, 1, "", "disable_callbacks"], [10, 3, 1, "", "enable_callbacks"], [10, 3, 1, "", "parent_added_cb"], [10, 3, 1, "", "parent_removed_cb"], [10, 3, 1, "", "record_change"]], "blivet.events.handler": [[10, 1, 1, "", "EventHandlerMixin"]], "blivet.events.handler.EventHandlerMixin": [[10, 2, 1, "", "handle_event"]], "blivet.events.manager": [[10, 1, 1, "", "Event"], [10, 1, 1, "", "EventManager"], [10, 1, 1, "", "EventMask"], [10, 1, 1, "", "UdevEventManager"], [10, 3, 1, "", "validate_cb"]], "blivet.events.manager.EventManager": [[10, 2, 1, "", "add_mask"], [10, 2, 1, "", "disable"], [10, 2, 1, "", "enable"], [10, 4, 1, "", "enabled"], [10, 4, 1, "", "error_cb"], [10, 2, 1, "", "handle_event"], [10, 4, 1, "", "handler_cb"], [10, 4, 1, "", "notify_cb"], [10, 2, 1, "", "remove_mask"]], "blivet.events.manager.EventMask": [[10, 2, 1, "", "match"]], "blivet.events.manager.UdevEventManager": [[10, 2, 1, "", "disable"], [10, 2, 1, "", "enable"], [10, 4, 1, "", "enabled"]], "blivet.fcoe": [[6, 1, 1, "", "FCoE"], [6, 3, 1, "", "has_fcoe"]], "blivet.fcoe.FCoE": [[6, 2, 1, "", "add_san"], [6, 2, 1, "", "startup"], [6, 2, 1, "", "write"], [6, 2, 1, "", "write_nic_fcoe_cfg"]], "blivet.flags": [[6, 1, 1, "", "Flags"]], "blivet.flags.Flags": [[6, 2, 1, "", "get_boot_cmdline"], [6, 2, 1, "", "update_from_boot_cmdline"]], "blivet.formats": [[11, 1, 1, "", "DeviceFormat"], [11, 0, 0, "-", "biosboot"], [11, 0, 0, "-", "disklabel"], [11, 0, 0, "-", "dmraid"], [11, 0, 0, "-", "fs"], [11, 0, 0, "-", "fslib"], [11, 3, 1, "", "get_default_filesystem_type"], [11, 3, 1, "", "get_device_format_class"], [11, 3, 1, "", "get_format"], [11, 0, 0, "-", "luks"], [11, 0, 0, "-", "lvmpv"], [11, 0, 0, "-", "mdraid"], [11, 0, 0, "-", "multipath"], [11, 0, 0, "-", "prepboot"], [11, 3, 1, "", "register_device_format"], [11, 0, 0, "-", "stratis"], [11, 0, 0, "-", "swap"]], "blivet.formats.DeviceFormat": [[11, 4, 1, "", "check"], [11, 4, 1, "", "controllable"], [11, 2, 1, "", "create"], [11, 4, 1, "", "create_options"], [11, 4, 1, "", "current_size"], [11, 4, 1, "", "desc"], [11, 2, 1, "", "destroy"], [11, 4, 1, "", "destroyable"], [11, 4, 1, "", "device"], [11, 4, 1, "", "dict"], [11, 2, 1, "", "do_resize"], [11, 4, 1, "", "dump"], [11, 4, 1, "", "formattable"], [11, 4, 1, "", "hidden"], [11, 4, 1, "", "ks_mountpoint"], [11, 2, 1, "", "label_format_ok"], [11, 2, 1, "", "labeling"], [11, 4, 1, "", "linux_native"], [11, 4, 1, "", "max_size"], [11, 4, 1, "", "min_size"], [11, 4, 1, "", "mountable"], [11, 4, 1, "", "name"], [11, 4, 1, "", "options"], [11, 4, 1, "", "packages"], [11, 5, 1, "", "parted_flag"], [11, 5, 1, "", "parted_system"], [11, 2, 1, "", "populate_ksdata"], [11, 2, 1, "", "relabels"], [11, 4, 1, "", "resizable"], [11, 2, 1, "", "setup"], [11, 4, 1, "", "size"], [11, 4, 1, "", "status"], [11, 4, 1, "", "supported"], [11, 4, 1, "", "target_size"], [11, 2, 1, "", "teardown"], [11, 4, 1, "", "type"], [11, 2, 1, "", "update_size_info"]], "blivet.formats.biosboot": [[11, 1, 1, "", "BIOSBoot"]], "blivet.formats.biosboot.BIOSBoot": [[11, 5, 1, "", "parted_flag"], [11, 4, 1, "", "status"], [11, 4, 1, "", "supported"]], "blivet.formats.disklabel": [[11, 1, 1, "", "DiskLabel"]], "blivet.formats.disklabel.DiskLabel": [[11, 2, 1, "", "add_partition"], [11, 4, 1, "", "alignment"], [11, 2, 1, "", "commit"], [11, 2, 1, "", "commit_to_disk"], [11, 4, 1, "", "desc"], [11, 4, 1, "", "dict"], [11, 4, 1, "", "end_alignment"], [11, 4, 1, "", "extended_partition"], [11, 4, 1, "", "first_partition"], [11, 4, 1, "", "free"], [11, 2, 1, "", "fresh_parted_disk"], [11, 2, 1, "", "get_alignment"], [11, 2, 1, "", "get_end_alignment"], [11, 2, 1, "", "get_minimal_alignment"], [11, 2, 1, "", "get_optimal_alignment"], [11, 2, 1, "", "get_platform_label_types"], [11, 4, 1, "", "label_type"], [11, 4, 1, "", "logical_partitions"], [11, 4, 1, "", "magic_partition_number"], [11, 4, 1, "", "name"], [11, 4, 1, "", "parted_device"], [11, 4, 1, "", "parted_disk"], [11, 4, 1, "", "partitions"], [11, 4, 1, "", "primary_partitions"], [11, 2, 1, "", "remove_partition"], [11, 2, 1, "", "reset_parted_disk"], [11, 4, 1, "", "sector_size"], [11, 2, 1, "", "set_default_label_type"], [11, 4, 1, "", "size"], [11, 4, 1, "", "status"], [11, 4, 1, "", "supported"], [11, 4, 1, "", "supports_names"], [11, 2, 1, "", "update_orig_parted_disk"], [11, 2, 1, "", "update_parted_disk"]], "blivet.formats.dmraid": [[11, 1, 1, "", "DMRaidMember"]], "blivet.formats.dmraid.DMRaidMember": [[11, 2, 1, "", "create"], [11, 2, 1, "", "destroy"]], "blivet.formats.fs": [[11, 1, 1, "", "AppleBootstrapFS"], [11, 1, 1, "", "BTRFS"], [11, 1, 1, "", "BindFS"], [11, 1, 1, "", "DevPtsFS"], [11, 1, 1, "", "EFIFS"], [11, 1, 1, "", "EFIVarFS"], [11, 1, 1, "", "ExFATFS"], [11, 1, 1, "", "Ext2FS"], [11, 1, 1, "", "Ext3FS"], [11, 1, 1, "", "Ext4FS"], [11, 1, 1, "", "F2FS"], [11, 1, 1, "", "FATFS"], [11, 1, 1, "", "FS"], [11, 1, 1, "", "GFS2"], [11, 1, 1, "", "HFS"], [11, 1, 1, "", "HFSPlus"], [11, 1, 1, "", "Iso9660FS"], [11, 1, 1, "", "JFS"], [11, 1, 1, "", "MacEFIFS"], [11, 1, 1, "", "NFS"], [11, 1, 1, "", "NFSv4"], [11, 1, 1, "", "NTFS"], [11, 1, 1, "", "NoDevFS"], [11, 1, 1, "", "ProcFS"], [11, 1, 1, "", "ReiserFS"], [11, 1, 1, "", "SELinuxFS"], [11, 1, 1, "", "StratisXFS"], [11, 1, 1, "", "SysFS"], [11, 1, 1, "", "TmpFS"], [11, 1, 1, "", "UDFFS"], [11, 1, 1, "", "USBFS"], [11, 1, 1, "", "XFS"]], "blivet.formats.fs.AppleBootstrapFS": [[11, 4, 1, "", "supported"]], "blivet.formats.fs.BTRFS": [[11, 4, 1, "", "container_uuid"], [11, 2, 1, "", "create"], [11, 2, 1, "", "destroy"]], "blivet.formats.fs.EFIFS": [[11, 5, 1, "", "parted_flag"], [11, 4, 1, "", "supported"]], "blivet.formats.fs.Ext2FS": [[11, 5, 1, "", "parted_system"]], "blivet.formats.fs.Ext3FS": [[11, 5, 1, "", "parted_system"]], "blivet.formats.fs.Ext4FS": [[11, 5, 1, "", "parted_system"]], "blivet.formats.fs.FATFS": [[11, 2, 1, "", "generate_new_uuid"], [11, 5, 1, "", "parted_system"]], "blivet.formats.fs.FS": [[11, 2, 1, "", "biggest_overhead_FS"], [11, 2, 1, "", "can_modify_uuid"], [11, 2, 1, "", "can_nodiscard"], [11, 2, 1, "", "can_set_uuid"], [11, 2, 1, "", "check_module"], [11, 5, 1, "", "config_actions_map"], [11, 4, 1, "", "controllable"], [11, 4, 1, "", "desc"], [11, 4, 1, "", "dict"], [11, 2, 1, "", "do_check"], [11, 4, 1, "", "formattable"], [11, 4, 1, "", "free"], [11, 2, 1, "", "free_space_estimate"], [11, 2, 1, "", "generate_new_uuid"], [11, 2, 1, "", "get_required_size"], [11, 4, 1, "", "label"], [11, 2, 1, "", "label_format_ok"], [11, 2, 1, "", "labeling"], [11, 2, 1, "", "mount"], [11, 4, 1, "", "mount_type"], [11, 4, 1, "", "mountable"], [11, 2, 1, "", "populate_ksdata"], [11, 2, 1, "", "read_label"], [11, 2, 1, "", "relabels"], [11, 2, 1, "", "reset_uuid"], [11, 4, 1, "", "resizable"], [11, 4, 1, "", "status"], [11, 4, 1, "", "supported"], [11, 2, 1, "", "sync"], [11, 4, 1, "", "system_mountpoint"], [11, 2, 1, "", "test_mount"], [11, 2, 1, "", "unmount"], [11, 2, 1, "", "update_size_info"], [11, 4, 1, "", "utils_available"], [11, 2, 1, "", "uuid_format_ok"], [11, 2, 1, "", "write_label"], [11, 2, 1, "", "write_uuid"]], "blivet.formats.fs.GFS2": [[11, 4, 1, "", "supported"]], "blivet.formats.fs.HFS": [[11, 5, 1, "", "parted_system"]], "blivet.formats.fs.HFSPlus": [[11, 5, 1, "", "parted_system"]], "blivet.formats.fs.JFS": [[11, 5, 1, "", "parted_system"], [11, 4, 1, "", "supported"]], "blivet.formats.fs.MacEFIFS": [[11, 4, 1, "", "supported"]], "blivet.formats.fs.NTFS": [[11, 2, 1, "", "generate_new_uuid"], [11, 5, 1, "", "parted_system"]], "blivet.formats.fs.NoDevFS": [[11, 4, 1, "", "type"]], "blivet.formats.fs.ReiserFS": [[11, 5, 1, "", "parted_system"], [11, 4, 1, "", "supported"]], "blivet.formats.fs.TmpFS": [[11, 2, 1, "", "create"], [11, 2, 1, "", "destroy"], [11, 2, 1, "", "do_resize"], [11, 4, 1, "", "free"]], "blivet.formats.fs.XFS": [[11, 5, 1, "", "parted_system"], [11, 2, 1, "", "write_uuid"]], "blivet.formats.fslib": [[11, 1, 1, "", "FSResize"], [11, 3, 1, "", "update_kernel_filesystems"]], "blivet.formats.fslib.FSResize": [[11, 5, 1, "", "OFFLINE_GROW"], [11, 5, 1, "", "OFFLINE_SHRINK"], [11, 5, 1, "", "ONLINE_GROW"], [11, 5, 1, "", "ONLINE_SHRINK"]], "blivet.formats.luks": [[11, 1, 1, "", "Integrity"], [11, 1, 1, "", "LUKS"], [11, 1, 1, "", "LUKS2PBKDFArgs"]], "blivet.formats.luks.Integrity": [[11, 4, 1, "", "formattable"], [11, 4, 1, "", "status"]], "blivet.formats.luks.LUKS": [[11, 2, 1, "", "add_passphrase"], [11, 4, 1, "", "configured"], [11, 4, 1, "", "controllable"], [11, 4, 1, "", "destroyable"], [11, 4, 1, "", "dict"], [11, 2, 1, "", "escrow"], [11, 4, 1, "", "formattable"], [11, 4, 1, "", "has_key"], [11, 4, 1, "", "key_file"], [11, 4, 1, "", "name"], [11, 4, 1, "", "passphrase"], [11, 2, 1, "", "populate_ksdata"], [11, 2, 1, "", "remove_passphrase"], [11, 4, 1, "", "status"], [11, 4, 1, "", "supported"], [11, 2, 1, "", "update_size_info"]], "blivet.formats.lvmpv": [[11, 1, 1, "", "LVMPhysicalVolume"]], "blivet.formats.lvmpv.LVMPhysicalVolume": [[11, 4, 1, "", "container_uuid"], [11, 4, 1, "", "destroyable"], [11, 4, 1, "", "dict"], [11, 4, 1, "", "formattable"], [11, 4, 1, "", "free"], [11, 2, 1, "", "lvmdevices_add"], [11, 2, 1, "", "lvmdevices_remove"], [11, 5, 1, "", "parted_flag"], [11, 4, 1, "", "status"], [11, 4, 1, "", "supported"], [11, 2, 1, "", "update_size_info"]], "blivet.formats.mdraid": [[11, 1, 1, "", "MDRaidMember"]], "blivet.formats.mdraid.MDRaidMember": [[11, 4, 1, "", "container_uuid"], [11, 4, 1, "", "destroyable"], [11, 4, 1, "", "dict"], [11, 4, 1, "", "formattable"], [11, 4, 1, "", "hidden"], [11, 5, 1, "", "parted_flag"], [11, 4, 1, "", "status"], [11, 4, 1, "", "supported"]], "blivet.formats.multipath": [[11, 1, 1, "", "MultipathMember"]], "blivet.formats.multipath.MultipathMember": [[11, 2, 1, "", "create"], [11, 2, 1, "", "destroy"], [11, 4, 1, "", "member"]], "blivet.formats.prepboot": [[11, 1, 1, "", "PPCPRePBoot"]], "blivet.formats.prepboot.PPCPRePBoot": [[11, 5, 1, "", "parted_flag"], [11, 4, 1, "", "status"], [11, 4, 1, "", "supported"]], "blivet.formats.stratis": [[11, 1, 1, "", "StratisBlockdev"]], "blivet.formats.stratis.StratisBlockdev": [[11, 4, 1, "", "dict"], [11, 4, 1, "", "has_key"], [11, 4, 1, "", "key_file"], [11, 4, 1, "", "passphrase"], [11, 4, 1, "", "status"], [11, 2, 1, "", "unlock_pool"]], "blivet.formats.swap": [[11, 1, 1, "", "SwapSpace"]], "blivet.formats.swap.SwapSpace": [[11, 5, 1, "", "config_actions_map"], [11, 4, 1, "", "controllable"], [11, 4, 1, "", "dict"], [11, 4, 1, "", "formattable"], [11, 4, 1, "", "label"], [11, 2, 1, "", "label_format_ok"], [11, 2, 1, "", "labeling"], [11, 5, 1, "", "parted_flag"], [11, 5, 1, "", "parted_system"], [11, 4, 1, "", "priority"], [11, 2, 1, "", "relabels"], [11, 4, 1, "", "status"], [11, 4, 1, "", "supported"], [11, 2, 1, "", "uuid_format_ok"], [11, 2, 1, "", "write_label"]], "blivet.i18n": [[6, 3, 1, "", "N_"], [6, 3, 1, "", "P_"]], "blivet.iscsi": [[6, 1, 1, "", "LoginInfo"], [6, 1, 1, "", "NodeInfo"], [6, 1, 1, "", "TargetInfo"], [6, 3, 1, "", "has_iscsi"], [6, 1, 1, "", "iSCSI"], [6, 1, 1, "", "iSCSIDependencyGuard"], [6, 7, 1, "", "iscsi"]], "blivet.iscsi.NodeInfo": [[6, 4, 1, "", "conn_info"]], "blivet.iscsi.TargetInfo": [[6, 5, 1, "", "ipaddr"], [6, 5, 1, "", "port"]], "blivet.iscsi.iSCSI": [[6, 2, 1, "", "active_nodes"], [6, 2, 1, "", "add_target"], [6, 4, 1, "", "available"], [6, 2, 1, "", "create_interfaces"], [6, 2, 1, "", "delete_interfaces"], [6, 2, 1, "", "discover"], [6, 2, 1, "", "get_node"], [6, 2, 1, "", "get_node_disks"], [6, 4, 1, "", "initiator"], [6, 4, 1, "", "initiator_set"], [6, 2, 1, "", "log_into_node"], [6, 4, 1, "", "mode"], [6, 2, 1, "", "stabilize"], [6, 2, 1, "", "startup"], [6, 2, 1, "", "write"]], "blivet.iscsi.iSCSIDependencyGuard": [[6, 5, 1, "", "error_msg"]], "blivet.mounts": [[6, 1, 1, "", "MountsCache"]], "blivet.mounts.MountsCache": [[6, 2, 1, "", "get_mountpoints"], [6, 2, 1, "", "is_mountpoint"]], "blivet.nvme": [[6, 1, 1, "", "NVMe"], [6, 7, 1, "", "nvme"]], "blivet.nvme.NVMe": [[6, 2, 1, "", "startup"], [6, 2, 1, "", "write"]], "blivet.partitioning": [[6, 1, 1, "", "Chunk"], [6, 1, 1, "", "DiskChunk"], [6, 1, 1, "", "LVRequest"], [6, 1, 1, "", "PartitionRequest"], [6, 1, 1, "", "Request"], [6, 1, 1, "", "SameSizeSet"], [6, 1, 1, "", "ThinPoolChunk"], [6, 1, 1, "", "TotalSizeSet"], [6, 1, 1, "", "VGChunk"], [6, 3, 1, "", "add_partition"], [6, 3, 1, "", "align_size_for_disklabel"], [6, 3, 1, "", "allocate_partitions"], [6, 3, 1, "", "do_partitioning"], [6, 3, 1, "", "get_best_free_space_region"], [6, 3, 1, "", "get_disk_chunks"], [6, 3, 1, "", "get_free_regions"], [6, 3, 1, "", "get_next_partition_type"], [6, 3, 1, "", "grow_lvm"], [6, 3, 1, "", "grow_partitions"], [6, 3, 1, "", "lv_compare"], [6, 3, 1, "", "manage_size_sets"], [6, 3, 1, "", "partition_compare"], [6, 3, 1, "", "remove_new_partitions"], [6, 3, 1, "", "resolve_disk_tags"], [6, 3, 1, "", "sectors_to_size"], [6, 3, 1, "", "size_to_sectors"], [6, 3, 1, "", "update_extended_partitions"]], "blivet.partitioning.Chunk": [[6, 2, 1, "", "add_request"], [6, 4, 1, "", "done"], [6, 2, 1, "", "grow_requests"], [6, 4, 1, "", "growth"], [6, 4, 1, "", "has_growable"], [6, 2, 1, "", "length_to_size"], [6, 2, 1, "", "max_growth"], [6, 2, 1, "", "reclaim"], [6, 4, 1, "", "remaining"], [6, 2, 1, "", "size_to_length"], [6, 2, 1, "", "sort_requests"], [6, 2, 1, "", "trim_over_grown_request"]], "blivet.partitioning.DiskChunk": [[6, 2, 1, "", "add_request"], [6, 2, 1, "", "length_to_size"], [6, 2, 1, "", "max_growth"], [6, 2, 1, "", "size_to_length"], [6, 2, 1, "", "sort_requests"]], "blivet.partitioning.LVRequest": [[6, 4, 1, "", "reserve_request"]], "blivet.partitioning.Request": [[6, 4, 1, "", "growable"], [6, 4, 1, "", "id"], [6, 4, 1, "", "reserve_request"]], "blivet.partitioning.TotalSizeSet": [[6, 2, 1, "", "allocate"], [6, 2, 1, "", "deallocate"], [6, 4, 1, "", "needed"]], "blivet.partitioning.VGChunk": [[6, 2, 1, "", "add_request"], [6, 2, 1, "", "length_to_size"], [6, 2, 1, "", "size_to_length"], [6, 2, 1, "", "sort_requests"]], "blivet.populator": [[13, 0, 0, "-", "helpers"], [12, 0, 0, "-", "populator"]], "blivet.populator.helpers": [[13, 0, 0, "-", "boot"], [13, 0, 0, "-", "btrfs"], [13, 0, 0, "-", "devicepopulator"], [13, 0, 0, "-", "disk"], [13, 0, 0, "-", "disklabel"], [13, 0, 0, "-", "dm"], [13, 0, 0, "-", "formatpopulator"], [13, 3, 1, "", "get_device_helper"], [13, 3, 1, "", "get_format_helper"], [13, 0, 0, "-", "loop"], [13, 0, 0, "-", "luks"], [13, 0, 0, "-", "lvm"], [13, 0, 0, "-", "mdraid"], [13, 0, 0, "-", "multipath"], [13, 0, 0, "-", "optical"], [13, 0, 0, "-", "partition"], [13, 0, 0, "-", "populatorhelper"], [13, 0, 0, "-", "stratis"]], "blivet.populator.helpers.boot": [[13, 1, 1, "", "AppleBootFormatPopulator"], [13, 1, 1, "", "BootFormatPopulator"], [13, 1, 1, "", "EFIFormatPopulator"], [13, 1, 1, "", "MacEFIFormatPopulator"]], "blivet.populator.helpers.boot.BootFormatPopulator": [[13, 2, 1, "", "match"], [13, 5, 1, "", "priority"]], "blivet.populator.helpers.boot.MacEFIFormatPopulator": [[13, 2, 1, "", "match"]], "blivet.populator.helpers.btrfs": [[13, 1, 1, "", "BTRFSFormatPopulator"]], "blivet.populator.helpers.btrfs.BTRFSFormatPopulator": [[13, 5, 1, "", "priority"], [13, 2, 1, "", "run"]], "blivet.populator.helpers.devicepopulator": [[13, 1, 1, "", "DevicePopulator"]], "blivet.populator.helpers.devicepopulator.DevicePopulator": [[13, 2, 1, "", "match"], [13, 2, 1, "", "update"]], "blivet.populator.helpers.disk": [[13, 1, 1, "", "DASDDevicePopulator"], [13, 1, 1, "", "DiskDevicePopulator"], [13, 1, 1, "", "FCoEDevicePopulator"], [13, 1, 1, "", "MDBiosRaidDevicePopulator"], [13, 1, 1, "", "NVDIMMNamespaceDevicePopulator"], [13, 1, 1, "", "NVMeFabricsNamespaceDevicePopulator"], [13, 1, 1, "", "NVMeNamespaceDevicePopulator"], [13, 1, 1, "", "ZFCPDevicePopulator"], [13, 1, 1, "", "iScsiDevicePopulator"]], "blivet.populator.helpers.disk.DASDDevicePopulator": [[13, 2, 1, "", "match"], [13, 5, 1, "", "priority"]], "blivet.populator.helpers.disk.DiskDevicePopulator": [[13, 2, 1, "", "match"], [13, 5, 1, "", "priority"], [13, 2, 1, "", "run"]], "blivet.populator.helpers.disk.FCoEDevicePopulator": [[13, 2, 1, "", "match"], [13, 5, 1, "", "priority"]], "blivet.populator.helpers.disk.MDBiosRaidDevicePopulator": [[13, 2, 1, "", "match"], [13, 5, 1, "", "priority"]], "blivet.populator.helpers.disk.NVDIMMNamespaceDevicePopulator": [[13, 2, 1, "", "match"], [13, 5, 1, "", "priority"]], "blivet.populator.helpers.disk.NVMeFabricsNamespaceDevicePopulator": [[13, 2, 1, "", "match"], [13, 5, 1, "", "priority"]], "blivet.populator.helpers.disk.NVMeNamespaceDevicePopulator": [[13, 2, 1, "", "match"], [13, 5, 1, "", "priority"]], "blivet.populator.helpers.disk.ZFCPDevicePopulator": [[13, 2, 1, "", "match"], [13, 5, 1, "", "priority"]], "blivet.populator.helpers.disk.iScsiDevicePopulator": [[13, 2, 1, "", "match"], [13, 5, 1, "", "priority"]], "blivet.populator.helpers.disklabel": [[13, 1, 1, "", "DiskLabelFormatPopulator"]], "blivet.populator.helpers.disklabel.DiskLabelFormatPopulator": [[13, 2, 1, "", "match"], [13, 5, 1, "", "priority"], [13, 2, 1, "", "run"], [13, 2, 1, "", "update"]], "blivet.populator.helpers.dm": [[13, 1, 1, "", "DMDevicePopulator"]], "blivet.populator.helpers.dm.DMDevicePopulator": [[13, 2, 1, "", "match"], [13, 5, 1, "", "priority"], [13, 2, 1, "", "run"]], "blivet.populator.helpers.formatpopulator": [[13, 1, 1, "", "FormatPopulator"]], "blivet.populator.helpers.formatpopulator.FormatPopulator": [[13, 2, 1, "", "match"], [13, 5, 1, "", "priority"], [13, 2, 1, "", "run"], [13, 4, 1, "", "type_spec"], [13, 2, 1, "", "update"]], "blivet.populator.helpers.loop": [[13, 1, 1, "", "LoopDevicePopulator"]], "blivet.populator.helpers.loop.LoopDevicePopulator": [[13, 2, 1, "", "match"], [13, 2, 1, "", "run"]], "blivet.populator.helpers.luks": [[13, 1, 1, "", "IntegrityDevicePopulator"], [13, 1, 1, "", "IntegrityFormatPopulator"], [13, 1, 1, "", "LUKSDevicePopulator"], [13, 1, 1, "", "LUKSFormatPopulator"]], "blivet.populator.helpers.luks.IntegrityDevicePopulator": [[13, 2, 1, "", "match"], [13, 2, 1, "", "run"]], "blivet.populator.helpers.luks.IntegrityFormatPopulator": [[13, 5, 1, "", "priority"]], "blivet.populator.helpers.luks.LUKSDevicePopulator": [[13, 2, 1, "", "match"], [13, 2, 1, "", "run"]], "blivet.populator.helpers.luks.LUKSFormatPopulator": [[13, 2, 1, "", "match"], [13, 5, 1, "", "priority"], [13, 2, 1, "", "run"]], "blivet.populator.helpers.lvm": [[13, 1, 1, "", "LVMDevicePopulator"], [13, 1, 1, "", "LVMFormatPopulator"]], "blivet.populator.helpers.lvm.LVMDevicePopulator": [[13, 2, 1, "", "match"], [13, 2, 1, "", "run"]], "blivet.populator.helpers.lvm.LVMFormatPopulator": [[13, 5, 1, "", "priority"], [13, 2, 1, "", "run"], [13, 2, 1, "", "update"]], "blivet.populator.helpers.mdraid": [[13, 1, 1, "", "MDDevicePopulator"], [13, 1, 1, "", "MDFormatPopulator"]], "blivet.populator.helpers.mdraid.MDDevicePopulator": [[13, 2, 1, "", "match"], [13, 2, 1, "", "run"]], "blivet.populator.helpers.mdraid.MDFormatPopulator": [[13, 5, 1, "", "priority"], [13, 2, 1, "", "run"], [13, 2, 1, "", "update"]], "blivet.populator.helpers.multipath": [[13, 1, 1, "", "MultipathDevicePopulator"], [13, 1, 1, "", "MultipathFormatPopulator"]], "blivet.populator.helpers.multipath.MultipathDevicePopulator": [[13, 2, 1, "", "match"], [13, 2, 1, "", "run"]], "blivet.populator.helpers.multipath.MultipathFormatPopulator": [[13, 5, 1, "", "priority"]], "blivet.populator.helpers.optical": [[13, 1, 1, "", "OpticalDevicePopulator"]], "blivet.populator.helpers.optical.OpticalDevicePopulator": [[13, 2, 1, "", "match"], [13, 2, 1, "", "run"]], "blivet.populator.helpers.partition": [[13, 1, 1, "", "PartitionDevicePopulator"]], "blivet.populator.helpers.partition.PartitionDevicePopulator": [[13, 2, 1, "", "match"], [13, 5, 1, "", "priority"], [13, 2, 1, "", "run"]], "blivet.populator.helpers.populatorhelper": [[13, 1, 1, "", "PopulatorHelper"]], "blivet.populator.helpers.populatorhelper.PopulatorHelper": [[13, 2, 1, "", "match"], [13, 5, 1, "", "priority"], [13, 2, 1, "", "run"], [13, 2, 1, "", "update"]], "blivet.populator.helpers.stratis": [[13, 1, 1, "", "StratisFormatPopulator"], [13, 1, 1, "", "StratisXFSFormatPopulator"]], "blivet.populator.helpers.stratis.StratisFormatPopulator": [[13, 2, 1, "", "match"], [13, 5, 1, "", "priority"], [13, 2, 1, "", "run"]], "blivet.populator.helpers.stratis.StratisXFSFormatPopulator": [[13, 2, 1, "", "match"], [13, 5, 1, "", "priority"], [13, 2, 1, "", "run"]], "blivet.populator.populator": [[12, 1, 1, "", "PopulatorMixin"], [12, 3, 1, "", "parted_exn_handler"]], "blivet.populator.populator.PopulatorMixin": [[12, 2, 1, "", "drop_device_info_cache"], [12, 2, 1, "", "handle_device"], [12, 2, 1, "", "handle_format"], [12, 2, 1, "", "handle_nodev_filesystems"], [12, 2, 1, "", "populate"], [12, 2, 1, "", "reset"], [12, 2, 1, "", "save_luks_passphrase"], [12, 2, 1, "", "set_disk_images"], [12, 2, 1, "", "setup_disk_images"], [12, 2, 1, "", "teardown_disk_images"]], "blivet.safe_dbus": [[6, 6, 1, "", "DBusCallError"], [6, 6, 1, "", "DBusPropertyError"], [6, 6, 1, "", "SafeDBusError"], [6, 3, 1, "", "call_sync"], [6, 3, 1, "", "check_object_available"], [6, 3, 1, "", "get_new_session_connection"], [6, 3, 1, "", "get_new_system_connection"], [6, 3, 1, "", "get_properties_sync"], [6, 3, 1, "", "get_property_sync"]], "blivet.size": [[6, 1, 1, "", "Size"], [6, 3, 1, "", "unit_str"]], "blivet.size.Size": [[6, 2, 1, "", "convert_to"], [6, 2, 1, "", "ensure_percent_reserve"], [6, 2, 1, "", "human_readable"], [6, 2, 1, "", "round_to_nearest"]], "blivet.static_data": [[14, 0, 0, "-", "luks_data"], [14, 0, 0, "-", "lvm_info"], [14, 0, 0, "-", "mpath_info"], [14, 0, 0, "-", "nvdimm"], [14, 0, 0, "-", "stratis_info"]], "blivet.static_data.luks_data": [[14, 1, 1, "", "LUKS_Data"]], "blivet.static_data.luks_data.LUKS_Data": [[14, 2, 1, "", "add_passphrase"], [14, 2, 1, "", "add_passphrases"], [14, 2, 1, "", "clear_passphrases"], [14, 4, 1, "", "encryption_passphrase"], [14, 4, 1, "", "luks_devs"], [14, 4, 1, "", "min_entropy"], [14, 4, 1, "", "passphrases"], [14, 4, 1, "", "pbkdf_args"], [14, 2, 1, "", "reset"], [14, 2, 1, "", "save_passphrase"]], "blivet.static_data.lvm_info": [[14, 1, 1, "", "LVsInfo"], [14, 1, 1, "", "PVsInfo"], [14, 1, 1, "", "VGsInfo"]], "blivet.static_data.lvm_info.LVsInfo": [[14, 4, 1, "", "cache"], [14, 2, 1, "", "drop_cache"]], "blivet.static_data.lvm_info.PVsInfo": [[14, 4, 1, "", "cache"], [14, 2, 1, "", "drop_cache"]], "blivet.static_data.lvm_info.VGsInfo": [[14, 4, 1, "", "cache"], [14, 2, 1, "", "drop_cache"]], "blivet.static_data.mpath_info": [[14, 1, 1, "", "MpathMembers"]], "blivet.static_data.mpath_info.MpathMembers": [[14, 2, 1, "", "drop_cache"], [14, 2, 1, "", "is_mpath_member"], [14, 2, 1, "", "update_cache"]], "blivet.static_data.nvdimm": [[14, 1, 1, "", "NVDIMM"], [14, 1, 1, "", "NVDIMMDependencyGuard"], [14, 7, 1, "", "nvdimm"]], "blivet.static_data.nvdimm.NVDIMM": [[14, 2, 1, "", "enable_namespace"], [14, 2, 1, "", "get_namespace_info"], [14, 4, 1, "", "namespaces"], [14, 2, 1, "", "reconfigure_namespace"], [14, 2, 1, "", "update_namespaces_info"]], "blivet.static_data.nvdimm.NVDIMMDependencyGuard": [[14, 5, 1, "", "error_msg"]], "blivet.static_data.stratis_info": [[14, 1, 1, "", "StratisBlockdevInfo"], [14, 1, 1, "", "StratisFilesystemInfo"], [14, 1, 1, "", "StratisInfo"], [14, 1, 1, "", "StratisLockedPoolInfo"], [14, 1, 1, "", "StratisPoolInfo"]], "blivet.static_data.stratis_info.StratisBlockdevInfo": [[14, 5, 1, "", "object_path"], [14, 5, 1, "", "path"], [14, 5, 1, "", "pool_name"], [14, 5, 1, "", "pool_uuid"], [14, 5, 1, "", "uuid"]], "blivet.static_data.stratis_info.StratisFilesystemInfo": [[14, 5, 1, "", "name"], [14, 5, 1, "", "object_path"], [14, 5, 1, "", "pool_name"], [14, 5, 1, "", "pool_uuid"], [14, 5, 1, "", "used_size"], [14, 5, 1, "", "uuid"]], "blivet.static_data.stratis_info.StratisInfo": [[14, 4, 1, "", "blockdevs"], [14, 2, 1, "", "drop_cache"], [14, 4, 1, "", "filesystems"], [14, 2, 1, "", "get_blockdev_info"], [14, 2, 1, "", "get_filesystem_info"], [14, 2, 1, "", "get_pool_info"], [14, 4, 1, "", "locked_pools"], [14, 4, 1, "", "pools"]], "blivet.static_data.stratis_info.StratisLockedPoolInfo": [[14, 5, 1, "", "devices"], [14, 5, 1, "", "key_desc"], [14, 5, 1, "", "uuid"]], "blivet.static_data.stratis_info.StratisPoolInfo": [[14, 5, 1, "", "encrypted"], [14, 5, 1, "", "name"], [14, 5, 1, "", "object_path"], [14, 5, 1, "", "physical_size"], [14, 5, 1, "", "physical_used"], [14, 5, 1, "", "uuid"]], "blivet.storage_log": [[6, 3, 1, "", "function_name_and_depth"], [6, 3, 1, "", "log_exception_info"], [6, 3, 1, "", "log_method_call"], [6, 3, 1, "", "log_method_return"]], "blivet.tasks": [[15, 0, 0, "-", "availability"], [15, 0, 0, "-", "dfresize"], [15, 0, 0, "-", "fsck"], [15, 0, 0, "-", "fsinfo"], [15, 0, 0, "-", "fslabeling"], [15, 0, 0, "-", "fsminsize"], [15, 0, 0, "-", "fsmkfs"], [15, 0, 0, "-", "fsmount"], [15, 0, 0, "-", "fsreadlabel"], [15, 0, 0, "-", "fsresize"], [15, 0, 0, "-", "fssize"], [15, 0, 0, "-", "fssync"], [15, 0, 0, "-", "fstask"], [15, 0, 0, "-", "fsuuid"], [15, 0, 0, "-", "fswritelabel"], [15, 0, 0, "-", "fswriteuuid"], [15, 0, 0, "-", "lukstasks"], [15, 0, 0, "-", "pvtask"], [15, 0, 0, "-", "task"]], "blivet.tasks.availability": [[15, 1, 1, "", "AppVersionInfo"], [15, 1, 1, "", "BlockDevMethod"], [15, 1, 1, "", "BlockDevTechInfo"], [15, 1, 1, "", "DBusMethod"], [15, 1, 1, "", "ExternalResource"], [15, 1, 1, "", "Method"], [15, 1, 1, "", "VersionMethod"], [15, 3, 1, "", "application"], [15, 3, 1, "", "application_by_version"], [15, 3, 1, "", "available_resource"], [15, 3, 1, "", "blockdev_plugin"], [15, 3, 1, "", "dbus_service"], [15, 3, 1, "", "unavailable_resource"]], "blivet.tasks.availability.BlockDevMethod": [[15, 2, 1, "", "availability_errors"]], "blivet.tasks.availability.DBusMethod": [[15, 2, 1, "", "availability_errors"]], "blivet.tasks.availability.ExternalResource": [[15, 4, 1, "", "availability_errors"], [15, 4, 1, "", "available"]], "blivet.tasks.availability.Method": [[15, 2, 1, "", "availability_errors"]], "blivet.tasks.availability.VersionMethod": [[15, 2, 1, "", "availability_errors"]], "blivet.tasks.dfresize": [[15, 1, 1, "", "DFResizeTask"], [15, 1, 1, "", "UnimplementedDFResize"]], "blivet.tasks.dfresize.DFResizeTask": [[15, 4, 1, "", "unit"]], "blivet.tasks.dfresize.UnimplementedDFResize": [[15, 4, 1, "", "unit"]], "blivet.tasks.fsck": [[15, 1, 1, "", "DosFSCK"], [15, 1, 1, "", "Ext2FSCK"], [15, 1, 1, "", "F2FSFSCK"], [15, 1, 1, "", "FSCK"], [15, 1, 1, "", "HFSPlusFSCK"], [15, 1, 1, "", "NTFSFSCK"], [15, 1, 1, "", "UnimplementedFSCK"], [15, 1, 1, "", "XFSCK"]], "blivet.tasks.fsck.DosFSCK": [[15, 5, 1, "", "ext"], [15, 5, 1, "", "options"]], "blivet.tasks.fsck.Ext2FSCK": [[15, 5, 1, "", "ext"], [15, 5, 1, "", "options"]], "blivet.tasks.fsck.F2FSFSCK": [[15, 5, 1, "", "ext"], [15, 5, 1, "", "options"]], "blivet.tasks.fsck.FSCK": [[15, 5, 1, "", "description"], [15, 2, 1, "", "do_task"], [15, 4, 1, "", "options"]], "blivet.tasks.fsck.HFSPlusFSCK": [[15, 5, 1, "", "ext"], [15, 5, 1, "", "options"]], "blivet.tasks.fsck.NTFSFSCK": [[15, 5, 1, "", "ext"], [15, 5, 1, "", "options"]], "blivet.tasks.fsck.XFSCK": [[15, 5, 1, "", "ext"], [15, 5, 1, "", "options"]], "blivet.tasks.fsinfo": [[15, 1, 1, "", "Ext2FSInfo"], [15, 1, 1, "", "FSInfo"], [15, 1, 1, "", "JFSInfo"], [15, 1, 1, "", "NTFSInfo"], [15, 1, 1, "", "ReiserFSInfo"], [15, 1, 1, "", "UnimplementedFSInfo"], [15, 1, 1, "", "XFSInfo"]], "blivet.tasks.fsinfo.Ext2FSInfo": [[15, 5, 1, "", "ext"], [15, 5, 1, "", "options"]], "blivet.tasks.fsinfo.FSInfo": [[15, 5, 1, "", "description"], [15, 2, 1, "", "do_task"], [15, 4, 1, "", "options"]], "blivet.tasks.fsinfo.JFSInfo": [[15, 5, 1, "", "ext"], [15, 5, 1, "", "options"]], "blivet.tasks.fsinfo.NTFSInfo": [[15, 5, 1, "", "ext"], [15, 5, 1, "", "options"]], "blivet.tasks.fsinfo.ReiserFSInfo": [[15, 5, 1, "", "ext"], [15, 5, 1, "", "options"]], "blivet.tasks.fsinfo.XFSInfo": [[15, 5, 1, "", "ext"], [15, 5, 1, "", "options"]], "blivet.tasks.fslabeling": [[15, 1, 1, "", "Ext2FSLabeling"], [15, 1, 1, "", "F2FSLabeling"], [15, 1, 1, "", "FATFSLabeling"], [15, 1, 1, "", "FSLabeling"], [15, 1, 1, "", "HFSLabeling"], [15, 1, 1, "", "HFSPlusLabeling"], [15, 1, 1, "", "JFSLabeling"], [15, 1, 1, "", "NTFSLabeling"], [15, 1, 1, "", "ReiserFSLabeling"], [15, 1, 1, "", "XFSLabeling"]], "blivet.tasks.fslabeling.Ext2FSLabeling": [[15, 5, 1, "", "default_label"], [15, 2, 1, "", "label_format_ok"]], "blivet.tasks.fslabeling.F2FSLabeling": [[15, 5, 1, "", "default_label"], [15, 2, 1, "", "label_format_ok"]], "blivet.tasks.fslabeling.FATFSLabeling": [[15, 5, 1, "", "default_label"], [15, 2, 1, "", "label_format_ok"]], "blivet.tasks.fslabeling.FSLabeling": [[15, 4, 1, "", "default_label"], [15, 2, 1, "", "label_format_ok"]], "blivet.tasks.fslabeling.HFSLabeling": [[15, 5, 1, "", "default_label"], [15, 2, 1, "", "label_format_ok"]], "blivet.tasks.fslabeling.HFSPlusLabeling": [[15, 5, 1, "", "default_label"], [15, 2, 1, "", "label_format_ok"]], "blivet.tasks.fslabeling.JFSLabeling": [[15, 5, 1, "", "default_label"], [15, 2, 1, "", "label_format_ok"]], "blivet.tasks.fslabeling.NTFSLabeling": [[15, 5, 1, "", "default_label"], [15, 2, 1, "", "label_format_ok"]], "blivet.tasks.fslabeling.ReiserFSLabeling": [[15, 5, 1, "", "default_label"], [15, 2, 1, "", "label_format_ok"]], "blivet.tasks.fslabeling.XFSLabeling": [[15, 5, 1, "", "default_label"], [15, 2, 1, "", "label_format_ok"]], "blivet.tasks.fsminsize": [[15, 1, 1, "", "Ext2FSMinSize"], [15, 1, 1, "", "FSMinSize"], [15, 1, 1, "", "NTFSMinSize"], [15, 1, 1, "", "UnimplementedFSMinSize"]], "blivet.tasks.fsminsize.Ext2FSMinSize": [[15, 4, 1, "", "depends_on"], [15, 2, 1, "", "do_task"], [15, 5, 1, "", "ext"], [15, 5, 1, "", "options"]], "blivet.tasks.fsminsize.FSMinSize": [[15, 5, 1, "", "description"], [15, 2, 1, "", "do_task"], [15, 4, 1, "", "options"]], "blivet.tasks.fsminsize.NTFSMinSize": [[15, 2, 1, "", "do_task"], [15, 5, 1, "", "ext"], [15, 5, 1, "", "options"]], "blivet.tasks.fsmkfs": [[15, 1, 1, "", "BTRFSMkfs"], [15, 1, 1, "", "Ext2FSMkfs"], [15, 1, 1, "", "Ext3FSMkfs"], [15, 1, 1, "", "Ext4FSMkfs"], [15, 1, 1, "", "F2FSMkfs"], [15, 1, 1, "", "FATFSMkfs"], [15, 1, 1, "", "FSMkfs"], [15, 1, 1, "", "FSMkfsTask"], [15, 1, 1, "", "GFS2Mkfs"], [15, 1, 1, "", "HFSMkfs"], [15, 1, 1, "", "HFSPlusMkfs"], [15, 1, 1, "", "JFSMkfs"], [15, 1, 1, "", "NTFSMkfs"], [15, 1, 1, "", "ReiserFSMkfs"], [15, 1, 1, "", "UnimplementedFSMkfs"], [15, 1, 1, "", "XFSMkfs"]], "blivet.tasks.fsmkfs.BTRFSMkfs": [[15, 4, 1, "", "args"], [15, 5, 1, "", "ext"], [15, 2, 1, "", "get_uuid_args"], [15, 5, 1, "", "label_option"], [15, 5, 1, "", "nodiscard_option"]], "blivet.tasks.fsmkfs.Ext2FSMkfs": [[15, 4, 1, "", "args"], [15, 5, 1, "", "ext"], [15, 2, 1, "", "get_uuid_args"], [15, 5, 1, "", "label_option"], [15, 5, 1, "", "nodiscard_option"]], "blivet.tasks.fsmkfs.F2FSMkfs": [[15, 4, 1, "", "args"], [15, 5, 1, "", "ext"], [15, 5, 1, "", "get_uuid_args"], [15, 5, 1, "", "label_option"], [15, 5, 1, "", "nodiscard_option"]], "blivet.tasks.fsmkfs.FATFSMkfs": [[15, 4, 1, "", "args"], [15, 5, 1, "", "ext"], [15, 2, 1, "", "get_uuid_args"], [15, 5, 1, "", "label_option"], [15, 5, 1, "", "nodiscard_option"]], "blivet.tasks.fsmkfs.FSMkfs": [[15, 4, 1, "", "args"], [15, 4, 1, "", "can_label"], [15, 4, 1, "", "can_nodiscard"], [15, 4, 1, "", "can_set_uuid"], [15, 5, 1, "", "description"], [15, 2, 1, "", "do_task"], [15, 2, 1, "", "get_uuid_args"], [15, 4, 1, "", "label_option"], [15, 4, 1, "", "nodiscard_option"]], "blivet.tasks.fsmkfs.FSMkfsTask": [[15, 4, 1, "", "can_label"], [15, 4, 1, "", "can_nodiscard"], [15, 4, 1, "", "can_set_uuid"]], "blivet.tasks.fsmkfs.GFS2Mkfs": [[15, 4, 1, "", "args"], [15, 5, 1, "", "ext"], [15, 5, 1, "", "get_uuid_args"], [15, 5, 1, "", "label_option"], [15, 5, 1, "", "nodiscard_option"]], "blivet.tasks.fsmkfs.HFSMkfs": [[15, 4, 1, "", "args"], [15, 5, 1, "", "ext"], [15, 5, 1, "", "get_uuid_args"], [15, 5, 1, "", "label_option"], [15, 5, 1, "", "nodiscard_option"]], "blivet.tasks.fsmkfs.HFSPlusMkfs": [[15, 4, 1, "", "args"], [15, 5, 1, "", "ext"], [15, 5, 1, "", "get_uuid_args"], [15, 5, 1, "", "label_option"], [15, 5, 1, "", "nodiscard_option"]], "blivet.tasks.fsmkfs.JFSMkfs": [[15, 4, 1, "", "args"], [15, 5, 1, "", "ext"], [15, 5, 1, "", "get_uuid_args"], [15, 5, 1, "", "label_option"], [15, 5, 1, "", "nodiscard_option"]], "blivet.tasks.fsmkfs.NTFSMkfs": [[15, 4, 1, "", "args"], [15, 5, 1, "", "ext"], [15, 5, 1, "", "get_uuid_args"], [15, 5, 1, "", "label_option"], [15, 5, 1, "", "nodiscard_option"]], "blivet.tasks.fsmkfs.ReiserFSMkfs": [[15, 4, 1, "", "args"], [15, 5, 1, "", "ext"], [15, 2, 1, "", "get_uuid_args"], [15, 5, 1, "", "label_option"], [15, 5, 1, "", "nodiscard_option"]], "blivet.tasks.fsmkfs.UnimplementedFSMkfs": [[15, 4, 1, "", "can_label"], [15, 4, 1, "", "can_nodiscard"], [15, 4, 1, "", "can_set_uuid"]], "blivet.tasks.fsmkfs.XFSMkfs": [[15, 4, 1, "", "args"], [15, 5, 1, "", "ext"], [15, 2, 1, "", "get_uuid_args"], [15, 5, 1, "", "label_option"], [15, 5, 1, "", "nodiscard_option"]], "blivet.tasks.fsmount": [[15, 1, 1, "", "AppleBootstrapFSMount"], [15, 1, 1, "", "BindFSMount"], [15, 1, 1, "", "DevPtsFSMount"], [15, 1, 1, "", "EFIFSMount"], [15, 1, 1, "", "FATFSMount"], [15, 1, 1, "", "FSMount"], [15, 1, 1, "", "HFSPlusMount"], [15, 1, 1, "", "Iso9660FSMount"], [15, 1, 1, "", "NFSMount"], [15, 1, 1, "", "NTFSMount"], [15, 1, 1, "", "NoDevFSMount"], [15, 1, 1, "", "SELinuxFSMount"], [15, 1, 1, "", "StratisXFSMount"], [15, 1, 1, "", "TmpFSMount"], [15, 1, 1, "", "UDFFSMount"]], "blivet.tasks.fsmount.AppleBootstrapFSMount": [[15, 5, 1, "", "fstype"]], "blivet.tasks.fsmount.DevPtsFSMount": [[15, 5, 1, "", "options"]], "blivet.tasks.fsmount.EFIFSMount": [[15, 5, 1, "", "fstype"]], "blivet.tasks.fsmount.FATFSMount": [[15, 5, 1, "", "options"]], "blivet.tasks.fsmount.FSMount": [[15, 5, 1, "", "description"], [15, 2, 1, "", "do_task"], [15, 5, 1, "", "ext"], [15, 5, 1, "", "fstype"], [15, 2, 1, "", "mount_options"], [15, 4, 1, "", "mount_type"], [15, 5, 1, "", "options"]], "blivet.tasks.fsmount.HFSPlusMount": [[15, 5, 1, "", "fstype"]], "blivet.tasks.fsmount.Iso9660FSMount": [[15, 5, 1, "", "options"]], "blivet.tasks.fsmount.NTFSMount": [[15, 5, 1, "", "options"]], "blivet.tasks.fsmount.NoDevFSMount": [[15, 4, 1, "", "mount_type"]], "blivet.tasks.fsmount.StratisXFSMount": [[15, 5, 1, "", "fstype"]], "blivet.tasks.fsmount.UDFFSMount": [[15, 5, 1, "", "options"]], "blivet.tasks.fsreadlabel": [[15, 1, 1, "", "DosFSReadLabel"], [15, 1, 1, "", "Ext2FSReadLabel"], [15, 1, 1, "", "FSReadLabel"], [15, 1, 1, "", "NTFSReadLabel"], [15, 1, 1, "", "UnimplementedFSReadLabel"], [15, 1, 1, "", "XFSReadLabel"]], "blivet.tasks.fsreadlabel.DosFSReadLabel": [[15, 4, 1, "", "args"], [15, 5, 1, "", "ext"], [15, 5, 1, "", "label_regex"]], "blivet.tasks.fsreadlabel.Ext2FSReadLabel": [[15, 4, 1, "", "args"], [15, 5, 1, "", "ext"], [15, 5, 1, "", "label_regex"]], "blivet.tasks.fsreadlabel.FSReadLabel": [[15, 4, 1, "", "args"], [15, 5, 1, "", "description"], [15, 2, 1, "", "do_task"], [15, 4, 1, "", "label_regex"]], "blivet.tasks.fsreadlabel.NTFSReadLabel": [[15, 4, 1, "", "args"], [15, 5, 1, "", "ext"], [15, 5, 1, "", "label_regex"]], "blivet.tasks.fsreadlabel.XFSReadLabel": [[15, 4, 1, "", "args"], [15, 5, 1, "", "ext"], [15, 5, 1, "", "label_regex"]], "blivet.tasks.fsresize": [[15, 1, 1, "", "Ext2FSResize"], [15, 1, 1, "", "FSResize"], [15, 1, 1, "", "FSResizeTask"], [15, 1, 1, "", "NTFSResize"], [15, 1, 1, "", "TmpFSResize"], [15, 1, 1, "", "UnimplementedFSResize"], [15, 1, 1, "", "XFSResize"]], "blivet.tasks.fsresize.Ext2FSResize": [[15, 4, 1, "", "args"], [15, 5, 1, "", "ext"], [15, 5, 1, "", "size_fmt"], [15, 2, 1, "", "size_spec"], [15, 5, 1, "", "unit"]], "blivet.tasks.fsresize.FSResize": [[15, 4, 1, "", "args"], [15, 5, 1, "", "description"], [15, 2, 1, "", "do_task"], [15, 2, 1, "", "size_spec"]], "blivet.tasks.fsresize.FSResizeTask": [[15, 4, 1, "", "size_fmt"]], "blivet.tasks.fsresize.NTFSResize": [[15, 4, 1, "", "args"], [15, 5, 1, "", "ext"], [15, 5, 1, "", "size_fmt"], [15, 2, 1, "", "size_spec"], [15, 5, 1, "", "unit"]], "blivet.tasks.fsresize.TmpFSResize": [[15, 4, 1, "", "args"], [15, 5, 1, "", "ext"], [15, 5, 1, "", "size_fmt"], [15, 2, 1, "", "size_spec"], [15, 5, 1, "", "unit"]], "blivet.tasks.fsresize.UnimplementedFSResize": [[15, 4, 1, "", "size_fmt"]], "blivet.tasks.fsresize.XFSResize": [[15, 4, 1, "", "args"], [15, 2, 1, "", "do_task"], [15, 5, 1, "", "ext"], [15, 5, 1, "", "size_fmt"], [15, 2, 1, "", "size_spec"], [15, 5, 1, "", "unit"]], "blivet.tasks.fssize": [[15, 1, 1, "", "Ext2FSSize"], [15, 1, 1, "", "FSSize"], [15, 1, 1, "", "JFSSize"], [15, 1, 1, "", "NTFSSize"], [15, 1, 1, "", "ReiserFSSize"], [15, 1, 1, "", "TmpFSSize"], [15, 1, 1, "", "UnimplementedFSSize"], [15, 1, 1, "", "XFSSize"]], "blivet.tasks.fssize.Ext2FSSize": [[15, 5, 1, "", "tags"]], "blivet.tasks.fssize.FSSize": [[15, 4, 1, "", "depends_on"], [15, 5, 1, "", "description"], [15, 2, 1, "", "do_task"], [15, 4, 1, "", "tags"]], "blivet.tasks.fssize.JFSSize": [[15, 5, 1, "", "tags"]], "blivet.tasks.fssize.NTFSSize": [[15, 5, 1, "", "tags"]], "blivet.tasks.fssize.ReiserFSSize": [[15, 5, 1, "", "tags"]], "blivet.tasks.fssize.TmpFSSize": [[15, 5, 1, "", "description"], [15, 2, 1, "", "do_task"], [15, 5, 1, "", "ext"]], "blivet.tasks.fssize.XFSSize": [[15, 5, 1, "", "tags"]], "blivet.tasks.fssync": [[15, 1, 1, "", "FSSync"], [15, 1, 1, "", "UnimplementedFSSync"], [15, 1, 1, "", "XFSSync"]], "blivet.tasks.fssync.FSSync": [[15, 5, 1, "", "description"], [15, 2, 1, "", "do_task"]], "blivet.tasks.fssync.XFSSync": [[15, 2, 1, "", "do_task"], [15, 5, 1, "", "ext"]], "blivet.tasks.fstask": [[15, 1, 1, "", "FSTask"], [15, 1, 1, "", "UnimplementedFSTask"]], "blivet.tasks.fstask.FSTask": [[15, 5, 1, "", "description"]], "blivet.tasks.fsuuid": [[15, 1, 1, "", "Ext2FSUUID"], [15, 1, 1, "", "FATFSUUID"], [15, 1, 1, "", "FSUUID"], [15, 1, 1, "", "HFSPlusUUID"], [15, 1, 1, "", "JFSUUID"], [15, 1, 1, "", "NTFSUUID"], [15, 1, 1, "", "ReiserFSUUID"], [15, 1, 1, "", "XFSUUID"]], "blivet.tasks.fsuuid.Ext2FSUUID": [[15, 2, 1, "", "uuid_format_ok"]], "blivet.tasks.fsuuid.FATFSUUID": [[15, 2, 1, "", "uuid_format_ok"]], "blivet.tasks.fsuuid.FSUUID": [[15, 2, 1, "", "uuid_format_ok"]], "blivet.tasks.fsuuid.HFSPlusUUID": [[15, 2, 1, "", "uuid_format_ok"]], "blivet.tasks.fsuuid.JFSUUID": [[15, 2, 1, "", "uuid_format_ok"]], "blivet.tasks.fsuuid.NTFSUUID": [[15, 2, 1, "", "uuid_format_ok"]], "blivet.tasks.fsuuid.ReiserFSUUID": [[15, 2, 1, "", "uuid_format_ok"]], "blivet.tasks.fsuuid.XFSUUID": [[15, 2, 1, "", "uuid_format_ok"]], "blivet.tasks.fswritelabel": [[15, 1, 1, "", "DosFSWriteLabel"], [15, 1, 1, "", "Ext2FSWriteLabel"], [15, 1, 1, "", "FSWriteLabel"], [15, 1, 1, "", "JFSWriteLabel"], [15, 1, 1, "", "NTFSWriteLabel"], [15, 1, 1, "", "ReiserFSWriteLabel"], [15, 1, 1, "", "UnimplementedFSWriteLabel"], [15, 1, 1, "", "XFSWriteLabel"]], "blivet.tasks.fswritelabel.DosFSWriteLabel": [[15, 4, 1, "", "args"], [15, 5, 1, "", "ext"]], "blivet.tasks.fswritelabel.Ext2FSWriteLabel": [[15, 4, 1, "", "args"], [15, 5, 1, "", "ext"]], "blivet.tasks.fswritelabel.FSWriteLabel": [[15, 4, 1, "", "args"], [15, 5, 1, "", "description"], [15, 2, 1, "", "do_task"]], "blivet.tasks.fswritelabel.JFSWriteLabel": [[15, 4, 1, "", "args"], [15, 5, 1, "", "ext"]], "blivet.tasks.fswritelabel.NTFSWriteLabel": [[15, 4, 1, "", "args"], [15, 5, 1, "", "ext"]], "blivet.tasks.fswritelabel.ReiserFSWriteLabel": [[15, 4, 1, "", "args"], [15, 5, 1, "", "ext"]], "blivet.tasks.fswritelabel.XFSWriteLabel": [[15, 4, 1, "", "args"], [15, 5, 1, "", "ext"]], "blivet.tasks.fswriteuuid": [[15, 1, 1, "", "Ext2FSWriteUUID"], [15, 1, 1, "", "FSWriteUUID"], [15, 1, 1, "", "JFSWriteUUID"], [15, 1, 1, "", "NTFSWriteUUID"], [15, 1, 1, "", "ReiserFSWriteUUID"], [15, 1, 1, "", "UnimplementedFSWriteUUID"], [15, 1, 1, "", "XFSWriteUUID"]], "blivet.tasks.fswriteuuid.Ext2FSWriteUUID": [[15, 4, 1, "", "args"], [15, 5, 1, "", "ext"]], "blivet.tasks.fswriteuuid.FSWriteUUID": [[15, 4, 1, "", "args"], [15, 5, 1, "", "description"], [15, 2, 1, "", "do_task"]], "blivet.tasks.fswriteuuid.JFSWriteUUID": [[15, 4, 1, "", "args"], [15, 5, 1, "", "ext"]], "blivet.tasks.fswriteuuid.NTFSWriteUUID": [[15, 4, 1, "", "args"], [15, 5, 1, "", "ext"]], "blivet.tasks.fswriteuuid.ReiserFSWriteUUID": [[15, 4, 1, "", "args"], [15, 5, 1, "", "ext"]], "blivet.tasks.fswriteuuid.XFSWriteUUID": [[15, 4, 1, "", "args"], [15, 5, 1, "", "ext"]], "blivet.tasks.lukstasks": [[15, 1, 1, "", "LUKSResize"], [15, 1, 1, "", "LUKSSize"]], "blivet.tasks.lukstasks.LUKSResize": [[15, 5, 1, "", "description"], [15, 2, 1, "", "do_task"], [15, 5, 1, "", "ext"], [15, 5, 1, "", "unit"]], "blivet.tasks.lukstasks.LUKSSize": [[15, 5, 1, "", "description"], [15, 2, 1, "", "do_task"], [15, 5, 1, "", "ext"]], "blivet.tasks.pvtask": [[15, 1, 1, "", "PVResize"], [15, 1, 1, "", "PVSize"]], "blivet.tasks.pvtask.PVResize": [[15, 5, 1, "", "description"], [15, 2, 1, "", "do_task"], [15, 5, 1, "", "ext"], [15, 5, 1, "", "unit"]], "blivet.tasks.pvtask.PVSize": [[15, 5, 1, "", "description"], [15, 2, 1, "", "do_task"], [15, 5, 1, "", "ext"]], "blivet.tasks.task": [[15, 1, 1, "", "BasicApplication"], [15, 1, 1, "", "Task"], [15, 1, 1, "", "UnimplementedTask"]], "blivet.tasks.task.BasicApplication": [[15, 4, 1, "", "depends_on"], [15, 4, 1, "", "ext"]], "blivet.tasks.task.Task": [[15, 4, 1, "", "availability_errors"], [15, 4, 1, "", "available"], [15, 4, 1, "", "depends_on"], [15, 4, 1, "", "description"], [15, 2, 1, "", "do_task"], [15, 5, 1, "", "implemented"]], "blivet.tasks.task.UnimplementedTask": [[15, 5, 1, "", "depends_on"], [15, 5, 1, "", "description"], [15, 2, 1, "", "do_task"], [15, 5, 1, "", "implemented"]], "blivet.threads": [[6, 1, 1, "", "SynchronizedABCMeta"], [6, 1, 1, "", "SynchronizedMeta"], [6, 3, 1, "", "clear_thread_exception"], [6, 3, 1, "", "exclusive"], [6, 3, 1, "", "get_thread_exception"], [6, 3, 1, "", "save_thread_exception"]], "blivet.tsort": [[6, 6, 1, "", "CyclicGraphError"], [6, 3, 1, "", "create_graph"], [6, 3, 1, "", "main"], [6, 3, 1, "", "tsort"]], "blivet.udev": [[6, 3, 1, "", "device_dm_subsystem_match"], [6, 3, 1, "", "device_get_bus"], [6, 3, 1, "", "device_get_by_path"], [6, 3, 1, "", "device_get_dasd_bus_id"], [6, 3, 1, "", "device_get_dasd_flag"], [6, 3, 1, "", "device_get_devname"], [6, 3, 1, "", "device_get_disklabel_type"], [6, 3, 1, "", "device_get_disklabel_uuid"], [6, 3, 1, "", "device_get_fcoe_identifier"], [6, 3, 1, "", "device_get_fcoe_nic"], [6, 3, 1, "", "device_get_format"], [6, 3, 1, "", "device_get_format_version"], [6, 3, 1, "", "device_get_holders"], [6, 3, 1, "", "device_get_iscsi_address"], [6, 3, 1, "", "device_get_iscsi_initiator"], [6, 3, 1, "", "device_get_iscsi_lun"], [6, 3, 1, "", "device_get_iscsi_name"], [6, 3, 1, "", "device_get_iscsi_nic"], [6, 3, 1, "", "device_get_iscsi_port"], [6, 3, 1, "", "device_get_iscsi_session"], [6, 3, 1, "", "device_get_label"], [6, 3, 1, "", "device_get_lv_attr"], [6, 3, 1, "", "device_get_lv_name"], [6, 3, 1, "", "device_get_lv_size"], [6, 3, 1, "", "device_get_lv_type"], [6, 3, 1, "", "device_get_lv_uuid"], [6, 3, 1, "", "device_get_lv_vg_name"], [6, 3, 1, "", "device_get_major"], [6, 3, 1, "", "device_get_md_container"], [6, 3, 1, "", "device_get_md_device_uuid"], [6, 3, 1, "", "device_get_md_devices"], [6, 3, 1, "", "device_get_md_level"], [6, 3, 1, "", "device_get_md_metadata"], [6, 3, 1, "", "device_get_md_name"], [6, 3, 1, "", "device_get_md_uuid"], [6, 3, 1, "", "device_get_minor"], [6, 3, 1, "", "device_get_model"], [6, 3, 1, "", "device_get_name"], [6, 3, 1, "", "device_get_parents"], [6, 3, 1, "", "device_get_part_size"], [6, 3, 1, "", "device_get_partition_disk"], [6, 3, 1, "", "device_get_partition_uuid"], [6, 3, 1, "", "device_get_path"], [6, 3, 1, "", "device_get_pv_pe_start"], [6, 3, 1, "", "device_get_serial"], [6, 3, 1, "", "device_get_symlinks"], [6, 3, 1, "", "device_get_sysfs_path"], [6, 3, 1, "", "device_get_uuid"], [6, 3, 1, "", "device_get_vendor"], [6, 3, 1, "", "device_get_vg_extent_count"], [6, 3, 1, "", "device_get_vg_extent_size"], [6, 3, 1, "", "device_get_vg_free"], [6, 3, 1, "", "device_get_vg_free_extents"], [6, 3, 1, "", "device_get_vg_name"], [6, 3, 1, "", "device_get_vg_pv_count"], [6, 3, 1, "", "device_get_vg_size"], [6, 3, 1, "", "device_get_vg_uuid"], [6, 3, 1, "", "device_get_wwn"], [6, 3, 1, "", "device_get_zfcp_attribute"], [6, 3, 1, "", "device_is_biosraid_member"], [6, 3, 1, "", "device_is_cciss"], [6, 3, 1, "", "device_is_cdrom"], [6, 3, 1, "", "device_is_dasd"], [6, 3, 1, "", "device_is_disk"], [6, 3, 1, "", "device_is_dm"], [6, 3, 1, "", "device_is_dm_anaconda"], [6, 3, 1, "", "device_is_dm_crypt"], [6, 3, 1, "", "device_is_dm_integrity"], [6, 3, 1, "", "device_is_dm_livecd"], [6, 3, 1, "", "device_is_dm_luks"], [6, 3, 1, "", "device_is_dm_lvm"], [6, 3, 1, "", "device_is_dm_mpath"], [6, 3, 1, "", "device_is_dm_partition"], [6, 3, 1, "", "device_is_dm_raid"], [6, 3, 1, "", "device_is_dm_stratis"], [6, 3, 1, "", "device_is_fcoe"], [6, 3, 1, "", "device_is_hidden"], [6, 3, 1, "", "device_is_iscsi"], [6, 3, 1, "", "device_is_loop"], [6, 3, 1, "", "device_is_md"], [6, 3, 1, "", "device_is_nvdimm_namespace"], [6, 3, 1, "", "device_is_nvme_fabrics"], [6, 3, 1, "", "device_is_nvme_namespace"], [6, 3, 1, "", "device_is_partition"], [6, 3, 1, "", "device_is_partoff_iscsi"], [6, 3, 1, "", "device_is_private"], [6, 3, 1, "", "device_is_stratis_filesystem"], [6, 3, 1, "", "device_is_stratis_private"], [6, 3, 1, "", "device_is_sw_iscsi"], [6, 3, 1, "", "device_is_zfcp"], [6, 3, 1, "", "device_to_dict"], [6, 3, 1, "", "get_device"], [6, 3, 1, "", "get_devices"], [6, 7, 1, "", "ignored_device_names"], [6, 3, 1, "", "resolve_devspec"], [6, 3, 1, "", "resolve_glob"], [6, 3, 1, "", "running_in_chroot"], [6, 3, 1, "", "settle"], [6, 3, 1, "", "trigger"]], "blivet.util": [[6, 1, 1, "", "DependencyGuard"], [6, 1, 1, "", "EvalMode"], [6, 1, 1, "", "ObjectID"], [6, 1, 1, "", "Path"], [6, 3, 1, "", "available_memory"], [6, 3, 1, "", "canonicalize_UUID"], [6, 3, 1, "", "capture_output"], [6, 3, 1, "", "capture_output_binary"], [6, 3, 1, "", "compare"], [6, 3, 1, "", "create_sparse_file"], [6, 3, 1, "", "create_sparse_tempfile"], [6, 3, 1, "", "dedup_list"], [6, 3, 1, "", "default_namedtuple"], [6, 3, 1, "", "deprecated"], [6, 3, 1, "", "detect_virt"], [6, 3, 1, "", "get_cow_sysfs_path"], [6, 3, 1, "", "get_current_entropy"], [6, 3, 1, "", "get_kernel_module_parameter"], [6, 3, 1, "", "get_mount_device"], [6, 3, 1, "", "get_mount_paths"], [6, 3, 1, "", "get_option_value"], [6, 3, 1, "", "get_path_by_sysfs_path"], [6, 3, 1, "", "get_sysfs_attr"], [6, 3, 1, "", "get_sysfs_path_by_name"], [6, 3, 1, "", "indent"], [6, 3, 1, "", "insert_colons"], [6, 3, 1, "", "join_paths"], [6, 3, 1, "", "lsmod"], [6, 3, 1, "", "makedirs"], [6, 3, 1, "", "match_path_context"], [6, 3, 1, "", "mount"], [6, 3, 1, "", "natural_sort_key"], [6, 3, 1, "", "normalize_path_slashes"], [6, 3, 1, "", "numeric_type"], [6, 3, 1, "", "power_of_two"], [6, 3, 1, "", "read_file"], [6, 3, 1, "", "requires_property"], [6, 3, 1, "", "reset_file_context"], [6, 3, 1, "", "run_program"], [6, 3, 1, "", "run_program_and_capture_output"], [6, 3, 1, "", "run_program_and_capture_output_binary"], [6, 3, 1, "", "set_file_context"], [6, 3, 1, "", "set_up_console_log"], [6, 3, 1, "", "set_up_logging"], [6, 3, 1, "", "sha256_file"], [6, 3, 1, "", "sparsetmpfile"], [6, 3, 1, "", "stringize"], [6, 3, 1, "", "sysfs_readlink"], [6, 3, 1, "", "total_memory"], [6, 3, 1, "", "umount"], [6, 3, 1, "", "unicodeize"], [6, 3, 1, "", "variable_copy"]], "blivet.util.DependencyGuard": [[6, 2, 1, "", "check_avail"], [6, 4, 1, "", "error_msg"]], "blivet.util.EvalMode": [[6, 5, 1, "", "always"], [6, 5, 1, "", "onetime"]], "blivet.util.Path": [[6, 2, 1, "", "glob"], [6, 2, 1, "", "newroot"], [6, 4, 1, "", "normpath"], [6, 4, 1, "", "ondisk"], [6, 4, 1, "", "path"], [6, 4, 1, "", "realpath"], [6, 4, 1, "", "root"], [6, 2, 1, "", "startswith"]], "blivet.zfcp": [[6, 1, 1, "", "ZFCPDevice"], [6, 1, 1, "", "ZFCPDeviceAutoLunScan"], [6, 1, 1, "", "ZFCPDeviceBase"], [6, 1, 1, "", "ZFCPDeviceFullPath"], [6, 3, 1, "", "has_auto_lun_scan"], [6, 3, 1, "", "logged_write_line_to_file"], [6, 1, 1, "", "zFCP"]], "blivet.zfcp.ZFCPDeviceAutoLunScan": [[6, 2, 1, "", "offline_device"], [6, 2, 1, "", "online_device"]], "blivet.zfcp.ZFCPDeviceBase": [[6, 2, 1, "", "offline_scsi_device"], [6, 2, 1, "", "online_device"]], "blivet.zfcp.ZFCPDeviceFullPath": [[6, 2, 1, "", "offline_device"], [6, 2, 1, "", "online_device"]], "blivet.zfcp.zFCP": [[6, 2, 1, "", "add_fcp"], [6, 2, 1, "", "read_config"], [6, 2, 1, "", "shutdown"], [6, 2, 1, "", "startup"], [6, 2, 1, "", "write"]]}, "objtypes": {"0": "py:module", "1": "py:class", "2": "py:method", "3": "py:function", "4": "py:property", "5": "py:attribute", "6": "py:exception", "7": "py:data"}, "objnames": {"0": ["py", "module", "Python module"], "1": ["py", "class", "Python class"], "2": ["py", "method", "Python method"], "3": ["py", "function", "Python function"], "4": ["py", "property", "Python property"], "5": ["py", "attribute", "Python attribute"], "6": ["py", "exception", "Python exception"], "7": ["py", "data", "Python data"]}, "titleterms": {"test": [0, 21, 23], "suit": [0, 21], "inherit": 0, "diagram": 0, "public": 1, "api": 1, "specif": 1, "explan": 1, "blivet": [2, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 19, 20, 21], "devic": [3, 7, 9], "event": [4, 10], "format": [5, 7, 11], "packag": [6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 25, 26, 27, 28, 29, 30, 31, 32, 33], "subpackag": [6, 12, 25, 28], "submodul": [6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 25, 26, 27, 28, 29, 30, 31, 32, 33], "actionlist": 6, "modul": [6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 22, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33], "arch": 6, "callback": 6, "deviceact": 6, "devicefactori": [6, 20], "devicetre": 6, "error": 6, "fcoe": 6, "flag": 6, "i18n": 6, "iscsi": 6, "mount": 6, "nvme": 6, "partit": [6, 9, 13, 19], "safe_dbu": 6, "size": 6, "storage_log": 6, "thread": 6, "tsort": 6, "udev": 6, "util": 6, "zfcp": 6, "content": [6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 25, 26, 27, 28, 29, 30, 31, 32, 33], "dbu": [7, 17], "action": [7, 19], "constant": 7, "manag": [7, 10], "object": 7, "devicelib": 8, "btrf": [8, 9, 13], "crypto": 8, "disk": [8, 9, 13, 19], "edd": 8, "gpt": 8, "lvm": [8, 9, 13, 20], "mdraid": [8, 11, 13], "raid": [8, 9], "strati": [8, 9, 11, 13], "cach": 9, "contain": 9, "dm": [9, 13], "file": 9, "lib": [9, 29], "loop": [9, 13], "luk": [9, 11, 13], "md": 9, "network": 9, "nf": 9, "nodev": 9, "optic": [9, 13], "storag": 9, "chang": 10, "handler": 10, "biosboot": 11, "disklabel": [11, 13], "dmraid": 11, "f": 11, "fslib": 11, "lvmpv": 11, "multipath": [11, 13], "prepboot": 11, "swap": 11, "popul": [12, 13], "helper": 13, "boot": 13, "devicepopul": 13, "formatpopul": 13, "populatorhelp": 13, "static_data": 14, "luks_data": 14, "lvm_info": 14, "mpath_info": 14, "nvdimm": 14, "stratis_info": 14, "task": 15, "avail": 15, "dfresiz": 15, "fsck": 15, "fsinfo": 15, "fslabel": [15, 27], "fsminsiz": 15, "fsmkf": 15, "fsmount": 15, "fsreadlabel": 15, "fsresiz": 15, "fssize": 15, "fssync": 15, "fstask": 15, "fsuuid": [15, 27], "fswritelabel": 15, "fswriteuuid": 15, "lukstask": 15, "pvtask": 15, "interfac": 17, "To": 17, "do": 17, "list": 17, "welcom": 18, "": 18, "document": 18, "indic": 18, "tabl": 18, "introduct": 19, "build": 19, "block": 19, "get": 19, "start": 19, "first": 19, "step": 19, "schedul": 19, "seri": 19, "vdo": 20, "support": 20, "architectur": 21, "conftest": 22, "run_test": 24, "storage_test": [25, 26, 27], "imagebackedtestcas": 25, "iscsi_test": 25, "partitioning_test": 25, "storagetestcas": 25, "unsupported_disklabel_test": 25, "devices_test": [26, 30], "lvm_test": [26, 30], "partition_test": [26, 30], "stratis_test": [26, 30], "formats_test": [27, 31], "fs_test": 27, "fstest": 27, "labeling_test": 27, "loopbackedtestcas": 27, "luks_test": [27, 31], "lvmpv_test": [27, 31], "uuid_test": 27, "unit_test": [28, 29, 30, 31, 32], "action_test": 28, "blivettestcas": 28, "dbus_test": 28, "devicefactory_test": 28, "devicetree_test": 28, "events_test": 28, "gpt_test": [28, 33], "misc_test": [28, 31], "parentlist_test": 28, "populator_test": 28, "size_test": 28, "tags_test": 28, "task_test": 28, "tsort_test": 28, "udev_test": 28, "util_test": 28, "devicelibs_test": 29, "disk_test": [29, 30], "edd_test": 29, "mdraid_test": 29, "raid_test": 29, "device_dependencies_test": 30, "device_methods_test": 30, "device_names_test": 30, "device_packages_test": 30, "device_properties_test": 30, "device_size_test": 30, "md_test": 30, "network_test": 30, "device_test": 31, "disklabel_test": 31, "init_test": 31, "methods_test": 31, "selinux_test": 31, "swap_test": 31, "udev_data": 32, "raid_data": 32, "vmtest": 33, "blivet_reset_vmtest": 33, "runvmtest": 33, "vmbackedtestcas": 33}, "envversion": {"sphinx.domains.c": 2, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 8, "sphinx.domains.index": 1, "sphinx.domains.javascript": 2, "sphinx.domains.math": 2, "sphinx.domains.python": 3, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.todo": 2, "sphinx": 57}, "alltitles": {"Test Suite Inheritance Diagram": [[0, "test-suite-inheritance-diagram"]], "Public API": [[1, "public-api"]], "API Specification": [[1, "api-specification"]], "Explanation": [[1, "explanation"]], "blivet": [[2, "blivet"], [16, "blivet"]], "devices": [[3, "devices"]], "events": [[4, "events"]], "formats": [[5, "formats"]], "blivet package": [[6, "blivet-package"]], "Subpackages": [[6, "subpackages"], [12, "subpackages"], [25, "subpackages"], [28, "subpackages"]], "Submodules": [[6, "submodules"], [7, "submodules"], [8, "submodules"], [9, "submodules"], [10, "submodules"], [11, "submodules"], [12, "submodules"], [13, "submodules"], [14, "submodules"], [15, "submodules"], [25, "submodules"], [26, "submodules"], [27, "submodules"], [28, "submodules"], [29, "submodules"], [30, "submodules"], [31, "submodules"], [32, "submodules"], [33, "submodules"]], "blivet.actionlist module": [[6, "module-blivet.actionlist"]], "blivet.arch module": [[6, "module-blivet.arch"]], "blivet.blivet module": [[6, "module-blivet.blivet"]], "blivet.callbacks module": [[6, "module-blivet.callbacks"]], "blivet.deviceaction module": [[6, "module-blivet.deviceaction"]], "blivet.devicefactory module": [[6, "module-blivet.devicefactory"]], "blivet.devicetree module": [[6, "module-blivet.devicetree"]], "blivet.errors module": [[6, "module-blivet.errors"]], "blivet.fcoe module": [[6, "module-blivet.fcoe"]], "blivet.flags module": [[6, "module-blivet.flags"]], "blivet.i18n module": [[6, "module-blivet.i18n"]], "blivet.iscsi module": [[6, "module-blivet.iscsi"]], "blivet.mounts module": [[6, "module-blivet.mounts"]], "blivet.nvme module": [[6, "module-blivet.nvme"]], "blivet.partitioning module": [[6, "module-blivet.partitioning"]], "blivet.safe_dbus module": [[6, "module-blivet.safe_dbus"]], "blivet.size module": [[6, "module-blivet.size"]], "blivet.storage_log module": [[6, "module-blivet.storage_log"]], "blivet.threads module": [[6, "module-blivet.threads"]], "blivet.tsort module": [[6, "module-blivet.tsort"]], "blivet.udev module": [[6, "module-blivet.udev"]], "blivet.util module": [[6, "module-blivet.util"]], "blivet.zfcp module": [[6, "module-blivet.zfcp"]], "Module contents": [[6, "module-blivet"], [7, "module-blivet.dbus"], [8, "module-blivet.devicelibs"], [9, "module-blivet.devices"], [10, "module-blivet.events"], [11, "module-blivet.formats"], [12, "module-blivet.populator"], [13, "module-blivet.populator.helpers"], [14, "module-blivet.static_data"], [15, "module-blivet.tasks"], [25, "module-contents"], [26, "module-contents"], [27, "module-contents"], [28, "module-contents"], [29, "module-contents"], [30, "module-contents"], [31, "module-contents"], [32, "module-contents"], [33, "module-contents"]], "blivet.dbus package": [[7, "blivet-dbus-package"]], "blivet.dbus.action module": [[7, "module-blivet.dbus.action"]], "blivet.dbus.blivet module": [[7, "module-blivet.dbus.blivet"]], "blivet.dbus.constants module": [[7, "module-blivet.dbus.constants"]], "blivet.dbus.device module": [[7, "module-blivet.dbus.device"]], "blivet.dbus.format module": [[7, "module-blivet.dbus.format"]], "blivet.dbus.manager module": [[7, "module-blivet.dbus.manager"]], "blivet.dbus.object module": [[7, "module-blivet.dbus.object"]], "blivet.devicelibs package": [[8, "blivet-devicelibs-package"]], "blivet.devicelibs.btrfs module": [[8, "module-blivet.devicelibs.btrfs"]], "blivet.devicelibs.crypto module": [[8, "module-blivet.devicelibs.crypto"]], "blivet.devicelibs.disk module": [[8, "module-blivet.devicelibs.disk"]], "blivet.devicelibs.edd module": [[8, "module-blivet.devicelibs.edd"]], "blivet.devicelibs.gpt module": [[8, "module-blivet.devicelibs.gpt"]], "blivet.devicelibs.lvm module": [[8, "module-blivet.devicelibs.lvm"]], "blivet.devicelibs.mdraid module": [[8, "module-blivet.devicelibs.mdraid"]], "blivet.devicelibs.raid module": [[8, "module-blivet.devicelibs.raid"]], "blivet.devicelibs.stratis module": [[8, "module-blivet.devicelibs.stratis"]], "blivet.devices package": [[9, "blivet-devices-package"]], "blivet.devices.btrfs module": [[9, "module-blivet.devices.btrfs"]], "blivet.devices.cache module": [[9, "module-blivet.devices.cache"]], "blivet.devices.container module": [[9, "module-blivet.devices.container"]], "blivet.devices.device module": [[9, "module-blivet.devices.device"]], "blivet.devices.disk module": [[9, "module-blivet.devices.disk"]], "blivet.devices.dm module": [[9, "module-blivet.devices.dm"]], "blivet.devices.file module": [[9, "module-blivet.devices.file"]], "blivet.devices.lib module": [[9, "module-blivet.devices.lib"]], "blivet.devices.loop module": [[9, "module-blivet.devices.loop"]], "blivet.devices.luks module": [[9, "module-blivet.devices.luks"]], "blivet.devices.lvm module": [[9, "module-blivet.devices.lvm"]], "blivet.devices.md module": [[9, "module-blivet.devices.md"]], "blivet.devices.network module": [[9, "module-blivet.devices.network"]], "blivet.devices.nfs module": [[9, "module-blivet.devices.nfs"]], "blivet.devices.nodev module": [[9, "module-blivet.devices.nodev"]], "blivet.devices.optical module": [[9, "module-blivet.devices.optical"]], "blivet.devices.partition module": [[9, "module-blivet.devices.partition"]], "blivet.devices.raid module": [[9, "module-blivet.devices.raid"]], "blivet.devices.storage module": [[9, "module-blivet.devices.storage"]], "blivet.devices.stratis module": [[9, "module-blivet.devices.stratis"]], "blivet.events package": [[10, "blivet-events-package"]], "blivet.events.changes module": [[10, "module-blivet.events.changes"]], "blivet.events.handler module": [[10, "module-blivet.events.handler"]], "blivet.events.manager module": [[10, "module-blivet.events.manager"]], "blivet.formats package": [[11, "blivet-formats-package"]], "blivet.formats.biosboot module": [[11, "module-blivet.formats.biosboot"]], "blivet.formats.disklabel module": [[11, "module-blivet.formats.disklabel"]], "blivet.formats.dmraid module": [[11, "module-blivet.formats.dmraid"]], "blivet.formats.fs module": [[11, "module-blivet.formats.fs"]], "blivet.formats.fslib module": [[11, "module-blivet.formats.fslib"]], "blivet.formats.luks module": [[11, "module-blivet.formats.luks"]], "blivet.formats.lvmpv module": [[11, "module-blivet.formats.lvmpv"]], "blivet.formats.mdraid module": [[11, "module-blivet.formats.mdraid"]], "blivet.formats.multipath module": [[11, "module-blivet.formats.multipath"]], "blivet.formats.prepboot module": [[11, "module-blivet.formats.prepboot"]], "blivet.formats.stratis module": [[11, "module-blivet.formats.stratis"]], "blivet.formats.swap module": [[11, "module-blivet.formats.swap"]], "blivet.populator package": [[12, "blivet-populator-package"]], "blivet.populator.populator module": [[12, "module-blivet.populator.populator"]], "blivet.populator.helpers package": [[13, "blivet-populator-helpers-package"]], "blivet.populator.helpers.boot module": [[13, "module-blivet.populator.helpers.boot"]], "blivet.populator.helpers.btrfs module": [[13, "module-blivet.populator.helpers.btrfs"]], "blivet.populator.helpers.devicepopulator module": [[13, "module-blivet.populator.helpers.devicepopulator"]], "blivet.populator.helpers.disk module": [[13, "module-blivet.populator.helpers.disk"]], "blivet.populator.helpers.disklabel module": [[13, "module-blivet.populator.helpers.disklabel"]], "blivet.populator.helpers.dm module": [[13, "module-blivet.populator.helpers.dm"]], "blivet.populator.helpers.formatpopulator module": [[13, "module-blivet.populator.helpers.formatpopulator"]], "blivet.populator.helpers.loop module": [[13, "module-blivet.populator.helpers.loop"]], "blivet.populator.helpers.luks module": [[13, "module-blivet.populator.helpers.luks"]], "blivet.populator.helpers.lvm module": [[13, "module-blivet.populator.helpers.lvm"]], "blivet.populator.helpers.mdraid module": [[13, "module-blivet.populator.helpers.mdraid"]], "blivet.populator.helpers.multipath module": [[13, "module-blivet.populator.helpers.multipath"]], "blivet.populator.helpers.optical module": [[13, "module-blivet.populator.helpers.optical"]], "blivet.populator.helpers.partition module": [[13, "module-blivet.populator.helpers.partition"]], "blivet.populator.helpers.populatorhelper module": [[13, "module-blivet.populator.helpers.populatorhelper"]], "blivet.populator.helpers.stratis module": [[13, "module-blivet.populator.helpers.stratis"]], "blivet.static_data package": [[14, "blivet-static-data-package"]], "blivet.static_data.luks_data module": [[14, "module-blivet.static_data.luks_data"]], "blivet.static_data.lvm_info module": [[14, "module-blivet.static_data.lvm_info"]], "blivet.static_data.mpath_info module": [[14, "module-blivet.static_data.mpath_info"]], "blivet.static_data.nvdimm module": [[14, "module-blivet.static_data.nvdimm"]], "blivet.static_data.stratis_info module": [[14, "module-blivet.static_data.stratis_info"]], "blivet.tasks package": [[15, "blivet-tasks-package"]], "blivet.tasks.availability module": [[15, "module-blivet.tasks.availability"]], "blivet.tasks.dfresize module": [[15, "module-blivet.tasks.dfresize"]], "blivet.tasks.fsck module": [[15, "module-blivet.tasks.fsck"]], "blivet.tasks.fsinfo module": [[15, "module-blivet.tasks.fsinfo"]], "blivet.tasks.fslabeling module": [[15, "module-blivet.tasks.fslabeling"]], "blivet.tasks.fsminsize module": [[15, "module-blivet.tasks.fsminsize"]], "blivet.tasks.fsmkfs module": [[15, "module-blivet.tasks.fsmkfs"]], "blivet.tasks.fsmount module": [[15, "module-blivet.tasks.fsmount"]], "blivet.tasks.fsreadlabel module": [[15, "module-blivet.tasks.fsreadlabel"]], "blivet.tasks.fsresize module": [[15, "module-blivet.tasks.fsresize"]], "blivet.tasks.fssize module": [[15, "module-blivet.tasks.fssize"]], "blivet.tasks.fssync module": [[15, "module-blivet.tasks.fssync"]], "blivet.tasks.fstask module": [[15, "module-blivet.tasks.fstask"]], "blivet.tasks.fsuuid module": [[15, "module-blivet.tasks.fsuuid"]], "blivet.tasks.fswritelabel module": [[15, "module-blivet.tasks.fswritelabel"]], "blivet.tasks.fswriteuuid module": [[15, "module-blivet.tasks.fswriteuuid"]], "blivet.tasks.lukstasks module": [[15, "module-blivet.tasks.lukstasks"]], "blivet.tasks.pvtask module": [[15, "module-blivet.tasks.pvtask"]], "blivet.tasks.task module": [[15, "module-blivet.tasks.task"]], "DBus Interface": [[17, "dbus-interface"]], "To Do List": [[17, "to-do-list"]], "Welcome to Blivet\u2019s documentation!": [[18, "welcome-to-blivet-s-documentation"]], "Indices and tables": [[18, "indices-and-tables"]], "Introduction to Blivet": [[19, "introduction-to-blivet"]], "Building Blocks": [[19, "building-blocks"]], "Getting Started": [[19, "getting-started"]], "First Steps": [[19, "first-steps"]], "Scheduling a Series of Actions": [[19, "scheduling-a-series-of-actions"]], "Disk Partitions": [[19, "disk-partitions"]], "LVM VDO support": [[20, "lvm-vdo-support"]], "LVM VDO in Blivet": [[20, "lvm-vdo-in-blivet"]], "LVM VDO in Devicefactory": [[20, "lvm-vdo-in-devicefactory"]], "Testing Blivet": [[21, "testing-blivet"]], "Test Suite Architecture": [[21, "test-suite-architecture"]], "conftest module": [[22, "conftest-module"]], "tests": [[23, "tests"]], "run_tests module": [[24, "run-tests-module"]], "storage_tests package": [[25, "storage-tests-package"]], "storage_tests.imagebackedtestcase module": [[25, "storage-tests-imagebackedtestcase-module"]], "storage_tests.iscsi_test module": [[25, "storage-tests-iscsi-test-module"]], "storage_tests.partitioning_test module": [[25, "storage-tests-partitioning-test-module"]], "storage_tests.storagetestcase module": [[25, "storage-tests-storagetestcase-module"]], "storage_tests.unsupported_disklabel_test module": [[25, "storage-tests-unsupported-disklabel-test-module"]], "storage_tests.devices_test package": [[26, "storage-tests-devices-test-package"]], "storage_tests.devices_test.lvm_test module": [[26, "storage-tests-devices-test-lvm-test-module"]], "storage_tests.devices_test.partition_test module": [[26, "storage-tests-devices-test-partition-test-module"]], "storage_tests.devices_test.stratis_test module": [[26, "storage-tests-devices-test-stratis-test-module"]], "storage_tests.formats_test package": [[27, "storage-tests-formats-test-package"]], "storage_tests.formats_test.fs_test module": [[27, "storage-tests-formats-test-fs-test-module"]], "storage_tests.formats_test.fslabeling module": [[27, "storage-tests-formats-test-fslabeling-module"]], "storage_tests.formats_test.fstesting module": [[27, "storage-tests-formats-test-fstesting-module"]], "storage_tests.formats_test.fsuuid module": [[27, "storage-tests-formats-test-fsuuid-module"]], "storage_tests.formats_test.labeling_test module": [[27, "storage-tests-formats-test-labeling-test-module"]], "storage_tests.formats_test.loopbackedtestcase module": [[27, "storage-tests-formats-test-loopbackedtestcase-module"]], "storage_tests.formats_test.luks_test module": [[27, "storage-tests-formats-test-luks-test-module"]], "storage_tests.formats_test.lvmpv_test module": [[27, "storage-tests-formats-test-lvmpv-test-module"]], "storage_tests.formats_test.uuid_test module": [[27, "storage-tests-formats-test-uuid-test-module"]], "unit_tests package": [[28, "unit-tests-package"]], "unit_tests.action_test module": [[28, "unit-tests-action-test-module"]], "unit_tests.blivettestcase module": [[28, "unit-tests-blivettestcase-module"]], "unit_tests.dbus_test module": [[28, "unit-tests-dbus-test-module"]], "unit_tests.devicefactory_test module": [[28, "unit-tests-devicefactory-test-module"]], "unit_tests.devicetree_test module": [[28, "unit-tests-devicetree-test-module"]], "unit_tests.events_test module": [[28, "unit-tests-events-test-module"]], "unit_tests.gpt_test module": [[28, "unit-tests-gpt-test-module"]], "unit_tests.misc_test module": [[28, "unit-tests-misc-test-module"]], "unit_tests.parentlist_test module": [[28, "unit-tests-parentlist-test-module"]], "unit_tests.populator_test module": [[28, "unit-tests-populator-test-module"]], "unit_tests.size_test module": [[28, "unit-tests-size-test-module"]], "unit_tests.tags_test module": [[28, "unit-tests-tags-test-module"]], "unit_tests.task_tests module": [[28, "unit-tests-task-tests-module"]], "unit_tests.tsort_test module": [[28, "unit-tests-tsort-test-module"]], "unit_tests.udev_test module": [[28, "unit-tests-udev-test-module"]], "unit_tests.util_test module": [[28, "unit-tests-util-test-module"]], "unit_tests.devicelibs_test package": [[29, "unit-tests-devicelibs-test-package"]], "unit_tests.devicelibs_test.disk_test module": [[29, "unit-tests-devicelibs-test-disk-test-module"]], "unit_tests.devicelibs_test.edd_test module": [[29, "unit-tests-devicelibs-test-edd-test-module"]], "unit_tests.devicelibs_test.lib module": [[29, "unit-tests-devicelibs-test-lib-module"]], "unit_tests.devicelibs_test.mdraid_test module": [[29, "unit-tests-devicelibs-test-mdraid-test-module"]], "unit_tests.devicelibs_test.raid_test module": [[29, "unit-tests-devicelibs-test-raid-test-module"]], "unit_tests.devices_test package": [[30, "unit-tests-devices-test-package"]], "unit_tests.devices_test.device_dependencies_test module": [[30, "unit-tests-devices-test-device-dependencies-test-module"]], "unit_tests.devices_test.device_methods_test module": [[30, "unit-tests-devices-test-device-methods-test-module"]], "unit_tests.devices_test.device_names_test module": [[30, "unit-tests-devices-test-device-names-test-module"]], "unit_tests.devices_test.device_packages_test module": [[30, "unit-tests-devices-test-device-packages-test-module"]], "unit_tests.devices_test.device_properties_test module": [[30, "unit-tests-devices-test-device-properties-test-module"]], "unit_tests.devices_test.device_size_test module": [[30, "unit-tests-devices-test-device-size-test-module"]], "unit_tests.devices_test.disk_test module": [[30, "unit-tests-devices-test-disk-test-module"]], "unit_tests.devices_test.lvm_test module": [[30, "unit-tests-devices-test-lvm-test-module"]], "unit_tests.devices_test.md_test module": [[30, "unit-tests-devices-test-md-test-module"]], "unit_tests.devices_test.network_test module": [[30, "unit-tests-devices-test-network-test-module"]], "unit_tests.devices_test.partition_test module": [[30, "unit-tests-devices-test-partition-test-module"]], "unit_tests.devices_test.stratis_test module": [[30, "unit-tests-devices-test-stratis-test-module"]], "unit_tests.formats_tests package": [[31, "unit-tests-formats-tests-package"]], "unit_tests.formats_tests.device_test module": [[31, "unit-tests-formats-tests-device-test-module"]], "unit_tests.formats_tests.disklabel_test module": [[31, "unit-tests-formats-tests-disklabel-test-module"]], "unit_tests.formats_tests.init_test module": [[31, "unit-tests-formats-tests-init-test-module"]], "unit_tests.formats_tests.luks_test module": [[31, "unit-tests-formats-tests-luks-test-module"]], "unit_tests.formats_tests.lvmpv_test module": [[31, "unit-tests-formats-tests-lvmpv-test-module"]], "unit_tests.formats_tests.methods_test module": [[31, "unit-tests-formats-tests-methods-test-module"]], "unit_tests.formats_tests.misc_test module": [[31, "unit-tests-formats-tests-misc-test-module"]], "unit_tests.formats_tests.selinux_test module": [[31, "unit-tests-formats-tests-selinux-test-module"]], "unit_tests.formats_tests.swap_test module": [[31, "unit-tests-formats-tests-swap-test-module"]], "unit_tests.udev_data package": [[32, "unit-tests-udev-data-package"]], "unit_tests.udev_data.raid_data module": [[32, "unit-tests-udev-data-raid-data-module"]], "vmtests package": [[33, "vmtests-package"]], "vmtests.blivet_reset_vmtest module": [[33, "vmtests-blivet-reset-vmtest-module"]], "vmtests.gpt_test module": [[33, "vmtests-gpt-test-module"]], "vmtests.runvmtests module": [[33, "vmtests-runvmtests-module"]], "vmtests.vmbackedtestcase module": [[33, "vmtests-vmbackedtestcase-module"]]}, "indexentries": {"actionaddmember (class in blivet.deviceaction)": [[6, "blivet.deviceaction.ActionAddMember"]], "actionconfiguredevice (class in blivet.deviceaction)": [[6, "blivet.deviceaction.ActionConfigureDevice"]], "actionconfigureformat (class in blivet.deviceaction)": [[6, "blivet.deviceaction.ActionConfigureFormat"]], "actioncreatedevice (class in blivet.deviceaction)": [[6, "blivet.deviceaction.ActionCreateDevice"]], "actioncreateformat (class in blivet.deviceaction)": [[6, "blivet.deviceaction.ActionCreateFormat"]], "actiondestroydevice (class in blivet.deviceaction)": [[6, "blivet.deviceaction.ActionDestroyDevice"]], "actiondestroyformat (class in blivet.deviceaction)": [[6, "blivet.deviceaction.ActionDestroyFormat"]], "actionlist (class in blivet.actionlist)": [[6, "blivet.actionlist.ActionList"]], "actionremovemember (class in blivet.deviceaction)": [[6, "blivet.deviceaction.ActionRemoveMember"]], "actionresizedevice (class in blivet.deviceaction)": [[6, "blivet.deviceaction.ActionResizeDevice"]], "actionresizeformat (class in blivet.deviceaction)": [[6, "blivet.deviceaction.ActionResizeFormat"]], "alignmenterror": [[6, "blivet.errors.AlignmentError"]], "availabilityerror": [[6, "blivet.errors.AvailabilityError"]], "btrfserror": [[6, "blivet.errors.BTRFSError"]], "btrfsfactory (class in blivet.devicefactory)": [[6, "blivet.devicefactory.BTRFSFactory"]], "btrfsvalueerror": [[6, "blivet.errors.BTRFSValueError"]], "blivet (class in blivet.blivet)": [[6, "blivet.blivet.Blivet"]], "callbacklist (class in blivet.callbacks)": [[6, "blivet.callbacks.CallbackList"]], "callbacks (class in blivet.callbacks)": [[6, "blivet.callbacks.Callbacks"]], "chunk (class in blivet.partitioning)": [[6, "blivet.partitioning.Chunk"]], "corruptgpterror": [[6, "blivet.errors.CorruptGPTError"]], "createformatpostdata (class in blivet.callbacks)": [[6, "blivet.callbacks.CreateFormatPostData"]], "createformatpredata (class in blivet.callbacks)": [[6, "blivet.callbacks.CreateFormatPreData"]], "cyclicgrapherror": [[6, "blivet.tsort.CyclicGraphError"]], "dbuscallerror": [[6, "blivet.safe_dbus.DBusCallError"]], "dbuspropertyerror": [[6, "blivet.safe_dbus.DBusPropertyError"]], "dmerror": [[6, "blivet.errors.DMError"]], "dmraidmembererror": [[6, "blivet.errors.DMRaidMemberError"]], "dependencyerror": [[6, "blivet.errors.DependencyError"]], "dependencyguard (class in blivet.util)": [[6, "blivet.util.DependencyGuard"]], "deviceaction (class in blivet.deviceaction)": [[6, "blivet.deviceaction.DeviceAction"]], "deviceactionerror": [[6, "blivet.errors.DeviceActionError"]], "devicecreateerror": [[6, "blivet.errors.DeviceCreateError"]], "devicedestroyerror": [[6, "blivet.errors.DeviceDestroyError"]], "deviceerror": [[6, "blivet.errors.DeviceError"]], "devicefactory (class in blivet.devicefactory)": [[6, "blivet.devicefactory.DeviceFactory"]], "devicefactoryerror": [[6, "blivet.errors.DeviceFactoryError"]], "deviceformaterror": [[6, "blivet.errors.DeviceFormatError"]], "devicenotfounderror": [[6, "blivet.errors.DeviceNotFoundError"]], "deviceresizeerror": [[6, "blivet.errors.DeviceResizeError"]], "devicesetuperror": [[6, "blivet.errors.DeviceSetupError"]], "deviceteardownerror": [[6, "blivet.errors.DeviceTeardownError"]], "devicetree (class in blivet.devicetree)": [[6, "blivet.devicetree.DeviceTree"]], "devicetreebase (class in blivet.devicetree)": [[6, "blivet.devicetree.DeviceTreeBase"]], "devicetreeerror": [[6, "blivet.errors.DeviceTreeError"]], "deviceuserdeniedformaterror": [[6, "blivet.errors.DeviceUserDeniedFormatError"]], "diskchunk (class in blivet.partitioning)": [[6, "blivet.partitioning.DiskChunk"]], "disklabelcommiterror": [[6, "blivet.errors.DiskLabelCommitError"]], "disklabelerror": [[6, "blivet.errors.DiskLabelError"]], "disklabelscanerror": [[6, "blivet.errors.DiskLabelScanError"]], "duplicateuuiderror": [[6, "blivet.errors.DuplicateUUIDError"]], "duplicatevgerror": [[6, "blivet.errors.DuplicateVGError"]], "evalmode (class in blivet.util)": [[6, "blivet.util.EvalMode"]], "eventhandlingerror": [[6, "blivet.errors.EventHandlingError"]], "eventmanagererror": [[6, "blivet.errors.EventManagerError"]], "eventparamerror": [[6, "blivet.errors.EventParamError"]], "fcoe (class in blivet.fcoe)": [[6, "blivet.fcoe.FCoE"]], "fcoeerror": [[6, "blivet.errors.FCoEError"]], "fserror": [[6, "blivet.errors.FSError"]], "fsreadlabelerror": [[6, "blivet.errors.FSReadLabelError"]], "fsresizeerror": [[6, "blivet.errors.FSResizeError"]], "fstabtypemismatcherror": [[6, "blivet.errors.FSTabTypeMismatchError"]], "fswritelabelerror": [[6, "blivet.errors.FSWriteLabelError"]], "fswriteuuiderror": [[6, "blivet.errors.FSWriteUUIDError"]], "flags (class in blivet.flags)": [[6, "blivet.flags.Flags"]], "formatcreateerror": [[6, "blivet.errors.FormatCreateError"]], "formatdestroyerror": [[6, "blivet.errors.FormatDestroyError"]], "formatresizeerror": [[6, "blivet.errors.FormatResizeError"]], "formatsetuperror": [[6, "blivet.errors.FormatSetupError"]], "formatteardownerror": [[6, "blivet.errors.FormatTeardownError"]], "gptvoluuiderror": [[6, "blivet.errors.GPTVolUUIDError"]], "iscsierror": [[6, "blivet.errors.ISCSIError"]], "inconsistentpvsectorsize": [[6, "blivet.errors.InconsistentPVSectorSize"]], "integrityerror": [[6, "blivet.errors.IntegrityError"]], "invaliddisklabelerror": [[6, "blivet.errors.InvalidDiskLabelError"]], "invalidmultideviceselection": [[6, "blivet.errors.InvalidMultideviceSelection"]], "lukserror": [[6, "blivet.errors.LUKSError"]], "lvmerror": [[6, "blivet.errors.LVMError"]], "lvmfactory (class in blivet.devicefactory)": [[6, "blivet.devicefactory.LVMFactory"]], "lvmthinpfactory (class in blivet.devicefactory)": [[6, "blivet.devicefactory.LVMThinPFactory"]], "lvmvdofactory (class in blivet.devicefactory)": [[6, "blivet.devicefactory.LVMVDOFactory"]], "lvrequest (class in blivet.partitioning)": [[6, "blivet.partitioning.LVRequest"]], "logininfo (class in blivet.iscsi)": [[6, "blivet.iscsi.LoginInfo"]], "looperror": [[6, "blivet.errors.LoopError"]], "mdfactory (class in blivet.devicefactory)": [[6, "blivet.devicefactory.MDFactory"]], "mdmembererror": [[6, "blivet.errors.MDMemberError"]], "mdraiderror": [[6, "blivet.errors.MDRaidError"]], "mpatherror": [[6, "blivet.errors.MPathError"]], "mountscache (class in blivet.mounts)": [[6, "blivet.mounts.MountsCache"]], "multipathmembererror": [[6, "blivet.errors.MultipathMemberError"]], "nvme (class in blivet.nvme)": [[6, "blivet.nvme.NVMe"]], "nvmeerror": [[6, "blivet.errors.NVMeError"]], "n_() (in module blivet.i18n)": [[6, "blivet.i18n.N_"]], "nodiskserror": [[6, "blivet.errors.NoDisksError"]], "noparentserror": [[6, "blivet.errors.NoParentsError"]], "nodeinfo (class in blivet.iscsi)": [[6, "blivet.iscsi.NodeInfo"]], "notenoughfreespaceerror": [[6, "blivet.errors.NotEnoughFreeSpaceError"]], "objectid (class in blivet.util)": [[6, "blivet.util.ObjectID"]], "p_() (in module blivet.i18n)": [[6, "blivet.i18n.P_"]], "partitionfactory (class in blivet.devicefactory)": [[6, "blivet.devicefactory.PartitionFactory"]], "partitionrequest (class in blivet.partitioning)": [[6, "blivet.partitioning.PartitionRequest"]], "partitionsetfactory (class in blivet.devicefactory)": [[6, "blivet.devicefactory.PartitionSetFactory"]], "partitioningerror": [[6, "blivet.errors.PartitioningError"]], "path (class in blivet.util)": [[6, "blivet.util.Path"]], "physicalvolumeerror": [[6, "blivet.errors.PhysicalVolumeError"]], "raiderror": [[6, "blivet.errors.RaidError"]], "reportprogressdata (class in blivet.callbacks)": [[6, "blivet.callbacks.ReportProgressData"]], "request (class in blivet.partitioning)": [[6, "blivet.partitioning.Request"]], "resizeformatpostdata (class in blivet.callbacks)": [[6, "blivet.callbacks.ResizeFormatPostData"]], "resizeformatpredata (class in blivet.callbacks)": [[6, "blivet.callbacks.ResizeFormatPreData"]], "safedbuserror": [[6, "blivet.safe_dbus.SafeDBusError"]], "samesizeset (class in blivet.partitioning)": [[6, "blivet.partitioning.SameSizeSet"]], "singlephysicalvolumeerror": [[6, "blivet.errors.SinglePhysicalVolumeError"]], "size (class in blivet.size)": [[6, "blivet.size.Size"]], "storageerror": [[6, "blivet.errors.StorageError"]], "stratiserror": [[6, "blivet.errors.StratisError"]], "stratisfactory (class in blivet.devicefactory)": [[6, "blivet.devicefactory.StratisFactory"]], "swapspaceerror": [[6, "blivet.errors.SwapSpaceError"]], "synchronizedabcmeta (class in blivet.threads)": [[6, "blivet.threads.SynchronizedABCMeta"]], "synchronizedmeta (class in blivet.threads)": [[6, "blivet.threads.SynchronizedMeta"]], "targetinfo (class in blivet.iscsi)": [[6, "blivet.iscsi.TargetInfo"]], "thinpoolchunk (class in blivet.partitioning)": [[6, "blivet.partitioning.ThinPoolChunk"]], "threaderror": [[6, "blivet.errors.ThreadError"]], "totalsizeset (class in blivet.partitioning)": [[6, "blivet.partitioning.TotalSizeSet"]], "udeverror": [[6, "blivet.errors.UdevError"]], "unrecognizedfstabentryerror": [[6, "blivet.errors.UnrecognizedFSTabEntryError"]], "unusableconfigurationerror": [[6, "blivet.errors.UnusableConfigurationError"]], "vgchunk (class in blivet.partitioning)": [[6, "blivet.partitioning.VGChunk"]], "waitforentropydata (class in blivet.callbacks)": [[6, "blivet.callbacks.WaitForEntropyData"]], "zfcpdevice (class in blivet.zfcp)": [[6, "blivet.zfcp.ZFCPDevice"]], "zfcpdeviceautolunscan (class in blivet.zfcp)": [[6, "blivet.zfcp.ZFCPDeviceAutoLunScan"]], "zfcpdevicebase (class in blivet.zfcp)": [[6, "blivet.zfcp.ZFCPDeviceBase"]], "zfcpdevicefullpath (class in blivet.zfcp)": [[6, "blivet.zfcp.ZFCPDeviceFullPath"]], "action_added (blivet.callbacks.callbacks attribute)": [[6, "blivet.callbacks.Callbacks.action_added"]], "action_executed (blivet.callbacks.callbacks attribute)": [[6, "blivet.callbacks.Callbacks.action_executed"]], "action_object_from_string() (in module blivet.deviceaction)": [[6, "blivet.deviceaction.action_object_from_string"]], "action_removed (blivet.callbacks.callbacks attribute)": [[6, "blivet.callbacks.Callbacks.action_removed"]], "action_type_from_string() (in module blivet.deviceaction)": [[6, "blivet.deviceaction.action_type_from_string"]], "actions (blivet.devicetree.devicetreebase property)": [[6, "blivet.devicetree.DeviceTreeBase.actions"]], "active_nodes() (blivet.iscsi.iscsi method)": [[6, "blivet.iscsi.iSCSI.active_nodes"]], "add() (blivet.actionlist.actionlist method)": [[6, "blivet.actionlist.ActionList.add"]], "add() (blivet.callbacks.callbacklist method)": [[6, "blivet.callbacks.CallbackList.add"]], "add_fcp() (blivet.zfcp.zfcp method)": [[6, "blivet.zfcp.zFCP.add_fcp"]], "add_partition() (in module blivet.partitioning)": [[6, "blivet.partitioning.add_partition"]], "add_request() (blivet.partitioning.chunk method)": [[6, "blivet.partitioning.Chunk.add_request"]], "add_request() (blivet.partitioning.diskchunk method)": [[6, "blivet.partitioning.DiskChunk.add_request"]], "add_request() (blivet.partitioning.vgchunk method)": [[6, "blivet.partitioning.VGChunk.add_request"]], "add_san() (blivet.fcoe.fcoe method)": [[6, "blivet.fcoe.FCoE.add_san"]], "add_target() (blivet.iscsi.iscsi method)": [[6, "blivet.iscsi.iSCSI.add_target"]], "align_size_for_disklabel() (in module blivet.partitioning)": [[6, "blivet.partitioning.align_size_for_disklabel"]], "allocate() (blivet.partitioning.totalsizeset method)": [[6, "blivet.partitioning.TotalSizeSet.allocate"]], "allocate_partitions() (in module blivet.partitioning)": [[6, "blivet.partitioning.allocate_partitions"]], "always (blivet.util.evalmode attribute)": [[6, "blivet.util.EvalMode.always"]], "apply() (blivet.deviceaction.actionaddmember method)": [[6, "blivet.deviceaction.ActionAddMember.apply"]], "apply() (blivet.deviceaction.actionconfiguredevice method)": [[6, "blivet.deviceaction.ActionConfigureDevice.apply"]], "apply() (blivet.deviceaction.actionconfigureformat method)": [[6, "blivet.deviceaction.ActionConfigureFormat.apply"]], "apply() (blivet.deviceaction.actioncreateformat method)": [[6, "blivet.deviceaction.ActionCreateFormat.apply"]], "apply() (blivet.deviceaction.actiondestroydevice method)": [[6, "blivet.deviceaction.ActionDestroyDevice.apply"]], "apply() (blivet.deviceaction.actiondestroyformat method)": [[6, "blivet.deviceaction.ActionDestroyFormat.apply"]], "apply() (blivet.deviceaction.actionremovemember method)": [[6, "blivet.deviceaction.ActionRemoveMember.apply"]], "apply() (blivet.deviceaction.actionresizedevice method)": [[6, "blivet.deviceaction.ActionResizeDevice.apply"]], "apply() (blivet.deviceaction.actionresizeformat method)": [[6, "blivet.deviceaction.ActionResizeFormat.apply"]], "apply() (blivet.deviceaction.deviceaction method)": [[6, "blivet.deviceaction.DeviceAction.apply"]], "attribute_changed (blivet.callbacks.callbacks attribute)": [[6, "blivet.callbacks.Callbacks.attribute_changed"]], "available (blivet.iscsi.iscsi property)": [[6, "blivet.iscsi.iSCSI.available"]], "available_memory() (in module blivet.util)": [[6, "blivet.util.available_memory"]], "blivet": [[6, "module-blivet"]], "blivet.actionlist": [[6, "module-blivet.actionlist"]], "blivet.arch": [[6, "module-blivet.arch"]], "blivet.blivet": [[6, "module-blivet.blivet"]], "blivet.callbacks": [[6, "module-blivet.callbacks"]], "blivet.deviceaction": [[6, "module-blivet.deviceaction"]], "blivet.devicefactory": [[6, "module-blivet.devicefactory"]], "blivet.devicetree": [[6, "module-blivet.devicetree"]], "blivet.errors": [[6, "module-blivet.errors"]], "blivet.fcoe": [[6, "module-blivet.fcoe"]], "blivet.flags": [[6, "module-blivet.flags"]], "blivet.i18n": [[6, "module-blivet.i18n"]], "blivet.iscsi": [[6, "module-blivet.iscsi"]], "blivet.mounts": [[6, "module-blivet.mounts"]], "blivet.nvme": [[6, "module-blivet.nvme"]], "blivet.partitioning": [[6, "module-blivet.partitioning"]], "blivet.safe_dbus": [[6, "module-blivet.safe_dbus"]], "blivet.size": [[6, "module-blivet.size"]], "blivet.storage_log": [[6, "module-blivet.storage_log"]], "blivet.threads": [[6, "module-blivet.threads"]], "blivet.tsort": [[6, "module-blivet.tsort"]], "blivet.udev": [[6, "module-blivet.udev"]], "blivet.util": [[6, "module-blivet.util"]], "blivet.zfcp": [[6, "module-blivet.zfcp"]], "btrfs_volumes (blivet.blivet.blivet property)": [[6, "blivet.blivet.Blivet.btrfs_volumes"]], "call_sync() (in module blivet.safe_dbus)": [[6, "blivet.safe_dbus.call_sync"]], "cancel() (blivet.deviceaction.actionaddmember method)": [[6, "blivet.deviceaction.ActionAddMember.cancel"]], "cancel() (blivet.deviceaction.actionconfiguredevice method)": [[6, "blivet.deviceaction.ActionConfigureDevice.cancel"]], "cancel() (blivet.deviceaction.actionconfigureformat method)": [[6, "blivet.deviceaction.ActionConfigureFormat.cancel"]], "cancel() (blivet.deviceaction.actioncreateformat method)": [[6, "blivet.deviceaction.ActionCreateFormat.cancel"]], "cancel() (blivet.deviceaction.actiondestroydevice method)": [[6, "blivet.deviceaction.ActionDestroyDevice.cancel"]], "cancel() (blivet.deviceaction.actiondestroyformat method)": [[6, "blivet.deviceaction.ActionDestroyFormat.cancel"]], "cancel() (blivet.deviceaction.actionremovemember method)": [[6, "blivet.deviceaction.ActionRemoveMember.cancel"]], "cancel() (blivet.deviceaction.actionresizedevice method)": [[6, "blivet.deviceaction.ActionResizeDevice.cancel"]], "cancel() (blivet.deviceaction.actionresizeformat method)": [[6, "blivet.deviceaction.ActionResizeFormat.cancel"]], "cancel() (blivet.deviceaction.deviceaction method)": [[6, "blivet.deviceaction.DeviceAction.cancel"]], "cancel_disk_actions() (blivet.devicetree.devicetreebase method)": [[6, "blivet.devicetree.DeviceTreeBase.cancel_disk_actions"]], "canonicalize_uuid() (in module blivet.util)": [[6, "blivet.util.canonicalize_UUID"]], "capture_output() (in module blivet.util)": [[6, "blivet.util.capture_output"]], "capture_output_binary() (in module blivet.util)": [[6, "blivet.util.capture_output_binary"]], "check_avail() (blivet.util.dependencyguard method)": [[6, "blivet.util.DependencyGuard.check_avail"]], "check_object_available() (in module blivet.safe_dbus)": [[6, "blivet.safe_dbus.check_object_available"]], "child_factory_class (blivet.devicefactory.btrfsfactory attribute)": [[6, "blivet.devicefactory.BTRFSFactory.child_factory_class"]], "child_factory_class (blivet.devicefactory.devicefactory attribute)": [[6, "blivet.devicefactory.DeviceFactory.child_factory_class"]], "child_factory_class (blivet.devicefactory.lvmfactory attribute)": [[6, "blivet.devicefactory.LVMFactory.child_factory_class"]], "child_factory_class (blivet.devicefactory.mdfactory attribute)": [[6, "blivet.devicefactory.MDFactory.child_factory_class"]], "child_factory_class (blivet.devicefactory.stratisfactory attribute)": [[6, "blivet.devicefactory.StratisFactory.child_factory_class"]], "child_factory_fstype (blivet.devicefactory.btrfsfactory attribute)": [[6, "blivet.devicefactory.BTRFSFactory.child_factory_fstype"]], "child_factory_fstype (blivet.devicefactory.devicefactory attribute)": [[6, "blivet.devicefactory.DeviceFactory.child_factory_fstype"]], "child_factory_fstype (blivet.devicefactory.lvmfactory attribute)": [[6, "blivet.devicefactory.LVMFactory.child_factory_fstype"]], "child_factory_fstype (blivet.devicefactory.mdfactory attribute)": [[6, "blivet.devicefactory.MDFactory.child_factory_fstype"]], "child_factory_fstype (blivet.devicefactory.stratisfactory attribute)": [[6, "blivet.devicefactory.StratisFactory.child_factory_fstype"]], "clear_thread_exception() (in module blivet.threads)": [[6, "blivet.threads.clear_thread_exception"]], "compare() (in module blivet.util)": [[6, "blivet.util.compare"]], "compare_disks() (blivet.blivet.blivet method)": [[6, "blivet.blivet.Blivet.compare_disks"]], "compare_disks_key (blivet.blivet.blivet property)": [[6, "blivet.blivet.Blivet.compare_disks_key"]], "configure() (blivet.devicefactory.devicefactory method)": [[6, "blivet.devicefactory.DeviceFactory.configure"]], "configure() (blivet.devicefactory.partitionsetfactory method)": [[6, "blivet.devicefactory.PartitionSetFactory.configure"]], "conn_info (blivet.iscsi.nodeinfo property)": [[6, "blivet.iscsi.NodeInfo.conn_info"]], "container_list (blivet.devicefactory.btrfsfactory property)": [[6, "blivet.devicefactory.BTRFSFactory.container_list"]], "container_list (blivet.devicefactory.devicefactory property)": [[6, "blivet.devicefactory.DeviceFactory.container_list"]], "container_list (blivet.devicefactory.lvmfactory property)": [[6, "blivet.devicefactory.LVMFactory.container_list"]], "container_list (blivet.devicefactory.mdfactory property)": [[6, "blivet.devicefactory.MDFactory.container_list"]], "container_list (blivet.devicefactory.stratisfactory property)": [[6, "blivet.devicefactory.StratisFactory.container_list"]], "container_raid_level (blivet.devicefactory.devicefactory property)": [[6, "blivet.devicefactory.DeviceFactory.container_raid_level"]], "convert_to() (blivet.size.size method)": [[6, "blivet.size.Size.convert_to"]], "copy() (blivet.blivet.blivet method)": [[6, "blivet.blivet.Blivet.copy"]], "create_device() (blivet.blivet.blivet method)": [[6, "blivet.blivet.Blivet.create_device"]], "create_graph() (in module blivet.tsort)": [[6, "blivet.tsort.create_graph"]], "create_interfaces() (blivet.iscsi.iscsi method)": [[6, "blivet.iscsi.iSCSI.create_interfaces"]], "create_new_callbacks_register() (in module blivet.callbacks)": [[6, "blivet.callbacks.create_new_callbacks_register"]], "create_sparse_file() (in module blivet.util)": [[6, "blivet.util.create_sparse_file"]], "create_sparse_tempfile() (in module blivet.util)": [[6, "blivet.util.create_sparse_tempfile"]], "deallocate() (blivet.partitioning.totalsizeset method)": [[6, "blivet.partitioning.TotalSizeSet.deallocate"]], "dedup_list() (in module blivet.util)": [[6, "blivet.util.dedup_list"]], "default_fstype (blivet.blivet.blivet property)": [[6, "blivet.blivet.Blivet.default_fstype"]], "default_namedtuple() (in module blivet.util)": [[6, "blivet.util.default_namedtuple"]], "delete_interfaces() (blivet.iscsi.iscsi method)": [[6, "blivet.iscsi.iSCSI.delete_interfaces"]], "deprecated() (in module blivet.util)": [[6, "blivet.util.deprecated"]], "destroy_device() (blivet.blivet.blivet method)": [[6, "blivet.blivet.Blivet.destroy_device"]], "detect_virt() (in module blivet.util)": [[6, "blivet.util.detect_virt"]], "device_added (blivet.callbacks.callbacks attribute)": [[6, "blivet.callbacks.Callbacks.device_added"]], "device_deps() (blivet.blivet.blivet method)": [[6, "blivet.blivet.Blivet.device_deps"]], "device_dm_subsystem_match() (in module blivet.udev)": [[6, "blivet.udev.device_dm_subsystem_match"]], "device_get_bus() (in module blivet.udev)": [[6, "blivet.udev.device_get_bus"]], "device_get_by_path() (in module blivet.udev)": [[6, "blivet.udev.device_get_by_path"]], "device_get_dasd_bus_id() (in module blivet.udev)": [[6, "blivet.udev.device_get_dasd_bus_id"]], "device_get_dasd_flag() (in module blivet.udev)": [[6, "blivet.udev.device_get_dasd_flag"]], "device_get_devname() (in module blivet.udev)": [[6, "blivet.udev.device_get_devname"]], "device_get_disklabel_type() (in module blivet.udev)": [[6, "blivet.udev.device_get_disklabel_type"]], "device_get_disklabel_uuid() (in module blivet.udev)": [[6, "blivet.udev.device_get_disklabel_uuid"]], "device_get_fcoe_identifier() (in module blivet.udev)": [[6, "blivet.udev.device_get_fcoe_identifier"]], "device_get_fcoe_nic() (in module blivet.udev)": [[6, "blivet.udev.device_get_fcoe_nic"]], "device_get_format() (in module blivet.udev)": [[6, "blivet.udev.device_get_format"]], "device_get_format_version() (in module blivet.udev)": [[6, "blivet.udev.device_get_format_version"]], "device_get_holders() (in module blivet.udev)": [[6, "blivet.udev.device_get_holders"]], "device_get_iscsi_address() (in module blivet.udev)": [[6, "blivet.udev.device_get_iscsi_address"]], "device_get_iscsi_initiator() (in module blivet.udev)": [[6, "blivet.udev.device_get_iscsi_initiator"]], "device_get_iscsi_lun() (in module blivet.udev)": [[6, "blivet.udev.device_get_iscsi_lun"]], "device_get_iscsi_name() (in module blivet.udev)": [[6, "blivet.udev.device_get_iscsi_name"]], "device_get_iscsi_nic() (in module blivet.udev)": [[6, "blivet.udev.device_get_iscsi_nic"]], "device_get_iscsi_port() (in module blivet.udev)": [[6, "blivet.udev.device_get_iscsi_port"]], "device_get_iscsi_session() (in module blivet.udev)": [[6, "blivet.udev.device_get_iscsi_session"]], "device_get_label() (in module blivet.udev)": [[6, "blivet.udev.device_get_label"]], "device_get_lv_attr() (in module blivet.udev)": [[6, "blivet.udev.device_get_lv_attr"]], "device_get_lv_name() (in module blivet.udev)": [[6, "blivet.udev.device_get_lv_name"]], "device_get_lv_size() (in module blivet.udev)": [[6, "blivet.udev.device_get_lv_size"]], "device_get_lv_type() (in module blivet.udev)": [[6, "blivet.udev.device_get_lv_type"]], "device_get_lv_uuid() (in module blivet.udev)": [[6, "blivet.udev.device_get_lv_uuid"]], "device_get_lv_vg_name() (in module blivet.udev)": [[6, "blivet.udev.device_get_lv_vg_name"]], "device_get_major() (in module blivet.udev)": [[6, "blivet.udev.device_get_major"]], "device_get_md_container() (in module blivet.udev)": [[6, "blivet.udev.device_get_md_container"]], "device_get_md_device_uuid() (in module blivet.udev)": [[6, "blivet.udev.device_get_md_device_uuid"]], "device_get_md_devices() (in module blivet.udev)": [[6, "blivet.udev.device_get_md_devices"]], "device_get_md_level() (in module blivet.udev)": [[6, "blivet.udev.device_get_md_level"]], "device_get_md_metadata() (in module blivet.udev)": [[6, "blivet.udev.device_get_md_metadata"]], "device_get_md_name() (in module blivet.udev)": [[6, "blivet.udev.device_get_md_name"]], "device_get_md_uuid() (in module blivet.udev)": [[6, "blivet.udev.device_get_md_uuid"]], "device_get_minor() (in module blivet.udev)": [[6, "blivet.udev.device_get_minor"]], "device_get_model() (in module blivet.udev)": [[6, "blivet.udev.device_get_model"]], "device_get_name() (in module blivet.udev)": [[6, "blivet.udev.device_get_name"]], "device_get_parents() (in module blivet.udev)": [[6, "blivet.udev.device_get_parents"]], "device_get_part_size() (in module blivet.udev)": [[6, "blivet.udev.device_get_part_size"]], "device_get_partition_disk() (in module blivet.udev)": [[6, "blivet.udev.device_get_partition_disk"]], "device_get_partition_uuid() (in module blivet.udev)": [[6, "blivet.udev.device_get_partition_uuid"]], "device_get_path() (in module blivet.udev)": [[6, "blivet.udev.device_get_path"]], "device_get_pv_pe_start() (in module blivet.udev)": [[6, "blivet.udev.device_get_pv_pe_start"]], "device_get_serial() (in module blivet.udev)": [[6, "blivet.udev.device_get_serial"]], "device_get_symlinks() (in module blivet.udev)": [[6, "blivet.udev.device_get_symlinks"]], "device_get_sysfs_path() (in module blivet.udev)": [[6, "blivet.udev.device_get_sysfs_path"]], "device_get_uuid() (in module blivet.udev)": [[6, "blivet.udev.device_get_uuid"]], "device_get_vendor() (in module blivet.udev)": [[6, "blivet.udev.device_get_vendor"]], "device_get_vg_extent_count() (in module blivet.udev)": [[6, "blivet.udev.device_get_vg_extent_count"]], "device_get_vg_extent_size() (in module blivet.udev)": [[6, "blivet.udev.device_get_vg_extent_size"]], "device_get_vg_free() (in module blivet.udev)": [[6, "blivet.udev.device_get_vg_free"]], "device_get_vg_free_extents() (in module blivet.udev)": [[6, "blivet.udev.device_get_vg_free_extents"]], "device_get_vg_name() (in module blivet.udev)": [[6, "blivet.udev.device_get_vg_name"]], "device_get_vg_pv_count() (in module blivet.udev)": [[6, "blivet.udev.device_get_vg_pv_count"]], "device_get_vg_size() (in module blivet.udev)": [[6, "blivet.udev.device_get_vg_size"]], "device_get_vg_uuid() (in module blivet.udev)": [[6, "blivet.udev.device_get_vg_uuid"]], "device_get_wwn() (in module blivet.udev)": [[6, "blivet.udev.device_get_wwn"]], "device_get_zfcp_attribute() (in module blivet.udev)": [[6, "blivet.udev.device_get_zfcp_attribute"]], "device_is_biosraid_member() (in module blivet.udev)": [[6, "blivet.udev.device_is_biosraid_member"]], "device_is_cciss() (in module blivet.udev)": [[6, "blivet.udev.device_is_cciss"]], "device_is_cdrom() (in module blivet.udev)": [[6, "blivet.udev.device_is_cdrom"]], "device_is_dasd() (in module blivet.udev)": [[6, "blivet.udev.device_is_dasd"]], "device_is_disk() (in module blivet.udev)": [[6, "blivet.udev.device_is_disk"]], "device_is_dm() (in module blivet.udev)": [[6, "blivet.udev.device_is_dm"]], "device_is_dm_anaconda() (in module blivet.udev)": [[6, "blivet.udev.device_is_dm_anaconda"]], "device_is_dm_crypt() (in module blivet.udev)": [[6, "blivet.udev.device_is_dm_crypt"]], "device_is_dm_integrity() (in module blivet.udev)": [[6, "blivet.udev.device_is_dm_integrity"]], "device_is_dm_livecd() (in module blivet.udev)": [[6, "blivet.udev.device_is_dm_livecd"]], "device_is_dm_luks() (in module blivet.udev)": [[6, "blivet.udev.device_is_dm_luks"]], "device_is_dm_lvm() (in module blivet.udev)": [[6, "blivet.udev.device_is_dm_lvm"]], "device_is_dm_mpath() (in module blivet.udev)": [[6, "blivet.udev.device_is_dm_mpath"]], "device_is_dm_partition() (in module blivet.udev)": [[6, "blivet.udev.device_is_dm_partition"]], "device_is_dm_raid() (in module blivet.udev)": [[6, "blivet.udev.device_is_dm_raid"]], "device_is_dm_stratis() (in module blivet.udev)": [[6, "blivet.udev.device_is_dm_stratis"]], "device_is_fcoe() (in module blivet.udev)": [[6, "blivet.udev.device_is_fcoe"]], "device_is_hidden() (in module blivet.udev)": [[6, "blivet.udev.device_is_hidden"]], "device_is_iscsi() (in module blivet.udev)": [[6, "blivet.udev.device_is_iscsi"]], "device_is_loop() (in module blivet.udev)": [[6, "blivet.udev.device_is_loop"]], "device_is_md() (in module blivet.udev)": [[6, "blivet.udev.device_is_md"]], "device_is_nvdimm_namespace() (in module blivet.udev)": [[6, "blivet.udev.device_is_nvdimm_namespace"]], "device_is_nvme_fabrics() (in module blivet.udev)": [[6, "blivet.udev.device_is_nvme_fabrics"]], "device_is_nvme_namespace() (in module blivet.udev)": [[6, "blivet.udev.device_is_nvme_namespace"]], "device_is_partition() (in module blivet.udev)": [[6, "blivet.udev.device_is_partition"]], "device_is_partoff_iscsi() (in module blivet.udev)": [[6, "blivet.udev.device_is_partoff_iscsi"]], "device_is_private() (in module blivet.udev)": [[6, "blivet.udev.device_is_private"]], "device_is_stratis_filesystem() (in module blivet.udev)": [[6, "blivet.udev.device_is_stratis_filesystem"]], "device_is_stratis_private() (in module blivet.udev)": [[6, "blivet.udev.device_is_stratis_private"]], "device_is_sw_iscsi() (in module blivet.udev)": [[6, "blivet.udev.device_is_sw_iscsi"]], "device_is_zfcp() (in module blivet.udev)": [[6, "blivet.udev.device_is_zfcp"]], "device_removed (blivet.callbacks.callbacks attribute)": [[6, "blivet.callbacks.Callbacks.device_removed"]], "device_scanned (blivet.callbacks.callbacks attribute)": [[6, "blivet.callbacks.Callbacks.device_scanned"]], "device_to_dict() (in module blivet.udev)": [[6, "blivet.udev.device_to_dict"]], "devices (blivet.blivet.blivet property)": [[6, "blivet.blivet.Blivet.devices"]], "devices (blivet.devicefactory.devicefactory property)": [[6, "blivet.devicefactory.DeviceFactory.devices"]], "devices (blivet.devicefactory.partitionsetfactory property)": [[6, "blivet.devicefactory.PartitionSetFactory.devices"]], "devices (blivet.devicetree.devicetreebase property)": [[6, "blivet.devicetree.DeviceTreeBase.devices"]], "discover() (blivet.iscsi.iscsi method)": [[6, "blivet.iscsi.iSCSI.discover"]], "disks (blivet.blivet.blivet property)": [[6, "blivet.blivet.Blivet.disks"]], "do_it() (blivet.blivet.blivet method)": [[6, "blivet.blivet.Blivet.do_it"]], "do_partitioning() (in module blivet.partitioning)": [[6, "blivet.partitioning.do_partitioning"]], "done (blivet.partitioning.chunk property)": [[6, "blivet.partitioning.Chunk.done"]], "dump_state() (blivet.blivet.blivet method)": [[6, "blivet.blivet.Blivet.dump_state"]], "encrypted (blivet.devicefactory.devicefactory property)": [[6, "blivet.devicefactory.DeviceFactory.encrypted"]], "encryption_passphrase (blivet.blivet.blivet property)": [[6, "blivet.blivet.Blivet.encryption_passphrase"]], "ensure_percent_reserve() (blivet.size.size method)": [[6, "blivet.size.Size.ensure_percent_reserve"]], "error_msg (blivet.iscsi.iscsidependencyguard attribute)": [[6, "blivet.iscsi.iSCSIDependencyGuard.error_msg"]], "error_msg (blivet.util.dependencyguard property)": [[6, "blivet.util.DependencyGuard.error_msg"]], "exclusive() (in module blivet.threads)": [[6, "blivet.threads.exclusive"]], "execute() (blivet.deviceaction.actionaddmember method)": [[6, "blivet.deviceaction.ActionAddMember.execute"]], "execute() (blivet.deviceaction.actionconfiguredevice method)": [[6, "blivet.deviceaction.ActionConfigureDevice.execute"]], "execute() (blivet.deviceaction.actionconfigureformat method)": [[6, "blivet.deviceaction.ActionConfigureFormat.execute"]], "execute() (blivet.deviceaction.actioncreatedevice method)": [[6, "blivet.deviceaction.ActionCreateDevice.execute"]], "execute() (blivet.deviceaction.actioncreateformat method)": [[6, "blivet.deviceaction.ActionCreateFormat.execute"]], "execute() (blivet.deviceaction.actiondestroydevice method)": [[6, "blivet.deviceaction.ActionDestroyDevice.execute"]], "execute() (blivet.deviceaction.actiondestroyformat method)": [[6, "blivet.deviceaction.ActionDestroyFormat.execute"]], "execute() (blivet.deviceaction.actionremovemember method)": [[6, "blivet.deviceaction.ActionRemoveMember.execute"]], "execute() (blivet.deviceaction.actionresizedevice method)": [[6, "blivet.deviceaction.ActionResizeDevice.execute"]], "execute() (blivet.deviceaction.actionresizeformat method)": [[6, "blivet.deviceaction.ActionResizeFormat.execute"]], "execute() (blivet.deviceaction.deviceaction method)": [[6, "blivet.deviceaction.DeviceAction.execute"]], "expand_taglist() (blivet.devicetree.devicetreebase method)": [[6, "blivet.devicetree.DeviceTreeBase.expand_taglist"]], "factory_device() (blivet.blivet.blivet method)": [[6, "blivet.blivet.Blivet.factory_device"]], "filesystems (blivet.devicetree.devicetreebase property)": [[6, "blivet.devicetree.DeviceTreeBase.filesystems"]], "find() (blivet.actionlist.actionlist method)": [[6, "blivet.actionlist.ActionList.find"]], "format (blivet.deviceaction.actiondestroyformat property)": [[6, "blivet.deviceaction.ActionDestroyFormat.format"]], "format (blivet.deviceaction.deviceaction property)": [[6, "blivet.deviceaction.DeviceAction.format"]], "format_added (blivet.callbacks.callbacks attribute)": [[6, "blivet.callbacks.Callbacks.format_added"]], "format_device() (blivet.blivet.blivet method)": [[6, "blivet.blivet.Blivet.format_device"]], "format_removed (blivet.callbacks.callbacks attribute)": [[6, "blivet.callbacks.Callbacks.format_removed"]], "function_name_and_depth() (in module blivet.storage_log)": [[6, "blivet.storage_log.function_name_and_depth"]], "get_arch() (in module blivet.arch)": [[6, "blivet.arch.get_arch"]], "get_best_free_space_region() (in module blivet.partitioning)": [[6, "blivet.partitioning.get_best_free_space_region"]], "get_boot_cmdline() (blivet.flags.flags method)": [[6, "blivet.flags.Flags.get_boot_cmdline"]], "get_container() (blivet.devicefactory.devicefactory method)": [[6, "blivet.devicefactory.DeviceFactory.get_container"]], "get_container() (blivet.devicefactory.mdfactory method)": [[6, "blivet.devicefactory.MDFactory.get_container"]], "get_container() (blivet.devicefactory.partitionfactory method)": [[6, "blivet.devicefactory.PartitionFactory.get_container"]], "get_cow_sysfs_path() (in module blivet.util)": [[6, "blivet.util.get_cow_sysfs_path"]], "get_current_entropy() (in module blivet.util)": [[6, "blivet.util.get_current_entropy"]], "get_dependent_devices() (blivet.devicetree.devicetreebase method)": [[6, "blivet.devicetree.DeviceTreeBase.get_dependent_devices"]], "get_device() (in module blivet.udev)": [[6, "blivet.udev.get_device"]], "get_device_by_id() (blivet.devicetree.devicetreebase method)": [[6, "blivet.devicetree.DeviceTreeBase.get_device_by_id"]], "get_device_by_label() (blivet.devicetree.devicetreebase method)": [[6, "blivet.devicetree.DeviceTreeBase.get_device_by_label"]], "get_device_by_name() (blivet.devicetree.devicetreebase method)": [[6, "blivet.devicetree.DeviceTreeBase.get_device_by_name"]], "get_device_by_path() (blivet.devicetree.devicetreebase method)": [[6, "blivet.devicetree.DeviceTreeBase.get_device_by_path"]], "get_device_by_sysfs_path() (blivet.devicetree.devicetreebase method)": [[6, "blivet.devicetree.DeviceTreeBase.get_device_by_sysfs_path"]], "get_device_by_uuid() (blivet.devicetree.devicetreebase method)": [[6, "blivet.devicetree.DeviceTreeBase.get_device_by_uuid"]], "get_device_factory() (in module blivet.devicefactory)": [[6, "blivet.devicefactory.get_device_factory"]], "get_device_type() (in module blivet.devicefactory)": [[6, "blivet.devicefactory.get_device_type"]], "get_devices() (in module blivet.udev)": [[6, "blivet.udev.get_devices"]], "get_disk_actions() (blivet.devicetree.devicetreebase method)": [[6, "blivet.devicetree.DeviceTreeBase.get_disk_actions"]], "get_disk_chunks() (in module blivet.partitioning)": [[6, "blivet.partitioning.get_disk_chunks"]], "get_free_regions() (in module blivet.partitioning)": [[6, "blivet.partitioning.get_free_regions"]], "get_free_space() (blivet.blivet.blivet method)": [[6, "blivet.blivet.Blivet.get_free_space"]], "get_fstype() (blivet.blivet.blivet method)": [[6, "blivet.blivet.Blivet.get_fstype"]], "get_kernel_module_parameter() (in module blivet.util)": [[6, "blivet.util.get_kernel_module_parameter"]], "get_mount_device() (in module blivet.util)": [[6, "blivet.util.get_mount_device"]], "get_mount_paths() (in module blivet.util)": [[6, "blivet.util.get_mount_paths"]], "get_mountpoints() (blivet.mounts.mountscache method)": [[6, "blivet.mounts.MountsCache.get_mountpoints"]], "get_new_session_connection() (in module blivet.safe_dbus)": [[6, "blivet.safe_dbus.get_new_session_connection"]], "get_new_system_connection() (in module blivet.safe_dbus)": [[6, "blivet.safe_dbus.get_new_system_connection"]], "get_next_partition_type() (in module blivet.partitioning)": [[6, "blivet.partitioning.get_next_partition_type"]], "get_node() (blivet.iscsi.iscsi method)": [[6, "blivet.iscsi.iSCSI.get_node"]], "get_node_disks() (blivet.iscsi.iscsi method)": [[6, "blivet.iscsi.iSCSI.get_node_disks"]], "get_option_value() (in module blivet.util)": [[6, "blivet.util.get_option_value"]], "get_path_by_sysfs_path() (in module blivet.util)": [[6, "blivet.util.get_path_by_sysfs_path"]], "get_pool() (blivet.devicefactory.lvmthinpfactory method)": [[6, "blivet.devicefactory.LVMThinPFactory.get_pool"]], "get_ppc_mac_book() (in module blivet.arch)": [[6, "blivet.arch.get_ppc_mac_book"]], "get_ppc_mac_gen() (in module blivet.arch)": [[6, "blivet.arch.get_ppc_mac_gen"]], "get_ppc_mac_id() (in module blivet.arch)": [[6, "blivet.arch.get_ppc_mac_id"]], "get_ppc_machine() (in module blivet.arch)": [[6, "blivet.arch.get_ppc_machine"]], "get_properties_sync() (in module blivet.safe_dbus)": [[6, "blivet.safe_dbus.get_properties_sync"]], "get_property_sync() (in module blivet.safe_dbus)": [[6, "blivet.safe_dbus.get_property_sync"]], "get_related_disks() (blivet.devicetree.devicetreebase method)": [[6, "blivet.devicetree.DeviceTreeBase.get_related_disks"]], "get_supported_raid_levels() (in module blivet.devicefactory)": [[6, "blivet.devicefactory.get_supported_raid_levels"]], "get_sysfs_attr() (in module blivet.util)": [[6, "blivet.util.get_sysfs_attr"]], "get_sysfs_path_by_name() (in module blivet.util)": [[6, "blivet.util.get_sysfs_path_by_name"]], "get_thread_exception() (in module blivet.threads)": [[6, "blivet.threads.get_thread_exception"]], "glob() (blivet.util.path method)": [[6, "blivet.util.Path.glob"]], "grow_lvm() (in module blivet.partitioning)": [[6, "blivet.partitioning.grow_lvm"]], "grow_partitions() (in module blivet.partitioning)": [[6, "blivet.partitioning.grow_partitions"]], "grow_requests() (blivet.partitioning.chunk method)": [[6, "blivet.partitioning.Chunk.grow_requests"]], "growable (blivet.partitioning.request property)": [[6, "blivet.partitioning.Request.growable"]], "growth (blivet.partitioning.chunk property)": [[6, "blivet.partitioning.Chunk.growth"]], "has_auto_lun_scan() (in module blivet.zfcp)": [[6, "blivet.zfcp.has_auto_lun_scan"]], "has_fcoe() (in module blivet.fcoe)": [[6, "blivet.fcoe.has_fcoe"]], "has_growable (blivet.partitioning.chunk property)": [[6, "blivet.partitioning.Chunk.has_growable"]], "has_iscsi() (in module blivet.iscsi)": [[6, "blivet.iscsi.has_iscsi"]], "hide() (blivet.devicetree.devicetreebase method)": [[6, "blivet.devicetree.DeviceTreeBase.hide"]], "human_readable() (blivet.size.size method)": [[6, "blivet.size.Size.human_readable"]], "iscsi (class in blivet.iscsi)": [[6, "blivet.iscsi.iSCSI"]], "iscsidependencyguard (class in blivet.iscsi)": [[6, "blivet.iscsi.iSCSIDependencyGuard"]], "id (blivet.partitioning.request property)": [[6, "blivet.partitioning.Request.id"]], "ignored_device_names (in module blivet.udev)": [[6, "blivet.udev.ignored_device_names"]], "indent() (in module blivet.util)": [[6, "blivet.util.indent"]], "initialize_disk() (blivet.blivet.blivet method)": [[6, "blivet.blivet.Blivet.initialize_disk"]], "initiator (blivet.iscsi.iscsi property)": [[6, "blivet.iscsi.iSCSI.initiator"]], "initiator_set (blivet.iscsi.iscsi property)": [[6, "blivet.iscsi.iSCSI.initiator_set"]], "insert_colons() (in module blivet.util)": [[6, "blivet.util.insert_colons"]], "ipaddr (blivet.iscsi.targetinfo attribute)": [[6, "blivet.iscsi.TargetInfo.ipaddr"]], "is_aarch64() (in module blivet.arch)": [[6, "blivet.arch.is_aarch64"]], "is_add (blivet.deviceaction.deviceaction property)": [[6, "blivet.deviceaction.DeviceAction.is_add"]], "is_alpha() (in module blivet.arch)": [[6, "blivet.arch.is_alpha"]], "is_arm() (in module blivet.arch)": [[6, "blivet.arch.is_arm"]], "is_cell() (in module blivet.arch)": [[6, "blivet.arch.is_cell"]], "is_configure (blivet.deviceaction.deviceaction property)": [[6, "blivet.deviceaction.DeviceAction.is_configure"]], "is_container (blivet.deviceaction.deviceaction property)": [[6, "blivet.deviceaction.DeviceAction.is_container"]], "is_create (blivet.deviceaction.deviceaction property)": [[6, "blivet.deviceaction.DeviceAction.is_create"]], "is_destroy (blivet.deviceaction.deviceaction property)": [[6, "blivet.deviceaction.DeviceAction.is_destroy"]], "is_device (blivet.deviceaction.deviceaction property)": [[6, "blivet.deviceaction.DeviceAction.is_device"]], "is_efi() (in module blivet.arch)": [[6, "blivet.arch.is_efi"]], "is_format (blivet.deviceaction.deviceaction property)": [[6, "blivet.deviceaction.DeviceAction.is_format"]], "is_grow (blivet.deviceaction.deviceaction property)": [[6, "blivet.deviceaction.DeviceAction.is_grow"]], "is_ia64() (in module blivet.arch)": [[6, "blivet.arch.is_ia64"]], "is_ipseries() (in module blivet.arch)": [[6, "blivet.arch.is_ipseries"]], "is_loongarch() (in module blivet.arch)": [[6, "blivet.arch.is_loongarch"]], "is_mactel() (in module blivet.arch)": [[6, "blivet.arch.is_mactel"]], "is_mountpoint() (blivet.mounts.mountscache method)": [[6, "blivet.mounts.MountsCache.is_mountpoint"]], "is_pmac() (in module blivet.arch)": [[6, "blivet.arch.is_pmac"]], "is_powernv() (in module blivet.arch)": [[6, "blivet.arch.is_powernv"]], "is_ppc() (in module blivet.arch)": [[6, "blivet.arch.is_ppc"]], "is_remove (blivet.deviceaction.deviceaction property)": [[6, "blivet.deviceaction.DeviceAction.is_remove"]], "is_resize (blivet.deviceaction.deviceaction property)": [[6, "blivet.deviceaction.DeviceAction.is_resize"]], "is_riscv64() (in module blivet.arch)": [[6, "blivet.arch.is_riscv64"]], "is_s390() (in module blivet.arch)": [[6, "blivet.arch.is_s390"]], "is_shrink (blivet.deviceaction.deviceaction property)": [[6, "blivet.deviceaction.DeviceAction.is_shrink"]], "is_supported_device_type() (in module blivet.devicefactory)": [[6, "blivet.devicefactory.is_supported_device_type"]], "is_t2mac() (in module blivet.arch)": [[6, "blivet.arch.is_t2mac"]], "is_x86() (in module blivet.arch)": [[6, "blivet.arch.is_x86"]], "iscsi (in module blivet.iscsi)": [[6, "blivet.iscsi.iscsi"]], "join_paths() (in module blivet.util)": [[6, "blivet.util.join_paths"]], "labels (blivet.devicetree.devicetreebase property)": [[6, "blivet.devicetree.DeviceTreeBase.labels"]], "leaves (blivet.devicetree.devicetreebase property)": [[6, "blivet.devicetree.DeviceTreeBase.leaves"]], "length_to_size() (blivet.partitioning.chunk method)": [[6, "blivet.partitioning.Chunk.length_to_size"]], "length_to_size() (blivet.partitioning.diskchunk method)": [[6, "blivet.partitioning.DiskChunk.length_to_size"]], "length_to_size() (blivet.partitioning.vgchunk method)": [[6, "blivet.partitioning.VGChunk.length_to_size"]], "log_bd_message() (in module blivet)": [[6, "blivet.log_bd_message"]], "log_exception_info() (in module blivet.storage_log)": [[6, "blivet.storage_log.log_exception_info"]], "log_into_node() (blivet.iscsi.iscsi method)": [[6, "blivet.iscsi.iSCSI.log_into_node"]], "log_method_call() (in module blivet.storage_log)": [[6, "blivet.storage_log.log_method_call"]], "log_method_return() (in module blivet.storage_log)": [[6, "blivet.storage_log.log_method_return"]], "logged_write_line_to_file() (in module blivet.zfcp)": [[6, "blivet.zfcp.logged_write_line_to_file"]], "lsmod() (in module blivet.util)": [[6, "blivet.util.lsmod"]], "lv_compare() (in module blivet.partitioning)": [[6, "blivet.partitioning.lv_compare"]], "lvs (blivet.blivet.blivet property)": [[6, "blivet.blivet.Blivet.lvs"]], "main() (in module blivet.tsort)": [[6, "blivet.tsort.main"]], "makedirs() (in module blivet.util)": [[6, "blivet.util.makedirs"]], "manage_size_sets() (in module blivet.partitioning)": [[6, "blivet.partitioning.manage_size_sets"]], "match_path_context() (in module blivet.util)": [[6, "blivet.util.match_path_context"]], "max_growth() (blivet.partitioning.chunk method)": [[6, "blivet.partitioning.Chunk.max_growth"]], "max_growth() (blivet.partitioning.diskchunk method)": [[6, "blivet.partitioning.DiskChunk.max_growth"]], "mdarrays (blivet.blivet.blivet property)": [[6, "blivet.blivet.Blivet.mdarrays"]], "mdcontainers (blivet.blivet.blivet property)": [[6, "blivet.blivet.Blivet.mdcontainers"]], "mdmembers (blivet.blivet.blivet property)": [[6, "blivet.blivet.Blivet.mdmembers"]], "min_entropy (blivet.callbacks.waitforentropydata attribute)": [[6, "blivet.callbacks.WaitForEntropyData.min_entropy"]], "mode (blivet.iscsi.iscsi property)": [[6, "blivet.iscsi.iSCSI.mode"]], "module": [[6, "module-blivet"], [6, "module-blivet.actionlist"], [6, "module-blivet.arch"], [6, "module-blivet.blivet"], [6, "module-blivet.callbacks"], [6, "module-blivet.deviceaction"], [6, "module-blivet.devicefactory"], [6, "module-blivet.devicetree"], [6, "module-blivet.errors"], [6, "module-blivet.fcoe"], [6, "module-blivet.flags"], [6, "module-blivet.i18n"], [6, "module-blivet.iscsi"], [6, "module-blivet.mounts"], [6, "module-blivet.nvme"], [6, "module-blivet.partitioning"], [6, "module-blivet.safe_dbus"], [6, "module-blivet.size"], [6, "module-blivet.storage_log"], [6, "module-blivet.threads"], [6, "module-blivet.tsort"], [6, "module-blivet.udev"], [6, "module-blivet.util"], [6, "module-blivet.zfcp"], [7, "module-blivet.dbus"], [7, "module-blivet.dbus.action"], [7, "module-blivet.dbus.blivet"], [7, "module-blivet.dbus.constants"], [7, "module-blivet.dbus.device"], [7, "module-blivet.dbus.format"], [7, "module-blivet.dbus.manager"], [7, "module-blivet.dbus.object"], [8, "module-blivet.devicelibs"], [8, "module-blivet.devicelibs.btrfs"], [8, "module-blivet.devicelibs.crypto"], [8, "module-blivet.devicelibs.disk"], [8, "module-blivet.devicelibs.edd"], [8, "module-blivet.devicelibs.gpt"], [8, "module-blivet.devicelibs.lvm"], [8, "module-blivet.devicelibs.mdraid"], [8, "module-blivet.devicelibs.raid"], [8, "module-blivet.devicelibs.stratis"], [9, "module-blivet.devices"], [9, "module-blivet.devices.btrfs"], [9, "module-blivet.devices.cache"], [9, "module-blivet.devices.container"], [9, "module-blivet.devices.device"], [9, "module-blivet.devices.disk"], [9, "module-blivet.devices.dm"], [9, "module-blivet.devices.file"], [9, "module-blivet.devices.lib"], [9, "module-blivet.devices.loop"], [9, "module-blivet.devices.luks"], [9, "module-blivet.devices.lvm"], [9, "module-blivet.devices.md"], [9, "module-blivet.devices.network"], [9, "module-blivet.devices.nfs"], [9, "module-blivet.devices.nodev"], [9, "module-blivet.devices.optical"], [9, "module-blivet.devices.partition"], [9, "module-blivet.devices.raid"], [9, "module-blivet.devices.storage"], [9, "module-blivet.devices.stratis"], [10, "module-blivet.events"], [10, "module-blivet.events.changes"], [10, "module-blivet.events.handler"], [10, "module-blivet.events.manager"], [11, "module-blivet.formats"], [11, "module-blivet.formats.biosboot"], [11, "module-blivet.formats.disklabel"], [11, "module-blivet.formats.dmraid"], [11, "module-blivet.formats.fs"], [11, "module-blivet.formats.fslib"], [11, "module-blivet.formats.luks"], [11, "module-blivet.formats.lvmpv"], [11, "module-blivet.formats.mdraid"], [11, "module-blivet.formats.multipath"], [11, "module-blivet.formats.prepboot"], [11, "module-blivet.formats.stratis"], [11, "module-blivet.formats.swap"], [12, "module-blivet.populator"], [12, "module-blivet.populator.populator"], [13, "module-blivet.populator.helpers"], [13, "module-blivet.populator.helpers.boot"], [13, "module-blivet.populator.helpers.btrfs"], [13, "module-blivet.populator.helpers.devicepopulator"], [13, "module-blivet.populator.helpers.disk"], [13, "module-blivet.populator.helpers.disklabel"], [13, "module-blivet.populator.helpers.dm"], [13, "module-blivet.populator.helpers.formatpopulator"], [13, "module-blivet.populator.helpers.loop"], [13, "module-blivet.populator.helpers.luks"], [13, "module-blivet.populator.helpers.lvm"], [13, "module-blivet.populator.helpers.mdraid"], [13, "module-blivet.populator.helpers.multipath"], [13, "module-blivet.populator.helpers.optical"], [13, "module-blivet.populator.helpers.partition"], [13, "module-blivet.populator.helpers.populatorhelper"], [13, "module-blivet.populator.helpers.stratis"], [14, "module-blivet.static_data"], [14, "module-blivet.static_data.luks_data"], [14, "module-blivet.static_data.lvm_info"], [14, "module-blivet.static_data.mpath_info"], [14, "module-blivet.static_data.nvdimm"], [14, "module-blivet.static_data.stratis_info"], [15, "module-blivet.tasks"], [15, "module-blivet.tasks.availability"], [15, "module-blivet.tasks.dfresize"], [15, "module-blivet.tasks.fsck"], [15, "module-blivet.tasks.fsinfo"], [15, "module-blivet.tasks.fslabeling"], [15, "module-blivet.tasks.fsminsize"], [15, "module-blivet.tasks.fsmkfs"], [15, "module-blivet.tasks.fsmount"], [15, "module-blivet.tasks.fsreadlabel"], [15, "module-blivet.tasks.fsresize"], [15, "module-blivet.tasks.fssize"], [15, "module-blivet.tasks.fssync"], [15, "module-blivet.tasks.fstask"], [15, "module-blivet.tasks.fsuuid"], [15, "module-blivet.tasks.fswritelabel"], [15, "module-blivet.tasks.fswriteuuid"], [15, "module-blivet.tasks.lukstasks"], [15, "module-blivet.tasks.pvtask"], [15, "module-blivet.tasks.task"]], "mount() (in module blivet.util)": [[6, "blivet.util.mount"]], "mountpoints (blivet.blivet.blivet property)": [[6, "blivet.blivet.Blivet.mountpoints"]], "mountpoints (blivet.devicetree.devicetreebase property)": [[6, "blivet.devicetree.DeviceTreeBase.mountpoints"]], "msg (blivet.callbacks.createformatpostdata attribute)": [[6, "blivet.callbacks.CreateFormatPostData.msg"]], "msg (blivet.callbacks.createformatpredata attribute)": [[6, "blivet.callbacks.CreateFormatPreData.msg"]], "msg (blivet.callbacks.reportprogressdata attribute)": [[6, "blivet.callbacks.ReportProgressData.msg"]], "msg (blivet.callbacks.resizeformatpostdata attribute)": [[6, "blivet.callbacks.ResizeFormatPostData.msg"]], "msg (blivet.callbacks.resizeformatpredata attribute)": [[6, "blivet.callbacks.ResizeFormatPreData.msg"]], "msg (blivet.callbacks.waitforentropydata attribute)": [[6, "blivet.callbacks.WaitForEntropyData.msg"]], "names (blivet.blivet.blivet property)": [[6, "blivet.blivet.Blivet.names"]], "names (blivet.devicetree.devicetreebase property)": [[6, "blivet.devicetree.DeviceTreeBase.names"]], "natural_sort_key() (in module blivet.util)": [[6, "blivet.util.natural_sort_key"]], "needed (blivet.partitioning.totalsizeset property)": [[6, "blivet.partitioning.TotalSizeSet.needed"]], "new_btrfs() (blivet.blivet.blivet method)": [[6, "blivet.blivet.Blivet.new_btrfs"]], "new_btrfs_sub_volume() (blivet.blivet.blivet method)": [[6, "blivet.blivet.Blivet.new_btrfs_sub_volume"]], "new_lv() (blivet.blivet.blivet method)": [[6, "blivet.blivet.Blivet.new_lv"]], "new_lv_from_lvs() (blivet.blivet.blivet method)": [[6, "blivet.blivet.Blivet.new_lv_from_lvs"]], "new_mdarray() (blivet.blivet.blivet method)": [[6, "blivet.blivet.Blivet.new_mdarray"]], "new_partition() (blivet.blivet.blivet method)": [[6, "blivet.blivet.Blivet.new_partition"]], "new_stratis_filesystem() (blivet.blivet.blivet method)": [[6, "blivet.blivet.Blivet.new_stratis_filesystem"]], "new_stratis_pool() (blivet.blivet.blivet method)": [[6, "blivet.blivet.Blivet.new_stratis_pool"]], "new_tmp_fs() (blivet.blivet.blivet method)": [[6, "blivet.blivet.Blivet.new_tmp_fs"]], "new_vg() (blivet.blivet.blivet method)": [[6, "blivet.blivet.Blivet.new_vg"]], "newroot() (blivet.util.path method)": [[6, "blivet.util.Path.newroot"]], "next_id (blivet.blivet.blivet property)": [[6, "blivet.blivet.Blivet.next_id"]], "normalize_path_slashes() (in module blivet.util)": [[6, "blivet.util.normalize_path_slashes"]], "normpath (blivet.util.path property)": [[6, "blivet.util.Path.normpath"]], "num_bits() (in module blivet.arch)": [[6, "blivet.arch.num_bits"]], "numeric_type() (in module blivet.util)": [[6, "blivet.util.numeric_type"]], "nvme (in module blivet.nvme)": [[6, "blivet.nvme.nvme"]], "obj (blivet.deviceaction.actionaddmember attribute)": [[6, "blivet.deviceaction.ActionAddMember.obj"]], "obj (blivet.deviceaction.actionconfiguredevice attribute)": [[6, "blivet.deviceaction.ActionConfigureDevice.obj"]], "obj (blivet.deviceaction.actionconfigureformat attribute)": [[6, "blivet.deviceaction.ActionConfigureFormat.obj"]], "obj (blivet.deviceaction.actioncreatedevice attribute)": [[6, "blivet.deviceaction.ActionCreateDevice.obj"]], "obj (blivet.deviceaction.actioncreateformat attribute)": [[6, "blivet.deviceaction.ActionCreateFormat.obj"]], "obj (blivet.deviceaction.actiondestroydevice attribute)": [[6, "blivet.deviceaction.ActionDestroyDevice.obj"]], "obj (blivet.deviceaction.actiondestroyformat attribute)": [[6, "blivet.deviceaction.ActionDestroyFormat.obj"]], "obj (blivet.deviceaction.actionremovemember attribute)": [[6, "blivet.deviceaction.ActionRemoveMember.obj"]], "obj (blivet.deviceaction.actionresizedevice attribute)": [[6, "blivet.deviceaction.ActionResizeDevice.obj"]], "obj (blivet.deviceaction.actionresizeformat attribute)": [[6, "blivet.deviceaction.ActionResizeFormat.obj"]], "obj (blivet.deviceaction.deviceaction attribute)": [[6, "blivet.deviceaction.DeviceAction.obj"]], "object_string (blivet.deviceaction.deviceaction property)": [[6, "blivet.deviceaction.DeviceAction.object_string"]], "object_type_string (blivet.deviceaction.deviceaction property)": [[6, "blivet.deviceaction.DeviceAction.object_type_string"]], "obsoletes() (blivet.deviceaction.actionaddmember method)": [[6, "blivet.deviceaction.ActionAddMember.obsoletes"]], "obsoletes() (blivet.deviceaction.actionconfiguredevice method)": [[6, "blivet.deviceaction.ActionConfigureDevice.obsoletes"]], "obsoletes() (blivet.deviceaction.actionconfigureformat method)": [[6, "blivet.deviceaction.ActionConfigureFormat.obsoletes"]], "obsoletes() (blivet.deviceaction.actioncreateformat method)": [[6, "blivet.deviceaction.ActionCreateFormat.obsoletes"]], "obsoletes() (blivet.deviceaction.actiondestroydevice method)": [[6, "blivet.deviceaction.ActionDestroyDevice.obsoletes"]], "obsoletes() (blivet.deviceaction.actiondestroyformat method)": [[6, "blivet.deviceaction.ActionDestroyFormat.obsoletes"]], "obsoletes() (blivet.deviceaction.actionremovemember method)": [[6, "blivet.deviceaction.ActionRemoveMember.obsoletes"]], "obsoletes() (blivet.deviceaction.deviceaction method)": [[6, "blivet.deviceaction.DeviceAction.obsoletes"]], "offline_device() (blivet.zfcp.zfcpdeviceautolunscan method)": [[6, "blivet.zfcp.ZFCPDeviceAutoLunScan.offline_device"]], "offline_device() (blivet.zfcp.zfcpdevicefullpath method)": [[6, "blivet.zfcp.ZFCPDeviceFullPath.offline_device"]], "offline_scsi_device() (blivet.zfcp.zfcpdevicebase method)": [[6, "blivet.zfcp.ZFCPDeviceBase.offline_scsi_device"]], "ondisk (blivet.util.path property)": [[6, "blivet.util.Path.ondisk"]], "onetime (blivet.util.evalmode attribute)": [[6, "blivet.util.EvalMode.onetime"]], "online_device() (blivet.zfcp.zfcpdeviceautolunscan method)": [[6, "blivet.zfcp.ZFCPDeviceAutoLunScan.online_device"]], "online_device() (blivet.zfcp.zfcpdevicebase method)": [[6, "blivet.zfcp.ZFCPDeviceBase.online_device"]], "online_device() (blivet.zfcp.zfcpdevicefullpath method)": [[6, "blivet.zfcp.ZFCPDeviceFullPath.online_device"]], "packages (blivet.blivet.blivet property)": [[6, "blivet.blivet.Blivet.packages"]], "parent_added (blivet.callbacks.callbacks attribute)": [[6, "blivet.callbacks.Callbacks.parent_added"]], "parent_removed (blivet.callbacks.callbacks attribute)": [[6, "blivet.callbacks.Callbacks.parent_removed"]], "partition_compare() (in module blivet.partitioning)": [[6, "blivet.partitioning.partition_compare"]], "partitioned (blivet.blivet.blivet property)": [[6, "blivet.blivet.Blivet.partitioned"]], "partitions (blivet.blivet.blivet property)": [[6, "blivet.blivet.Blivet.partitions"]], "path (blivet.util.path property)": [[6, "blivet.util.Path.path"]], "pool (blivet.devicefactory.stratisfactory property)": [[6, "blivet.devicefactory.StratisFactory.pool"]], "pool_list (blivet.devicefactory.lvmthinpfactory property)": [[6, "blivet.devicefactory.LVMThinPFactory.pool_list"]], "populate_started (blivet.callbacks.callbacks attribute)": [[6, "blivet.callbacks.Callbacks.populate_started"]], "port (blivet.iscsi.targetinfo attribute)": [[6, "blivet.iscsi.TargetInfo.port"]], "power_of_two() (in module blivet.util)": [[6, "blivet.util.power_of_two"]], "process() (blivet.actionlist.actionlist method)": [[6, "blivet.actionlist.ActionList.process"]], "prune() (blivet.actionlist.actionlist method)": [[6, "blivet.actionlist.ActionList.prune"]], "pvs (blivet.blivet.blivet property)": [[6, "blivet.blivet.Blivet.pvs"]], "raid_level (blivet.devicefactory.devicefactory property)": [[6, "blivet.devicefactory.DeviceFactory.raid_level"]], "raw_device (blivet.devicefactory.devicefactory property)": [[6, "blivet.devicefactory.DeviceFactory.raw_device"]], "read_config() (blivet.zfcp.zfcp method)": [[6, "blivet.zfcp.zFCP.read_config"]], "read_file() (in module blivet.util)": [[6, "blivet.util.read_file"]], "realpath (blivet.util.path property)": [[6, "blivet.util.Path.realpath"]], "reclaim() (blivet.partitioning.chunk method)": [[6, "blivet.partitioning.Chunk.reclaim"]], "recursive_remove() (blivet.blivet.blivet method)": [[6, "blivet.blivet.Blivet.recursive_remove"]], "recursive_remove() (blivet.devicetree.devicetreebase method)": [[6, "blivet.devicetree.DeviceTreeBase.recursive_remove"]], "remaining (blivet.partitioning.chunk property)": [[6, "blivet.partitioning.Chunk.remaining"]], "remove() (blivet.actionlist.actionlist method)": [[6, "blivet.actionlist.ActionList.remove"]], "remove() (blivet.callbacks.callbacklist method)": [[6, "blivet.callbacks.CallbackList.remove"]], "remove_empty_extended_partitions() (blivet.blivet.blivet method)": [[6, "blivet.blivet.Blivet.remove_empty_extended_partitions"]], "remove_new_partitions() (in module blivet.partitioning)": [[6, "blivet.partitioning.remove_new_partitions"]], "requires() (blivet.deviceaction.actionaddmember method)": [[6, "blivet.deviceaction.ActionAddMember.requires"]], "requires() (blivet.deviceaction.actioncreatedevice method)": [[6, "blivet.deviceaction.ActionCreateDevice.requires"]], "requires() (blivet.deviceaction.actioncreateformat method)": [[6, "blivet.deviceaction.ActionCreateFormat.requires"]], "requires() (blivet.deviceaction.actiondestroydevice method)": [[6, "blivet.deviceaction.ActionDestroyDevice.requires"]], "requires() (blivet.deviceaction.actiondestroyformat method)": [[6, "blivet.deviceaction.ActionDestroyFormat.requires"]], "requires() (blivet.deviceaction.actionremovemember method)": [[6, "blivet.deviceaction.ActionRemoveMember.requires"]], "requires() (blivet.deviceaction.actionresizedevice method)": [[6, "blivet.deviceaction.ActionResizeDevice.requires"]], "requires() (blivet.deviceaction.actionresizeformat method)": [[6, "blivet.deviceaction.ActionResizeFormat.requires"]], "requires() (blivet.deviceaction.deviceaction method)": [[6, "blivet.deviceaction.DeviceAction.requires"]], "requires_property() (in module blivet.util)": [[6, "blivet.util.requires_property"]], "reserve_request (blivet.partitioning.lvrequest property)": [[6, "blivet.partitioning.LVRequest.reserve_request"]], "reserve_request (blivet.partitioning.request property)": [[6, "blivet.partitioning.Request.reserve_request"]], "reset() (blivet.blivet.blivet method)": [[6, "blivet.blivet.Blivet.reset"]], "reset() (blivet.devicetree.devicetree method)": [[6, "blivet.devicetree.DeviceTree.reset"]], "reset() (blivet.devicetree.devicetreebase method)": [[6, "blivet.devicetree.DeviceTreeBase.reset"]], "reset_device() (blivet.blivet.blivet method)": [[6, "blivet.blivet.Blivet.reset_device"]], "reset_file_context() (in module blivet.util)": [[6, "blivet.util.reset_file_context"]], "resize_device() (blivet.blivet.blivet method)": [[6, "blivet.blivet.Blivet.resize_device"]], "resize_string (blivet.deviceaction.deviceaction property)": [[6, "blivet.deviceaction.DeviceAction.resize_string"]], "resize_type_from_string() (in module blivet.deviceaction)": [[6, "blivet.deviceaction.resize_type_from_string"]], "resolve_device() (blivet.devicetree.devicetreebase method)": [[6, "blivet.devicetree.DeviceTreeBase.resolve_device"]], "resolve_devspec() (in module blivet.udev)": [[6, "blivet.udev.resolve_devspec"]], "resolve_disk_tags() (in module blivet.partitioning)": [[6, "blivet.partitioning.resolve_disk_tags"]], "resolve_glob() (in module blivet.udev)": [[6, "blivet.udev.resolve_glob"]], "root (blivet.util.path property)": [[6, "blivet.util.Path.root"]], "round_to_nearest() (blivet.size.size method)": [[6, "blivet.size.Size.round_to_nearest"]], "run_program() (in module blivet.util)": [[6, "blivet.util.run_program"]], "run_program_and_capture_output() (in module blivet.util)": [[6, "blivet.util.run_program_and_capture_output"]], "run_program_and_capture_output_binary() (in module blivet.util)": [[6, "blivet.util.run_program_and_capture_output_binary"]], "running_in_chroot() (in module blivet.udev)": [[6, "blivet.udev.running_in_chroot"]], "safe_device_name() (blivet.blivet.blivet method)": [[6, "blivet.blivet.Blivet.safe_device_name"]], "save_passphrase() (blivet.blivet.blivet method)": [[6, "blivet.blivet.Blivet.save_passphrase"]], "save_thread_exception() (in module blivet.threads)": [[6, "blivet.threads.save_thread_exception"]], "sectors_to_size() (in module blivet.partitioning)": [[6, "blivet.partitioning.sectors_to_size"]], "set_default_fstype() (blivet.blivet.blivet method)": [[6, "blivet.blivet.Blivet.set_default_fstype"]], "set_file_context() (in module blivet.util)": [[6, "blivet.util.set_file_context"]], "set_up_console_log() (in module blivet.util)": [[6, "blivet.util.set_up_console_log"]], "set_up_logging() (in module blivet.util)": [[6, "blivet.util.set_up_logging"]], "settle() (in module blivet.udev)": [[6, "blivet.udev.settle"]], "setup_all() (blivet.devicetree.devicetreebase method)": [[6, "blivet.devicetree.DeviceTreeBase.setup_all"]], "setup_disk_images() (blivet.blivet.blivet method)": [[6, "blivet.blivet.Blivet.setup_disk_images"]], "sha256_file() (in module blivet.util)": [[6, "blivet.util.sha256_file"]], "short_product_name (blivet.blivet.blivet property)": [[6, "blivet.blivet.Blivet.short_product_name"]], "shutdown() (blivet.zfcp.zfcp method)": [[6, "blivet.zfcp.zFCP.shutdown"]], "size_set_class (blivet.devicefactory.devicefactory attribute)": [[6, "blivet.devicefactory.DeviceFactory.size_set_class"]], "size_set_class (blivet.devicefactory.lvmfactory attribute)": [[6, "blivet.devicefactory.LVMFactory.size_set_class"]], "size_set_class (blivet.devicefactory.mdfactory attribute)": [[6, "blivet.devicefactory.MDFactory.size_set_class"]], "size_set_class (blivet.devicefactory.stratisfactory attribute)": [[6, "blivet.devicefactory.StratisFactory.size_set_class"]], "size_to_length() (blivet.partitioning.chunk method)": [[6, "blivet.partitioning.Chunk.size_to_length"]], "size_to_length() (blivet.partitioning.diskchunk method)": [[6, "blivet.partitioning.DiskChunk.size_to_length"]], "size_to_length() (blivet.partitioning.vgchunk method)": [[6, "blivet.partitioning.VGChunk.size_to_length"]], "size_to_sectors() (in module blivet.partitioning)": [[6, "blivet.partitioning.size_to_sectors"]], "sort() (blivet.actionlist.actionlist method)": [[6, "blivet.actionlist.ActionList.sort"]], "sort_requests() (blivet.partitioning.chunk method)": [[6, "blivet.partitioning.Chunk.sort_requests"]], "sort_requests() (blivet.partitioning.diskchunk method)": [[6, "blivet.partitioning.DiskChunk.sort_requests"]], "sort_requests() (blivet.partitioning.vgchunk method)": [[6, "blivet.partitioning.VGChunk.sort_requests"]], "sparsetmpfile() (in module blivet.util)": [[6, "blivet.util.sparsetmpfile"]], "stabilize() (blivet.iscsi.iscsi method)": [[6, "blivet.iscsi.iSCSI.stabilize"]], "startswith() (blivet.util.path method)": [[6, "blivet.util.Path.startswith"]], "startup() (blivet.fcoe.fcoe method)": [[6, "blivet.fcoe.FCoE.startup"]], "startup() (blivet.iscsi.iscsi method)": [[6, "blivet.iscsi.iSCSI.startup"]], "startup() (blivet.nvme.nvme method)": [[6, "blivet.nvme.NVMe.startup"]], "startup() (blivet.zfcp.zfcp method)": [[6, "blivet.zfcp.zFCP.startup"]], "stratis_pools (blivet.blivet.blivet property)": [[6, "blivet.blivet.Blivet.stratis_pools"]], "stringize() (in module blivet.util)": [[6, "blivet.util.stringize"]], "suggest_container_name() (blivet.blivet.blivet method)": [[6, "blivet.blivet.Blivet.suggest_container_name"]], "suggest_device_name() (blivet.blivet.blivet method)": [[6, "blivet.blivet.Blivet.suggest_device_name"]], "suggestion (blivet.errors.corruptgpterror attribute)": [[6, "blivet.errors.CorruptGPTError.suggestion"]], "suggestion (blivet.errors.disklabelscanerror attribute)": [[6, "blivet.errors.DiskLabelScanError.suggestion"]], "suggestion (blivet.errors.duplicateuuiderror attribute)": [[6, "blivet.errors.DuplicateUUIDError.suggestion"]], "suggestion (blivet.errors.duplicatevgerror attribute)": [[6, "blivet.errors.DuplicateVGError.suggestion"]], "suggestion (blivet.errors.invalidmultideviceselection attribute)": [[6, "blivet.errors.InvalidMultideviceSelection.suggestion"]], "suggestion (blivet.errors.unusableconfigurationerror attribute)": [[6, "blivet.errors.UnusableConfigurationError.suggestion"]], "swaps (blivet.blivet.blivet property)": [[6, "blivet.blivet.Blivet.swaps"]], "sysfs_readlink() (in module blivet.util)": [[6, "blivet.util.sysfs_readlink"]], "teardown_all() (blivet.devicetree.devicetreebase method)": [[6, "blivet.devicetree.DeviceTreeBase.teardown_all"]], "thinlvs (blivet.blivet.blivet property)": [[6, "blivet.blivet.Blivet.thinlvs"]], "thinpools (blivet.blivet.blivet property)": [[6, "blivet.blivet.Blivet.thinpools"]], "total_memory() (in module blivet.util)": [[6, "blivet.util.total_memory"]], "trigger() (in module blivet.udev)": [[6, "blivet.udev.trigger"]], "trim_over_grown_request() (blivet.partitioning.chunk method)": [[6, "blivet.partitioning.Chunk.trim_over_grown_request"]], "tsort() (in module blivet.tsort)": [[6, "blivet.tsort.tsort"]], "type (blivet.deviceaction.actionaddmember attribute)": [[6, "blivet.deviceaction.ActionAddMember.type"]], "type (blivet.deviceaction.actionconfiguredevice attribute)": [[6, "blivet.deviceaction.ActionConfigureDevice.type"]], "type (blivet.deviceaction.actionconfigureformat attribute)": [[6, "blivet.deviceaction.ActionConfigureFormat.type"]], "type (blivet.deviceaction.actioncreatedevice attribute)": [[6, "blivet.deviceaction.ActionCreateDevice.type"]], "type (blivet.deviceaction.actioncreateformat attribute)": [[6, "blivet.deviceaction.ActionCreateFormat.type"]], "type (blivet.deviceaction.actiondestroydevice attribute)": [[6, "blivet.deviceaction.ActionDestroyDevice.type"]], "type (blivet.deviceaction.actiondestroyformat attribute)": [[6, "blivet.deviceaction.ActionDestroyFormat.type"]], "type (blivet.deviceaction.actionremovemember attribute)": [[6, "blivet.deviceaction.ActionRemoveMember.type"]], "type (blivet.deviceaction.actionresizedevice attribute)": [[6, "blivet.deviceaction.ActionResizeDevice.type"]], "type (blivet.deviceaction.actionresizeformat attribute)": [[6, "blivet.deviceaction.ActionResizeFormat.type"]], "type (blivet.deviceaction.deviceaction attribute)": [[6, "blivet.deviceaction.DeviceAction.type"]], "type_desc (blivet.deviceaction.deviceaction property)": [[6, "blivet.deviceaction.DeviceAction.type_desc"]], "type_desc_str (blivet.deviceaction.actionaddmember attribute)": [[6, "blivet.deviceaction.ActionAddMember.type_desc_str"]], "type_desc_str (blivet.deviceaction.actionconfiguredevice attribute)": [[6, "blivet.deviceaction.ActionConfigureDevice.type_desc_str"]], "type_desc_str (blivet.deviceaction.actionconfigureformat attribute)": [[6, "blivet.deviceaction.ActionConfigureFormat.type_desc_str"]], "type_desc_str (blivet.deviceaction.actioncreatedevice attribute)": [[6, "blivet.deviceaction.ActionCreateDevice.type_desc_str"]], "type_desc_str (blivet.deviceaction.actioncreateformat attribute)": [[6, "blivet.deviceaction.ActionCreateFormat.type_desc_str"]], "type_desc_str (blivet.deviceaction.actiondestroydevice attribute)": [[6, "blivet.deviceaction.ActionDestroyDevice.type_desc_str"]], "type_desc_str (blivet.deviceaction.actiondestroyformat attribute)": [[6, "blivet.deviceaction.ActionDestroyFormat.type_desc_str"]], "type_desc_str (blivet.deviceaction.actionremovemember attribute)": [[6, "blivet.deviceaction.ActionRemoveMember.type_desc_str"]], "type_desc_str (blivet.deviceaction.actionresizedevice attribute)": [[6, "blivet.deviceaction.ActionResizeDevice.type_desc_str"]], "type_desc_str (blivet.deviceaction.actionresizeformat attribute)": [[6, "blivet.deviceaction.ActionResizeFormat.type_desc_str"]], "type_desc_str (blivet.deviceaction.deviceaction attribute)": [[6, "blivet.deviceaction.DeviceAction.type_desc_str"]], "type_string (blivet.deviceaction.deviceaction property)": [[6, "blivet.deviceaction.DeviceAction.type_string"]], "umount() (in module blivet.util)": [[6, "blivet.util.umount"]], "unhide() (blivet.devicetree.devicetreebase method)": [[6, "blivet.devicetree.DeviceTreeBase.unhide"]], "unicodeize() (in module blivet.util)": [[6, "blivet.util.unicodeize"]], "unique_device_name() (blivet.blivet.blivet method)": [[6, "blivet.blivet.Blivet.unique_device_name"]], "unit_str() (in module blivet.size)": [[6, "blivet.size.unit_str"]], "update_extended_partitions() (in module blivet.partitioning)": [[6, "blivet.partitioning.update_extended_partitions"]], "update_from_boot_cmdline() (blivet.flags.flags method)": [[6, "blivet.flags.Flags.update_from_boot_cmdline"]], "uuids (blivet.devicetree.devicetreebase property)": [[6, "blivet.devicetree.DeviceTreeBase.uuids"]], "variable_copy() (in module blivet.util)": [[6, "blivet.util.variable_copy"]], "vg (blivet.devicefactory.lvmfactory property)": [[6, "blivet.devicefactory.LVMFactory.vg"]], "vgs (blivet.blivet.blivet property)": [[6, "blivet.blivet.Blivet.vgs"]], "with_flag() (in module blivet.actionlist)": [[6, "blivet.actionlist.with_flag"]], "write() (blivet.fcoe.fcoe method)": [[6, "blivet.fcoe.FCoE.write"]], "write() (blivet.iscsi.iscsi method)": [[6, "blivet.iscsi.iSCSI.write"]], "write() (blivet.nvme.nvme method)": [[6, "blivet.nvme.NVMe.write"]], "write() (blivet.zfcp.zfcp method)": [[6, "blivet.zfcp.zFCP.write"]], "write_nic_fcoe_cfg() (blivet.fcoe.fcoe method)": [[6, "blivet.fcoe.FCoE.write_nic_fcoe_cfg"]], "zfcp (class in blivet.zfcp)": [[6, "blivet.zfcp.zFCP"]], "commit() (blivet.dbus.blivet.dbusblivet method)": [[7, "blivet.dbus.blivet.DBusBlivet.Commit"]], "dbusaction (class in blivet.dbus.action)": [[7, "blivet.dbus.action.DBusAction"]], "dbusblivet (class in blivet.dbus.blivet)": [[7, "blivet.dbus.blivet.DBusBlivet"]], "dbusdevice (class in blivet.dbus.device)": [[7, "blivet.dbus.device.DBusDevice"]], "dbusformat (class in blivet.dbus.format)": [[7, "blivet.dbus.format.DBusFormat"]], "dbusobject (class in blivet.dbus.object)": [[7, "blivet.dbus.object.DBusObject"]], "exit() (blivet.dbus.blivet.dbusblivet method)": [[7, "blivet.dbus.blivet.DBusBlivet.Exit"]], "factory() (blivet.dbus.blivet.dbusblivet method)": [[7, "blivet.dbus.blivet.DBusBlivet.Factory"]], "get() (blivet.dbus.object.dbusobject method)": [[7, "blivet.dbus.object.DBusObject.Get"]], "getall() (blivet.dbus.object.dbusobject method)": [[7, "blivet.dbus.object.DBusObject.GetAll"]], "getmanagedobjects() (blivet.dbus.manager.objectmanager method)": [[7, "blivet.dbus.manager.ObjectManager.GetManagedObjects"]], "initializedisk() (blivet.dbus.blivet.dbusblivet method)": [[7, "blivet.dbus.blivet.DBusBlivet.InitializeDisk"]], "interfacesadded() (blivet.dbus.manager.objectmanager method)": [[7, "blivet.dbus.manager.ObjectManager.InterfacesAdded"]], "interfacesremoved() (blivet.dbus.manager.objectmanager method)": [[7, "blivet.dbus.manager.ObjectManager.InterfacesRemoved"]], "listdevices() (blivet.dbus.blivet.dbusblivet method)": [[7, "blivet.dbus.blivet.DBusBlivet.ListDevices"]], "objectmanager (class in blivet.dbus.manager)": [[7, "blivet.dbus.manager.ObjectManager"]], "propertieschanged() (blivet.dbus.object.dbusobject method)": [[7, "blivet.dbus.object.DBusObject.PropertiesChanged"]], "removedevice() (blivet.dbus.blivet.dbusblivet method)": [[7, "blivet.dbus.blivet.DBusBlivet.RemoveDevice"]], "reset() (blivet.dbus.blivet.dbusblivet method)": [[7, "blivet.dbus.blivet.DBusBlivet.Reset"]], "resolvedevice() (blivet.dbus.blivet.dbusblivet method)": [[7, "blivet.dbus.blivet.DBusBlivet.ResolveDevice"]], "set() (blivet.dbus.object.dbusobject method)": [[7, "blivet.dbus.object.DBusObject.Set"]], "setup() (blivet.dbus.device.dbusdevice method)": [[7, "blivet.dbus.device.DBusDevice.Setup"]], "setup() (blivet.dbus.format.dbusformat method)": [[7, "blivet.dbus.format.DBusFormat.Setup"]], "teardown() (blivet.dbus.device.dbusdevice method)": [[7, "blivet.dbus.device.DBusDevice.Teardown"]], "teardown() (blivet.dbus.format.dbusformat method)": [[7, "blivet.dbus.format.DBusFormat.Teardown"]], "add_object() (blivet.dbus.manager.objectmanager method)": [[7, "blivet.dbus.manager.ObjectManager.add_object"]], "blivet.dbus": [[7, "module-blivet.dbus"]], "blivet.dbus.action": [[7, "module-blivet.dbus.action"]], "blivet.dbus.blivet": [[7, "module-blivet.dbus.blivet"]], "blivet.dbus.constants": [[7, "module-blivet.dbus.constants"]], "blivet.dbus.device": [[7, "module-blivet.dbus.device"]], "blivet.dbus.format": [[7, "module-blivet.dbus.format"]], "blivet.dbus.manager": [[7, "module-blivet.dbus.manager"]], "blivet.dbus.object": [[7, "module-blivet.dbus.object"]], "get_object_by_id() (blivet.dbus.manager.objectmanager method)": [[7, "blivet.dbus.manager.ObjectManager.get_object_by_id"]], "get_object_by_path() (blivet.dbus.manager.objectmanager method)": [[7, "blivet.dbus.manager.ObjectManager.get_object_by_path"]], "id (blivet.dbus.action.dbusaction property)": [[7, "blivet.dbus.action.DBusAction.id"]], "id (blivet.dbus.blivet.dbusblivet property)": [[7, "blivet.dbus.blivet.DBusBlivet.id"]], "id (blivet.dbus.device.dbusdevice property)": [[7, "blivet.dbus.device.DBusDevice.id"]], "id (blivet.dbus.format.dbusformat property)": [[7, "blivet.dbus.format.DBusFormat.id"]], "id (blivet.dbus.object.dbusobject property)": [[7, "blivet.dbus.object.DBusObject.id"]], "interface (blivet.dbus.action.dbusaction property)": [[7, "blivet.dbus.action.DBusAction.interface"]], "interface (blivet.dbus.blivet.dbusblivet property)": [[7, "blivet.dbus.blivet.DBusBlivet.interface"]], "interface (blivet.dbus.device.dbusdevice property)": [[7, "blivet.dbus.device.DBusDevice.interface"]], "interface (blivet.dbus.format.dbusformat property)": [[7, "blivet.dbus.format.DBusFormat.interface"]], "interface (blivet.dbus.object.dbusobject property)": [[7, "blivet.dbus.object.DBusObject.interface"]], "object_path (blivet.dbus.action.dbusaction property)": [[7, "blivet.dbus.action.DBusAction.object_path"]], "object_path (blivet.dbus.blivet.dbusblivet property)": [[7, "blivet.dbus.blivet.DBusBlivet.object_path"]], "object_path (blivet.dbus.device.dbusdevice property)": [[7, "blivet.dbus.device.DBusDevice.object_path"]], "object_path (blivet.dbus.format.dbusformat property)": [[7, "blivet.dbus.format.DBusFormat.object_path"]], "object_path (blivet.dbus.object.dbusobject property)": [[7, "blivet.dbus.object.DBusObject.object_path"]], "objects (blivet.dbus.manager.objectmanager property)": [[7, "blivet.dbus.manager.ObjectManager.objects"]], "present (blivet.dbus.object.dbusobject property)": [[7, "blivet.dbus.object.DBusObject.present"]], "properties (blivet.dbus.action.dbusaction property)": [[7, "blivet.dbus.action.DBusAction.properties"]], "properties (blivet.dbus.blivet.dbusblivet property)": [[7, "blivet.dbus.blivet.DBusBlivet.properties"]], "properties (blivet.dbus.device.dbusdevice property)": [[7, "blivet.dbus.device.DBusDevice.properties"]], "properties (blivet.dbus.format.dbusformat property)": [[7, "blivet.dbus.format.DBusFormat.properties"]], "properties (blivet.dbus.object.dbusobject property)": [[7, "blivet.dbus.object.DBusObject.properties"]], "remove_from_connection() (blivet.dbus.object.dbusobject method)": [[7, "blivet.dbus.object.DBusObject.remove_from_connection"]], "remove_object() (blivet.dbus.manager.objectmanager method)": [[7, "blivet.dbus.manager.ObjectManager.remove_object"]], "sorted_object_paths_from_list() (in module blivet.dbus.blivet)": [[7, "blivet.dbus.blivet.sorted_object_paths_from_list"]], "transient (blivet.dbus.blivet.dbusblivet attribute)": [[7, "blivet.dbus.blivet.DBusBlivet.transient"]], "transient (blivet.dbus.object.dbusobject attribute)": [[7, "blivet.dbus.object.DBusObject.transient"]], "eddentry (class in blivet.devicelibs.edd)": [[8, "blivet.devicelibs.edd.EddEntry"]], "eddmatcher (class in blivet.devicelibs.edd)": [[8, "blivet.devicelibs.edd.EddMatcher"]], "ersatzraid (class in blivet.devicelibs.raid)": [[8, "blivet.devicelibs.raid.ErsatzRAID"]], "lsminfo (class in blivet.devicelibs.disk)": [[8, "id0"]], "lsminfo (in module blivet.devicelibs.disk)": [[8, "blivet.devicelibs.disk.LSMInfo"]], "mdraidlevels (class in blivet.devicelibs.mdraid)": [[8, "blivet.devicelibs.mdraid.MDRaidLevels"]], "raidlevel (class in blivet.devicelibs.raid)": [[8, "blivet.devicelibs.raid.RAIDLevel"]], "raidlevels (class in blivet.devicelibs.raid)": [[8, "blivet.devicelibs.raid.RAIDLevels"]], "raidn (class in blivet.devicelibs.raid)": [[8, "blivet.devicelibs.raid.RAIDn"]], "thpoolprofile (class in blivet.devicelibs.lvm)": [[8, "blivet.devicelibs.lvm.ThPoolProfile"]], "add_raid_level() (blivet.devicelibs.raid.raidlevels method)": [[8, "blivet.devicelibs.raid.RAIDLevels.add_raid_level"]], "alt_synth_names (blivet.devicelibs.raid.raidn property)": [[8, "blivet.devicelibs.raid.RAIDn.alt_synth_names"]], "ata_device (blivet.devicelibs.edd.eddentry attribute)": [[8, "blivet.devicelibs.edd.EddEntry.ata_device"]], "ata_pmp (blivet.devicelibs.edd.eddentry attribute)": [[8, "blivet.devicelibs.edd.EddEntry.ata_pmp"]], "atapi_device (blivet.devicelibs.edd.eddentry attribute)": [[8, "blivet.devicelibs.edd.EddEntry.atapi_device"]], "atapi_lun (blivet.devicelibs.edd.eddentry attribute)": [[8, "blivet.devicelibs.edd.EddEntry.atapi_lun"]], "bios_device_number (blivet.devicelibs.edd.eddentry attribute)": [[8, "blivet.devicelibs.edd.EddEntry.bios_device_number"]], "blivet.devicelibs": [[8, "module-blivet.devicelibs"]], "blivet.devicelibs.btrfs": [[8, "module-blivet.devicelibs.btrfs"]], "blivet.devicelibs.crypto": [[8, "module-blivet.devicelibs.crypto"]], "blivet.devicelibs.disk": [[8, "module-blivet.devicelibs.disk"]], "blivet.devicelibs.edd": [[8, "module-blivet.devicelibs.edd"]], "blivet.devicelibs.gpt": [[8, "module-blivet.devicelibs.gpt"]], "blivet.devicelibs.lvm": [[8, "module-blivet.devicelibs.lvm"]], "blivet.devicelibs.mdraid": [[8, "module-blivet.devicelibs.mdraid"]], "blivet.devicelibs.raid": [[8, "module-blivet.devicelibs.raid"]], "blivet.devicelibs.stratis": [[8, "module-blivet.devicelibs.stratis"]], "calculate_integrity_metadata_size() (in module blivet.devicelibs.crypto)": [[8, "blivet.devicelibs.crypto.calculate_integrity_metadata_size"]], "calculate_luks2_max_memory() (in module blivet.devicelibs.crypto)": [[8, "blivet.devicelibs.crypto.calculate_luks2_max_memory"]], "channel (blivet.devicelibs.edd.eddentry attribute)": [[8, "blivet.devicelibs.edd.EddEntry.channel"]], "collect_edd_data() (in module blivet.devicelibs.edd)": [[8, "blivet.devicelibs.edd.collect_edd_data"]], "collect_mbrs() (in module blivet.devicelibs.edd)": [[8, "blivet.devicelibs.edd.collect_mbrs"]], "create_filesystem() (in module blivet.devicelibs.stratis)": [[8, "blivet.devicelibs.stratis.create_filesystem"]], "create_pool() (in module blivet.devicelibs.stratis)": [[8, "blivet.devicelibs.stratis.create_pool"]], "desc (blivet.devicelibs.lvm.thpoolprofile attribute)": [[8, "blivet.devicelibs.lvm.ThPoolProfile.desc"]], "determine_parent_lv() (in module blivet.devicelibs.lvm)": [[8, "blivet.devicelibs.lvm.determine_parent_lv"]], "devname_from_ata_pci_dev() (blivet.devicelibs.edd.eddmatcher method)": [[8, "blivet.devicelibs.edd.EddMatcher.devname_from_ata_pci_dev"]], "devname_from_pci_dev() (blivet.devicelibs.edd.eddmatcher method)": [[8, "blivet.devicelibs.edd.EddMatcher.devname_from_pci_dev"]], "devname_from_scsi_pci_dev() (blivet.devicelibs.edd.eddmatcher method)": [[8, "blivet.devicelibs.edd.EddMatcher.devname_from_scsi_pci_dev"]], "devname_from_virt_pci_dev() (blivet.devicelibs.edd.eddmatcher method)": [[8, "blivet.devicelibs.edd.EddMatcher.devname_from_virt_pci_dev"]], "devname_from_virtio_scsi_pci_dev() (blivet.devicelibs.edd.eddmatcher method)": [[8, "blivet.devicelibs.edd.EddMatcher.devname_from_virtio_scsi_pci_dev"]], "div_up() (in module blivet.devicelibs.raid)": [[8, "blivet.devicelibs.raid.div_up"]], "empty_lvm_devices() (in module blivet.devicelibs.lvm)": [[8, "blivet.devicelibs.lvm.empty_lvm_devices"]], "ensure_lv_is_writable() (in module blivet.devicelibs.lvm)": [[8, "blivet.devicelibs.lvm.ensure_lv_is_writable"]], "fibre_lun (blivet.devicelibs.edd.eddentry attribute)": [[8, "blivet.devicelibs.edd.EddEntry.fibre_lun"]], "fibre_wwid (blivet.devicelibs.edd.eddentry attribute)": [[8, "blivet.devicelibs.edd.EddEntry.fibre_wwid"]], "filesystem_md_size() (in module blivet.devicelibs.stratis)": [[8, "blivet.devicelibs.stratis.filesystem_md_size"]], "get_base_member_size() (blivet.devicelibs.raid.raidn method)": [[8, "blivet.devicelibs.raid.RAIDn.get_base_member_size"]], "get_edd_dict() (in module blivet.devicelibs.edd)": [[8, "blivet.devicelibs.edd.get_edd_dict"]], "get_max_spares() (blivet.devicelibs.raid.ersatzraid method)": [[8, "blivet.devicelibs.raid.ErsatzRAID.get_max_spares"]], "get_max_spares() (blivet.devicelibs.raid.raidn method)": [[8, "blivet.devicelibs.raid.RAIDn.get_max_spares"]], "get_net_array_size() (blivet.devicelibs.raid.raidn method)": [[8, "blivet.devicelibs.raid.RAIDn.get_net_array_size"]], "get_optimal_luks_sector_size() (in module blivet.devicelibs.crypto)": [[8, "blivet.devicelibs.crypto.get_optimal_luks_sector_size"]], "get_raid_level() (in module blivet.devicelibs.raid)": [[8, "blivet.devicelibs.raid.get_raid_level"]], "get_recommended_stride() (blivet.devicelibs.raid.ersatzraid method)": [[8, "blivet.devicelibs.raid.ErsatzRAID.get_recommended_stride"]], "get_recommended_stride() (blivet.devicelibs.raid.raidn method)": [[8, "blivet.devicelibs.raid.RAIDn.get_recommended_stride"]], "get_size() (blivet.devicelibs.raid.ersatzraid method)": [[8, "blivet.devicelibs.raid.ErsatzRAID.get_size"]], "get_size() (blivet.devicelibs.raid.raidn method)": [[8, "blivet.devicelibs.raid.RAIDn.get_size"]], "get_space() (blivet.devicelibs.raid.ersatzraid method)": [[8, "blivet.devicelibs.raid.ErsatzRAID.get_space"]], "get_space() (blivet.devicelibs.raid.raidn method)": [[8, "blivet.devicelibs.raid.RAIDn.get_space"]], "gpt_part_uuid_for_mountpoint() (in module blivet.devicelibs.gpt)": [[8, "blivet.devicelibs.gpt.gpt_part_uuid_for_mountpoint"]], "gpt_part_uuid_for_volume() (in module blivet.devicelibs.gpt)": [[8, "blivet.devicelibs.gpt.gpt_part_uuid_for_volume"]], "has_redundancy() (blivet.devicelibs.raid.ersatzraid method)": [[8, "blivet.devicelibs.raid.ErsatzRAID.has_redundancy"]], "has_redundancy() (blivet.devicelibs.raid.raidlevel method)": [[8, "blivet.devicelibs.raid.RAIDLevel.has_redundancy"]], "host_bus (blivet.devicelibs.edd.eddentry attribute)": [[8, "blivet.devicelibs.edd.EddEntry.host_bus"]], "i2o_identity (blivet.devicelibs.edd.eddentry attribute)": [[8, "blivet.devicelibs.edd.EddEntry.i2o_identity"]], "ieee1394_eui64 (blivet.devicelibs.edd.eddentry attribute)": [[8, "blivet.devicelibs.edd.EddEntry.ieee1394_eui64"]], "interface (blivet.devicelibs.edd.eddentry attribute)": [[8, "blivet.devicelibs.edd.EddEntry.interface"]], "is_btrfs_name_valid() (in module blivet.devicelibs.btrfs)": [[8, "blivet.devicelibs.btrfs.is_btrfs_name_valid"]], "is_fips_enabled() (in module blivet.devicelibs.crypto)": [[8, "blivet.devicelibs.crypto.is_fips_enabled"]], "is_lvm_name_valid() (in module blivet.devicelibs.lvm)": [[8, "blivet.devicelibs.lvm.is_lvm_name_valid"]], "is_raid_level() (blivet.devicelibs.mdraid.mdraidlevels class method)": [[8, "blivet.devicelibs.mdraid.MDRaidLevels.is_raid_level"]], "is_raid_level() (blivet.devicelibs.raid.raidlevels class method)": [[8, "blivet.devicelibs.raid.RAIDLevels.is_raid_level"]], "is_uniform (blivet.devicelibs.raid.ersatzraid property)": [[8, "blivet.devicelibs.raid.ErsatzRAID.is_uniform"]], "is_uniform (blivet.devicelibs.raid.raidlevel property)": [[8, "blivet.devicelibs.raid.RAIDLevel.is_uniform"]], "is_uniform (blivet.devicelibs.raid.raidn property)": [[8, "blivet.devicelibs.raid.RAIDn.is_uniform"]], "is_valid_cache_md_size() (in module blivet.devicelibs.lvm)": [[8, "blivet.devicelibs.lvm.is_valid_cache_md_size"]], "level (blivet.devicelibs.raid.raidn property)": [[8, "blivet.devicelibs.raid.RAIDn.level"]], "load() (blivet.devicelibs.edd.eddentry method)": [[8, "blivet.devicelibs.edd.EddEntry.load"]], "lvm_devices_add() (in module blivet.devicelibs.lvm)": [[8, "blivet.devicelibs.lvm.lvm_devices_add"]], "lvm_devices_copy() (in module blivet.devicelibs.lvm)": [[8, "blivet.devicelibs.lvm.lvm_devices_copy"]], "lvm_devices_remove() (in module blivet.devicelibs.lvm)": [[8, "blivet.devicelibs.lvm.lvm_devices_remove"]], "lvm_devices_reset() (in module blivet.devicelibs.lvm)": [[8, "blivet.devicelibs.lvm.lvm_devices_reset"]], "lvm_devices_restore() (in module blivet.devicelibs.lvm)": [[8, "blivet.devicelibs.lvm.lvm_devices_restore"]], "lvmetad_socket_exists() (in module blivet.devicelibs.lvm)": [[8, "blivet.devicelibs.lvm.lvmetad_socket_exists"]], "match_via_mbrsigs() (blivet.devicelibs.edd.eddmatcher method)": [[8, "blivet.devicelibs.edd.EddMatcher.match_via_mbrsigs"]], "mbr_sig (blivet.devicelibs.edd.eddentry attribute)": [[8, "blivet.devicelibs.edd.EddEntry.mbr_sig"]], "min_members (blivet.devicelibs.raid.ersatzraid attribute)": [[8, "blivet.devicelibs.raid.ErsatzRAID.min_members"]], "min_members (blivet.devicelibs.raid.raidlevel property)": [[8, "blivet.devicelibs.raid.RAIDLevel.min_members"]], "name (blivet.devicelibs.lvm.thpoolprofile attribute)": [[8, "blivet.devicelibs.lvm.ThPoolProfile.name"]], "name (blivet.devicelibs.raid.raidlevel property)": [[8, "blivet.devicelibs.raid.RAIDLevel.name"]], "name (blivet.devicelibs.raid.raidn property)": [[8, "blivet.devicelibs.raid.RAIDn.name"]], "names (blivet.devicelibs.raid.raidlevel property)": [[8, "blivet.devicelibs.raid.RAIDLevel.names"]], "names (blivet.devicelibs.raid.raidn property)": [[8, "blivet.devicelibs.raid.RAIDn.names"]], "needs_config_refresh() (in module blivet.devicelibs.lvm)": [[8, "blivet.devicelibs.lvm.needs_config_refresh"]], "nick (blivet.devicelibs.raid.ersatzraid property)": [[8, "blivet.devicelibs.raid.ErsatzRAID.nick"]], "nick (blivet.devicelibs.raid.raidn property)": [[8, "blivet.devicelibs.raid.RAIDn.nick"]], "number (blivet.devicelibs.raid.raidn property)": [[8, "blivet.devicelibs.raid.RAIDn.number"]], "pci_dev (blivet.devicelibs.edd.eddentry attribute)": [[8, "blivet.devicelibs.edd.EddEntry.pci_dev"]], "pool_used() (in module blivet.devicelibs.stratis)": [[8, "blivet.devicelibs.stratis.pool_used"]], "raid_level() (blivet.devicelibs.raid.raidlevels method)": [[8, "blivet.devicelibs.raid.RAIDLevels.raid_level"]], "recommend_thpool_chunk_size() (in module blivet.devicelibs.lvm)": [[8, "blivet.devicelibs.lvm.recommend_thpool_chunk_size"]], "remove_filesystem() (in module blivet.devicelibs.stratis)": [[8, "blivet.devicelibs.stratis.remove_filesystem"]], "remove_pool() (in module blivet.devicelibs.stratis)": [[8, "blivet.devicelibs.stratis.remove_pool"]], "sas_address (blivet.devicelibs.edd.eddentry attribute)": [[8, "blivet.devicelibs.edd.EddEntry.sas_address"]], "sas_lun (blivet.devicelibs.edd.eddentry attribute)": [[8, "blivet.devicelibs.edd.EddEntry.sas_lun"]], "scsi_id (blivet.devicelibs.edd.eddentry attribute)": [[8, "blivet.devicelibs.edd.EddEntry.scsi_id"]], "scsi_lun (blivet.devicelibs.edd.eddentry attribute)": [[8, "blivet.devicelibs.edd.EddEntry.scsi_lun"]], "sectors (blivet.devicelibs.edd.eddentry attribute)": [[8, "blivet.devicelibs.edd.EddEntry.sectors"]], "set_key() (in module blivet.devicelibs.stratis)": [[8, "blivet.devicelibs.stratis.set_key"]], "sysfslink (blivet.devicelibs.edd.eddentry attribute)": [[8, "blivet.devicelibs.edd.EddEntry.sysfslink"]], "sysfspath (blivet.devicelibs.edd.eddentry attribute)": [[8, "blivet.devicelibs.edd.EddEntry.sysfspath"]], "type (blivet.devicelibs.edd.eddentry attribute)": [[8, "blivet.devicelibs.edd.EddEntry.type"]], "unlock_pool() (in module blivet.devicelibs.stratis)": [[8, "blivet.devicelibs.stratis.unlock_pool"]], "update_volume_info() (in module blivet.devicelibs.disk)": [[8, "blivet.devicelibs.disk.update_volume_info"]], "usb_serial (blivet.devicelibs.edd.eddentry attribute)": [[8, "blivet.devicelibs.edd.EddEntry.usb_serial"]], "version (blivet.devicelibs.edd.eddentry attribute)": [[8, "blivet.devicelibs.edd.EddEntry.version"]], "btrfsdevice (class in blivet.devices.btrfs)": [[9, "blivet.devices.btrfs.BTRFSDevice"]], "btrfssnapshotdevice (class in blivet.devices.btrfs)": [[9, "blivet.devices.btrfs.BTRFSSnapShotDevice"]], "btrfssubvolumedevice (class in blivet.devices.btrfs)": [[9, "blivet.devices.btrfs.BTRFSSubVolumeDevice"]], "btrfsvolumedevice (class in blivet.devices.btrfs)": [[9, "blivet.devices.btrfs.BTRFSVolumeDevice"]], "cache (class in blivet.devices.cache)": [[9, "blivet.devices.cache.Cache"]], "cacherequest (class in blivet.devices.cache)": [[9, "blivet.devices.cache.CacheRequest"]], "cachestats (class in blivet.devices.cache)": [[9, "blivet.devices.cache.CacheStats"]], "containerdevice (class in blivet.devices.container)": [[9, "blivet.devices.container.ContainerDevice"]], "dasddevice (class in blivet.devices.disk)": [[9, "blivet.devices.disk.DASDDevice"]], "dmcryptdevice (class in blivet.devices.dm)": [[9, "blivet.devices.dm.DMCryptDevice"]], "dmdevice (class in blivet.devices.dm)": [[9, "blivet.devices.dm.DMDevice"]], "dmintegritydevice (class in blivet.devices.dm)": [[9, "blivet.devices.dm.DMIntegrityDevice"]], "dmlineardevice (class in blivet.devices.dm)": [[9, "blivet.devices.dm.DMLinearDevice"]], "device (class in blivet.devices.device)": [[9, "blivet.devices.device.Device"]], "directorydevice (class in blivet.devices.file)": [[9, "blivet.devices.file.DirectoryDevice"]], "diskdevice (class in blivet.devices.disk)": [[9, "blivet.devices.disk.DiskDevice"]], "diskfile (class in blivet.devices.disk)": [[9, "blivet.devices.disk.DiskFile"]], "fcoediskdevice (class in blivet.devices.disk)": [[9, "blivet.devices.disk.FcoeDiskDevice"]], "filedevice (class in blivet.devices.file)": [[9, "blivet.devices.file.FileDevice"]], "integritydevice (class in blivet.devices.luks)": [[9, "blivet.devices.luks.IntegrityDevice"]], "luksdevice (class in blivet.devices.luks)": [[9, "blivet.devices.luks.LUKSDevice"]], "lvmcache (class in blivet.devices.lvm)": [[9, "blivet.devices.lvm.LVMCache"]], "lvmcachepoolmixin (class in blivet.devices.lvm)": [[9, "blivet.devices.lvm.LVMCachePoolMixin"]], "lvmcacherequest (class in blivet.devices.lvm)": [[9, "blivet.devices.lvm.LVMCacheRequest"]], "lvmcachestats (class in blivet.devices.lvm)": [[9, "blivet.devices.lvm.LVMCacheStats"]], "lvmcachetype (class in blivet.devices.lvm)": [[9, "blivet.devices.lvm.LVMCacheType"]], "lvminternallvtype (class in blivet.devices.lvm)": [[9, "blivet.devices.lvm.LVMInternalLVtype"]], "lvminternallogicalvolumemixin (class in blivet.devices.lvm)": [[9, "blivet.devices.lvm.LVMInternalLogicalVolumeMixin"]], "lvmlogicalvolumebase (class in blivet.devices.lvm)": [[9, "blivet.devices.lvm.LVMLogicalVolumeBase"]], "lvmlogicalvolumedevice (class in blivet.devices.lvm)": [[9, "blivet.devices.lvm.LVMLogicalVolumeDevice"]], "lvmsnapshotmixin (class in blivet.devices.lvm)": [[9, "blivet.devices.lvm.LVMSnapshotMixin"]], "lvmthinlogicalvolumemixin (class in blivet.devices.lvm)": [[9, "blivet.devices.lvm.LVMThinLogicalVolumeMixin"]], "lvmthinpoolmixin (class in blivet.devices.lvm)": [[9, "blivet.devices.lvm.LVMThinPoolMixin"]], "lvmvdologicalvolumemixin (class in blivet.devices.lvm)": [[9, "blivet.devices.lvm.LVMVDOLogicalVolumeMixin"]], "lvmvdopoolmixin (class in blivet.devices.lvm)": [[9, "blivet.devices.lvm.LVMVDOPoolMixin"]], "lvmvolumegroupdevice (class in blivet.devices.lvm)": [[9, "blivet.devices.lvm.LVMVolumeGroupDevice"]], "lvmwritecache (class in blivet.devices.lvm)": [[9, "blivet.devices.lvm.LVMWriteCache"]], "lvpvspec (class in blivet.devices.lvm)": [[9, "blivet.devices.lvm.LVPVSpec"]], "loopdevice (class in blivet.devices.loop)": [[9, "blivet.devices.loop.LoopDevice"]], "mdbiosraidarraydevice (class in blivet.devices.md)": [[9, "blivet.devices.md.MDBiosRaidArrayDevice"]], "mdcontainerdevice (class in blivet.devices.md)": [[9, "blivet.devices.md.MDContainerDevice"]], "mdraidarraydevice (class in blivet.devices.md)": [[9, "blivet.devices.md.MDRaidArrayDevice"]], "multipathdevice (class in blivet.devices.disk)": [[9, "blivet.devices.disk.MultipathDevice"]], "nfsdevice (class in blivet.devices.nfs)": [[9, "blivet.devices.nfs.NFSDevice"]], "nvdimmnamespacedevice (class in blivet.devices.disk)": [[9, "blivet.devices.disk.NVDIMMNamespaceDevice"]], "nvmecontroller (class in blivet.devices.disk)": [[9, "blivet.devices.disk.NVMeController"]], "nvmefabricsnamespacedevice (class in blivet.devices.disk)": [[9, "blivet.devices.disk.NVMeFabricsNamespaceDevice"]], "nvmenamespacedevice (class in blivet.devices.disk)": [[9, "blivet.devices.disk.NVMeNamespaceDevice"]], "networkstoragedevice (class in blivet.devices.network)": [[9, "blivet.devices.network.NetworkStorageDevice"]], "nodevice (class in blivet.devices.nodev)": [[9, "blivet.devices.nodev.NoDevice"]], "nottypespecific": [[9, "blivet.devices.lvm.NotTypeSpecific"]], "opticaldevice (class in blivet.devices.optical)": [[9, "blivet.devices.optical.OpticalDevice"]], "pvfreeinfo (class in blivet.devices.lvm)": [[9, "blivet.devices.lvm.PVFreeInfo"]], "parentlist (class in blivet.devices.lib)": [[9, "blivet.devices.lib.ParentList"]], "partitiondevice (class in blivet.devices.partition)": [[9, "blivet.devices.partition.PartitionDevice"]], "raiddevice (class in blivet.devices.raid)": [[9, "blivet.devices.raid.RaidDevice"]], "sparsefiledevice (class in blivet.devices.file)": [[9, "blivet.devices.file.SparseFileDevice"]], "storagedevice (class in blivet.devices.storage)": [[9, "blivet.devices.storage.StorageDevice"]], "stratisfilesystemdevice (class in blivet.devices.stratis)": [[9, "blivet.devices.stratis.StratisFilesystemDevice"]], "stratispooldevice (class in blivet.devices.stratis)": [[9, "blivet.devices.stratis.StratisPoolDevice"]], "tags (class in blivet.devices.lib)": [[9, "blivet.devices.lib.Tags"]], "thpoolreservespec (class in blivet.devices.lvm)": [[9, "blivet.devices.lvm.ThPoolReserveSpec"]], "tmpfsdevice (class in blivet.devices.nodev)": [[9, "blivet.devices.nodev.TmpFSDevice"]], "zfcpdiskdevice (class in blivet.devices.disk)": [[9, "blivet.devices.disk.ZFCPDiskDevice"]], "add() (blivet.devices.container.containerdevice method)": [[9, "blivet.devices.container.ContainerDevice.add"]], "add_child() (blivet.devices.device.device method)": [[9, "blivet.devices.device.Device.add_child"]], "add_hook() (blivet.devices.btrfs.btrfssubvolumedevice method)": [[9, "blivet.devices.btrfs.BTRFSSubVolumeDevice.add_hook"]], "add_hook() (blivet.devices.lvm.lvmcachepoolmixin method)": [[9, "blivet.devices.lvm.LVMCachePoolMixin.add_hook"]], "add_hook() (blivet.devices.lvm.lvminternallogicalvolumemixin method)": [[9, "blivet.devices.lvm.LVMInternalLogicalVolumeMixin.add_hook"]], "add_hook() (blivet.devices.lvm.lvmlogicalvolumedevice method)": [[9, "blivet.devices.lvm.LVMLogicalVolumeDevice.add_hook"]], "add_hook() (blivet.devices.lvm.lvmthinlogicalvolumemixin method)": [[9, "blivet.devices.lvm.LVMThinLogicalVolumeMixin.add_hook"]], "add_hook() (blivet.devices.lvm.lvmvdologicalvolumemixin method)": [[9, "blivet.devices.lvm.LVMVDOLogicalVolumeMixin.add_hook"]], "add_hook() (blivet.devices.lvm.lvmvolumegroupdevice method)": [[9, "blivet.devices.lvm.LVMVolumeGroupDevice.add_hook"]], "add_hook() (blivet.devices.partition.partitiondevice method)": [[9, "blivet.devices.partition.PartitionDevice.add_hook"]], "add_hook() (blivet.devices.storage.storagedevice method)": [[9, "blivet.devices.storage.StorageDevice.add_hook"]], "add_hook() (blivet.devices.stratis.stratispooldevice method)": [[9, "blivet.devices.stratis.StratisPoolDevice.add_hook"]], "add_internal_lv() (blivet.devices.lvm.lvmlogicalvolumebase method)": [[9, "blivet.devices.lvm.LVMLogicalVolumeBase.add_internal_lv"]], "add_parent() (blivet.devices.disk.multipathdevice method)": [[9, "blivet.devices.disk.MultipathDevice.add_parent"]], "align() (blivet.devices.lvm.lvmvolumegroupdevice method)": [[9, "blivet.devices.lvm.LVMVolumeGroupDevice.align"]], "align_target_size() (blivet.devices.partition.partitiondevice method)": [[9, "blivet.devices.partition.PartitionDevice.align_target_size"]], "align_target_size() (blivet.devices.storage.storagedevice method)": [[9, "blivet.devices.storage.StorageDevice.align_target_size"]], "ancestors (blivet.devices.device.device property)": [[9, "blivet.devices.device.Device.ancestors"]], "append() (blivet.devices.lib.parentlist method)": [[9, "blivet.devices.lib.ParentList.append"]], "appendfunc (blivet.devices.lib.parentlist attribute)": [[9, "blivet.devices.lib.ParentList.appendfunc"]], "attach_cache() (blivet.devices.lvm.lvmlogicalvolumedevice method)": [[9, "blivet.devices.lvm.LVMLogicalVolumeDevice.attach_cache"]], "attach_writecache() (blivet.devices.lvm.lvmlogicalvolumedevice method)": [[9, "blivet.devices.lvm.LVMLogicalVolumeDevice.attach_writecache"]], "autoset_md_size() (blivet.devices.lvm.lvmcachepoolmixin method)": [[9, "blivet.devices.lvm.LVMCachePoolMixin.autoset_md_size"]], "autoset_md_size() (blivet.devices.lvm.lvmlogicalvolumedevice method)": [[9, "blivet.devices.lvm.LVMLogicalVolumeDevice.autoset_md_size"]], "autoset_md_size() (blivet.devices.lvm.lvmthinpoolmixin method)": [[9, "blivet.devices.lvm.LVMThinPoolMixin.autoset_md_size"]], "backing_device_name (blivet.devices.cache.cache property)": [[9, "blivet.devices.cache.Cache.backing_device_name"]], "backing_device_name (blivet.devices.lvm.lvmcache property)": [[9, "blivet.devices.lvm.LVMCache.backing_device_name"]], "backing_device_name (blivet.devices.lvm.lvmwritecache property)": [[9, "blivet.devices.lvm.LVMWriteCache.backing_device_name"]], "blivet.devices": [[9, "module-blivet.devices"]], "blivet.devices.btrfs": [[9, "module-blivet.devices.btrfs"]], "blivet.devices.cache": [[9, "module-blivet.devices.cache"]], "blivet.devices.container": [[9, "module-blivet.devices.container"]], "blivet.devices.device": [[9, "module-blivet.devices.device"]], "blivet.devices.disk": [[9, "module-blivet.devices.disk"]], "blivet.devices.dm": [[9, "module-blivet.devices.dm"]], "blivet.devices.file": [[9, "module-blivet.devices.file"]], "blivet.devices.lib": [[9, "module-blivet.devices.lib"]], "blivet.devices.loop": [[9, "module-blivet.devices.loop"]], "blivet.devices.luks": [[9, "module-blivet.devices.luks"]], "blivet.devices.lvm": [[9, "module-blivet.devices.lvm"]], "blivet.devices.md": [[9, "module-blivet.devices.md"]], "blivet.devices.network": [[9, "module-blivet.devices.network"]], "blivet.devices.nfs": [[9, "module-blivet.devices.nfs"]], "blivet.devices.nodev": [[9, "module-blivet.devices.nodev"]], "blivet.devices.optical": [[9, "module-blivet.devices.optical"]], "blivet.devices.partition": [[9, "module-blivet.devices.partition"]], "blivet.devices.raid": [[9, "module-blivet.devices.raid"]], "blivet.devices.storage": [[9, "module-blivet.devices.storage"]], "blivet.devices.stratis": [[9, "module-blivet.devices.stratis"]], "block_size (blivet.devices.cache.cachestats property)": [[9, "blivet.devices.cache.CacheStats.block_size"]], "block_size (blivet.devices.lvm.lvmcachestats property)": [[9, "blivet.devices.lvm.LVMCacheStats.block_size"]], "blockdevs (blivet.devices.stratis.stratispooldevice property)": [[9, "blivet.devices.stratis.StratisPoolDevice.blockdevs"]], "bootable (blivet.devices.md.mdraidarraydevice property)": [[9, "blivet.devices.md.MDRaidArrayDevice.bootable"]], "bootable (blivet.devices.partition.partitiondevice property)": [[9, "blivet.devices.partition.PartitionDevice.bootable"]], "cache (blivet.devices.lvm.lvmlogicalvolumebase property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeBase.cache"]], "cache_device_name (blivet.devices.cache.cache property)": [[9, "blivet.devices.cache.Cache.cache_device_name"]], "cache_device_name (blivet.devices.lvm.lvmcache property)": [[9, "blivet.devices.lvm.LVMCache.cache_device_name"]], "cache_device_name (blivet.devices.lvm.lvmwritecache property)": [[9, "blivet.devices.lvm.LVMWriteCache.cache_device_name"]], "cache_pool (blivet.devices.lvm.lvminternallvtype attribute)": [[9, "blivet.devices.lvm.LVMInternalLVtype.cache_pool"]], "cache_type (blivet.devices.lvm.lvmcacherequest property)": [[9, "blivet.devices.lvm.LVMCacheRequest.cache_type"]], "cached (blivet.devices.lvm.lvmlogicalvolumebase property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeBase.cached"]], "cached_lvs (blivet.devices.lvm.lvmvolumegroupdevice property)": [[9, "blivet.devices.lvm.LVMVolumeGroupDevice.cached_lvs"]], "check_size() (blivet.devices.lvm.lvmlogicalvolumebase method)": [[9, "blivet.devices.lvm.LVMLogicalVolumeBase.check_size"]], "check_size() (blivet.devices.partition.partitiondevice method)": [[9, "blivet.devices.partition.PartitionDevice.check_size"]], "check_size() (blivet.devices.storage.storagedevice method)": [[9, "blivet.devices.storage.StorageDevice.check_size"]], "children (blivet.devices.device.device property)": [[9, "blivet.devices.device.Device.children"]], "chunk_size (blivet.devices.lvm.lvmthinpoolmixin property)": [[9, "blivet.devices.lvm.LVMThinPoolMixin.chunk_size"]], "chunk_size (blivet.devices.md.mdraidarraydevice property)": [[9, "blivet.devices.md.MDRaidArrayDevice.chunk_size"]], "complete (blivet.devices.lvm.lvmlogicalvolumebase property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeBase.complete"]], "complete (blivet.devices.lvm.lvmvolumegroupdevice property)": [[9, "blivet.devices.lvm.LVMVolumeGroupDevice.complete"]], "complete (blivet.devices.md.mdraidarraydevice property)": [[9, "blivet.devices.md.MDRaidArrayDevice.complete"]], "config_actions_map (blivet.devices.lvm.lvmlogicalvolumebase attribute)": [[9, "blivet.devices.lvm.LVMLogicalVolumeBase.config_actions_map"]], "config_actions_map (blivet.devices.storage.storagedevice attribute)": [[9, "blivet.devices.storage.StorageDevice.config_actions_map"]], "container (blivet.devices.btrfs.btrfssubvolumedevice property)": [[9, "blivet.devices.btrfs.BTRFSSubVolumeDevice.container"]], "container (blivet.devices.lvm.lvmlogicalvolumebase property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeBase.container"]], "controllable (blivet.devices.luks.integritydevice property)": [[9, "blivet.devices.luks.IntegrityDevice.controllable"]], "controllable (blivet.devices.storage.storagedevice property)": [[9, "blivet.devices.storage.StorageDevice.controllable"]], "controllers (blivet.devices.disk.nvmenamespacedevice property)": [[9, "blivet.devices.disk.NVMeNamespaceDevice.controllers"]], "create() (blivet.devices.device.device method)": [[9, "blivet.devices.device.Device.create"]], "create() (blivet.devices.nfs.nfsdevice method)": [[9, "blivet.devices.nfs.NFSDevice.create"]], "create() (blivet.devices.nodev.nodevice method)": [[9, "blivet.devices.nodev.NoDevice.create"]], "create() (blivet.devices.storage.storagedevice method)": [[9, "blivet.devices.storage.StorageDevice.create"]], "create_bitmap (blivet.devices.md.mdraidarraydevice property)": [[9, "blivet.devices.md.MDRaidArrayDevice.create_bitmap"]], "current_size (blivet.devices.btrfs.btrfsdevice property)": [[9, "blivet.devices.btrfs.BTRFSDevice.current_size"]], "current_size (blivet.devices.storage.storagedevice property)": [[9, "blivet.devices.storage.StorageDevice.current_size"]], "data (blivet.devices.lvm.lvminternallvtype attribute)": [[9, "blivet.devices.lvm.LVMInternalLVtype.data"]], "data_level (blivet.devices.btrfs.btrfsvolumedevice property)": [[9, "blivet.devices.btrfs.BTRFSVolumeDevice.data_level"]], "data_vg_space_used (blivet.devices.lvm.lvmlogicalvolumebase property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeBase.data_vg_space_used"]], "deactivate() (blivet.devices.dm.dmlineardevice method)": [[9, "blivet.devices.dm.DMLinearDevice.deactivate"]], "default_size (blivet.devices.partition.partitiondevice attribute)": [[9, "blivet.devices.partition.PartitionDevice.default_size"]], "default_subvolume (blivet.devices.btrfs.btrfsvolumedevice property)": [[9, "blivet.devices.btrfs.BTRFSVolumeDevice.default_subvolume"]], "degraded (blivet.devices.md.mdraidarraydevice property)": [[9, "blivet.devices.md.MDRaidArrayDevice.degraded"]], "depends_on() (blivet.devices.btrfs.btrfssnapshotdevice method)": [[9, "blivet.devices.btrfs.BTRFSSnapShotDevice.depends_on"]], "depends_on() (blivet.devices.device.device method)": [[9, "blivet.devices.device.Device.depends_on"]], "depends_on() (blivet.devices.lvm.lvmlogicalvolumedevice method)": [[9, "blivet.devices.lvm.LVMLogicalVolumeDevice.depends_on"]], "depends_on() (blivet.devices.lvm.lvmsnapshotmixin method)": [[9, "blivet.devices.lvm.LVMSnapshotMixin.depends_on"]], "depends_on() (blivet.devices.partition.partitiondevice method)": [[9, "blivet.devices.partition.PartitionDevice.depends_on"]], "description (blivet.devices.disk.dasddevice property)": [[9, "blivet.devices.disk.DASDDevice.description"]], "description (blivet.devices.disk.diskdevice property)": [[9, "blivet.devices.disk.DiskDevice.description"]], "description (blivet.devices.disk.multipathdevice property)": [[9, "blivet.devices.disk.MultipathDevice.description"]], "description (blivet.devices.disk.nvdimmnamespacedevice property)": [[9, "blivet.devices.disk.NVDIMMNamespaceDevice.description"]], "description (blivet.devices.disk.zfcpdiskdevice property)": [[9, "blivet.devices.disk.ZFCPDiskDevice.description"]], "description (blivet.devices.dm.dmlineardevice property)": [[9, "blivet.devices.dm.DMLinearDevice.description"]], "description (blivet.devices.md.mdbiosraidarraydevice property)": [[9, "blivet.devices.md.MDBiosRaidArrayDevice.description"]], "description (blivet.devices.md.mdcontainerdevice property)": [[9, "blivet.devices.md.MDContainerDevice.description"]], "description (blivet.devices.md.mdraidarraydevice property)": [[9, "blivet.devices.md.MDRaidArrayDevice.description"]], "destroy() (blivet.devices.device.device method)": [[9, "blivet.devices.device.Device.destroy"]], "destroy() (blivet.devices.lvm.lvminternallogicalvolumemixin method)": [[9, "blivet.devices.lvm.LVMInternalLogicalVolumeMixin.destroy"]], "destroy() (blivet.devices.lvm.lvmlogicalvolumedevice method)": [[9, "blivet.devices.lvm.LVMLogicalVolumeDevice.destroy"]], "destroy() (blivet.devices.nfs.nfsdevice method)": [[9, "blivet.devices.nfs.NFSDevice.destroy"]], "destroy() (blivet.devices.nodev.nodevice method)": [[9, "blivet.devices.nodev.NoDevice.destroy"]], "destroy() (blivet.devices.storage.storagedevice method)": [[9, "blivet.devices.storage.StorageDevice.destroy"]], "detach() (blivet.devices.cache.cache method)": [[9, "blivet.devices.cache.Cache.detach"]], "detach() (blivet.devices.lvm.lvmcache method)": [[9, "blivet.devices.lvm.LVMCache.detach"]], "detach() (blivet.devices.lvm.lvmwritecache method)": [[9, "blivet.devices.lvm.LVMWriteCache.detach"]], "device_name_to_disk_by_path() (in module blivet.devices.lib)": [[9, "blivet.devices.lib.device_name_to_disk_by_path"]], "device_path_to_name() (in module blivet.devices.lib)": [[9, "blivet.devices.lib.device_path_to_name"]], "dict (blivet.devices.device.device property)": [[9, "blivet.devices.device.Device.dict"]], "dict (blivet.devices.dm.dmdevice property)": [[9, "blivet.devices.dm.DMDevice.dict"]], "dict (blivet.devices.lvm.lvmlogicalvolumebase property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeBase.dict"]], "dict (blivet.devices.lvm.lvmvolumegroupdevice property)": [[9, "blivet.devices.lvm.LVMVolumeGroupDevice.dict"]], "dict (blivet.devices.md.mdraidarraydevice property)": [[9, "blivet.devices.md.MDRaidArrayDevice.dict"]], "dict (blivet.devices.partition.partitiondevice property)": [[9, "blivet.devices.partition.PartitionDevice.dict"]], "dict (blivet.devices.storage.storagedevice property)": [[9, "blivet.devices.storage.StorageDevice.dict"]], "direct (blivet.devices.btrfs.btrfsdevice property)": [[9, "blivet.devices.btrfs.BTRFSDevice.direct"]], "direct (blivet.devices.lvm.lvmcachepoolmixin property)": [[9, "blivet.devices.lvm.LVMCachePoolMixin.direct"]], "direct (blivet.devices.lvm.lvminternallogicalvolumemixin property)": [[9, "blivet.devices.lvm.LVMInternalLogicalVolumeMixin.direct"]], "direct (blivet.devices.lvm.lvmlogicalvolumedevice property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeDevice.direct"]], "direct (blivet.devices.lvm.lvmthinpoolmixin property)": [[9, "blivet.devices.lvm.LVMThinPoolMixin.direct"]], "direct (blivet.devices.lvm.lvmvdopoolmixin property)": [[9, "blivet.devices.lvm.LVMVDOPoolMixin.direct"]], "direct (blivet.devices.lvm.lvmvolumegroupdevice property)": [[9, "blivet.devices.lvm.LVMVolumeGroupDevice.direct"]], "direct (blivet.devices.partition.partitiondevice property)": [[9, "blivet.devices.partition.PartitionDevice.direct"]], "direct (blivet.devices.storage.storagedevice property)": [[9, "blivet.devices.storage.StorageDevice.direct"]], "disk (blivet.devices.partition.partitiondevice property)": [[9, "blivet.devices.partition.PartitionDevice.disk"]], "disks (blivet.devices.storage.storagedevice property)": [[9, "blivet.devices.storage.StorageDevice.disks"]], "display_lv_name (blivet.devices.lvm.lvmlogicalvolumedevice property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeDevice.display_lv_name"]], "display_lvname (blivet.devices.lvm.lvminternallogicalvolumemixin property)": [[9, "blivet.devices.lvm.LVMInternalLogicalVolumeMixin.display_lvname"]], "dracut_setup_args() (blivet.devices.device.device method)": [[9, "blivet.devices.device.Device.dracut_setup_args"]], "dracut_setup_args() (blivet.devices.disk.dasddevice method)": [[9, "blivet.devices.disk.DASDDevice.dracut_setup_args"]], "dracut_setup_args() (blivet.devices.disk.fcoediskdevice method)": [[9, "blivet.devices.disk.FcoeDiskDevice.dracut_setup_args"]], "dracut_setup_args() (blivet.devices.disk.zfcpdiskdevice method)": [[9, "blivet.devices.disk.ZFCPDiskDevice.dracut_setup_args"]], "dracut_setup_args() (blivet.devices.disk.iscsidiskdevice method)": [[9, "blivet.devices.disk.iScsiDiskDevice.dracut_setup_args"]], "dracut_setup_args() (blivet.devices.luks.luksdevice method)": [[9, "blivet.devices.luks.LUKSDevice.dracut_setup_args"]], "dracut_setup_args() (blivet.devices.lvm.lvmcachepoolmixin method)": [[9, "blivet.devices.lvm.LVMCachePoolMixin.dracut_setup_args"]], "dracut_setup_args() (blivet.devices.lvm.lvmlogicalvolumedevice method)": [[9, "blivet.devices.lvm.LVMLogicalVolumeDevice.dracut_setup_args"]], "dracut_setup_args() (blivet.devices.lvm.lvmthinpoolmixin method)": [[9, "blivet.devices.lvm.LVMThinPoolMixin.dracut_setup_args"]], "dracut_setup_args() (blivet.devices.md.mdraidarraydevice method)": [[9, "blivet.devices.md.MDRaidArrayDevice.dracut_setup_args"]], "dracut_setup_args() (blivet.devices.stratis.stratisfilesystemdevice method)": [[9, "blivet.devices.stratis.StratisFilesystemDevice.dracut_setup_args"]], "dracut_setup_args() (blivet.devices.stratis.stratispooldevice method)": [[9, "blivet.devices.stratis.StratisPoolDevice.dracut_setup_args"]], "eject() (blivet.devices.optical.opticaldevice method)": [[9, "blivet.devices.optical.OpticalDevice.eject"]], "encrypted (blivet.devices.storage.storagedevice property)": [[9, "blivet.devices.storage.StorageDevice.encrypted"]], "encrypted (blivet.devices.stratis.stratispooldevice property)": [[9, "blivet.devices.stratis.StratisPoolDevice.encrypted"]], "exists (blivet.devices.cache.cache property)": [[9, "blivet.devices.cache.Cache.exists"]], "exists (blivet.devices.lvm.lvmcache property)": [[9, "blivet.devices.lvm.LVMCache.exists"]], "exists (blivet.devices.lvm.lvmwritecache property)": [[9, "blivet.devices.lvm.LVMWriteCache.exists"]], "extents (blivet.devices.lvm.lvmvolumegroupdevice property)": [[9, "blivet.devices.lvm.LVMVolumeGroupDevice.extents"]], "external_dependencies (blivet.devices.device.device property)": [[9, "blivet.devices.device.Device.external_dependencies"]], "external_dependencies (blivet.devices.lvm.lvmlogicalvolumedevice property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeDevice.external_dependencies"]], "fast_devs (blivet.devices.cache.cacherequest property)": [[9, "blivet.devices.cache.CacheRequest.fast_devs"]], "fast_devs (blivet.devices.lvm.lvmcacherequest property)": [[9, "blivet.devices.lvm.LVMCacheRequest.fast_devs"]], "fast_pvs (blivet.devices.lvm.lvmcache property)": [[9, "blivet.devices.lvm.LVMCache.fast_pvs"]], "fast_pvs (blivet.devices.lvm.lvmwritecache property)": [[9, "blivet.devices.lvm.LVMWriteCache.fast_pvs"]], "filesystems (blivet.devices.stratis.stratispooldevice property)": [[9, "blivet.devices.stratis.StratisPoolDevice.filesystems"]], "flag_available() (blivet.devices.partition.partitiondevice method)": [[9, "blivet.devices.partition.PartitionDevice.flag_available"]], "format (blivet.devices.storage.storagedevice property)": [[9, "blivet.devices.storage.StorageDevice.format"]], "format_args (blivet.devices.md.mdraidarraydevice property)": [[9, "blivet.devices.md.MDRaidArrayDevice.format_args"]], "format_args (blivet.devices.storage.storagedevice property)": [[9, "blivet.devices.storage.StorageDevice.format_args"]], "format_immutable (blivet.devices.btrfs.btrfsvolumedevice property)": [[9, "blivet.devices.btrfs.BTRFSVolumeDevice.format_immutable"]], "format_immutable (blivet.devices.lvm.lvmcachepoolmixin property)": [[9, "blivet.devices.lvm.LVMCachePoolMixin.format_immutable"]], "format_immutable (blivet.devices.lvm.lvmlogicalvolumedevice property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeDevice.format_immutable"]], "format_immutable (blivet.devices.lvm.lvmsnapshotmixin property)": [[9, "blivet.devices.lvm.LVMSnapshotMixin.format_immutable"]], "format_immutable (blivet.devices.storage.storagedevice property)": [[9, "blivet.devices.storage.StorageDevice.format_immutable"]], "free (blivet.devices.lvm.pvfreeinfo attribute)": [[9, "blivet.devices.lvm.PVFreeInfo.free"]], "free_extents (blivet.devices.lvm.lvmvolumegroupdevice property)": [[9, "blivet.devices.lvm.LVMVolumeGroupDevice.free_extents"]], "free_space (blivet.devices.lvm.lvmthinpoolmixin property)": [[9, "blivet.devices.lvm.LVMThinPoolMixin.free_space"]], "free_space (blivet.devices.lvm.lvmvolumegroupdevice property)": [[9, "blivet.devices.lvm.LVMVolumeGroupDevice.free_space"]], "free_space (blivet.devices.stratis.stratispooldevice property)": [[9, "blivet.devices.stratis.StratisPoolDevice.free_space"]], "from_lvs (blivet.devices.lvm.lvmlogicalvolumebase property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeBase.from_lvs"]], "fsname (blivet.devices.stratis.stratisfilesystemdevice property)": [[9, "blivet.devices.stratis.StratisFilesystemDevice.fsname"]], "fstab_spec (blivet.devices.btrfs.btrfsdevice property)": [[9, "blivet.devices.btrfs.BTRFSDevice.fstab_spec"]], "fstab_spec (blivet.devices.file.filedevice property)": [[9, "blivet.devices.file.FileDevice.fstab_spec"]], "fstab_spec (blivet.devices.nodev.tmpfsdevice property)": [[9, "blivet.devices.nodev.TmpFSDevice.fstab_spec"]], "fstab_spec (blivet.devices.partition.partitiondevice property)": [[9, "blivet.devices.partition.PartitionDevice.fstab_spec"]], "fstab_spec (blivet.devices.storage.storagedevice property)": [[9, "blivet.devices.storage.StorageDevice.fstab_spec"]], "get_device_type_by_major() (in module blivet.devices.lib)": [[9, "blivet.devices.lib.get_device_type_by_major"]], "get_dm_node() (blivet.devices.dm.dmdevice method)": [[9, "blivet.devices.dm.DMDevice.get_dm_node"]], "get_dm_node() (blivet.devices.lvm.lvmlogicalvolumebase method)": [[9, "blivet.devices.lvm.LVMLogicalVolumeBase.get_dm_node"]], "get_flag() (blivet.devices.partition.partitiondevice method)": [[9, "blivet.devices.partition.PartitionDevice.get_flag"]], "get_majors_by_device_type() (in module blivet.devices.lib)": [[9, "blivet.devices.lib.get_majors_by_device_type"]], "get_opts() (blivet.devices.disk.dasddevice method)": [[9, "blivet.devices.disk.DASDDevice.get_opts"]], "get_superblock_size() (blivet.devices.md.mdraidarraydevice method)": [[9, "blivet.devices.md.MDRaidArrayDevice.get_superblock_size"]], "get_supported_pe_sizes() (blivet.devices.lvm.lvmvolumegroupdevice static method)": [[9, "blivet.devices.lvm.LVMVolumeGroupDevice.get_supported_pe_sizes"]], "get_type() (blivet.devices.lvm.lvminternallvtype class method)": [[9, "blivet.devices.lvm.LVMInternalLVtype.get_type"]], "growable (blivet.devices.lvm.lvminternallogicalvolumemixin property)": [[9, "blivet.devices.lvm.LVMInternalLogicalVolumeMixin.growable"]], "growable (blivet.devices.lvm.lvmlogicalvolumedevice property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeDevice.growable"]], "growable (blivet.devices.storage.storagedevice property)": [[9, "blivet.devices.storage.StorageDevice.growable"]], "has_key (blivet.devices.stratis.stratispooldevice property)": [[9, "blivet.devices.stratis.StratisPoolDevice.has_key"]], "hits (blivet.devices.cache.cachestats property)": [[9, "blivet.devices.cache.CacheStats.hits"]], "hits (blivet.devices.lvm.lvmcachestats property)": [[9, "blivet.devices.lvm.LVMCacheStats.hits"]], "iscsidiskdevice (class in blivet.devices.disk)": [[9, "blivet.devices.disk.iScsiDiskDevice"]], "id (blivet.devices.disk.nvmecontroller attribute)": [[9, "blivet.devices.disk.NVMeController.id"]], "image (blivet.devices.lvm.lvminternallvtype attribute)": [[9, "blivet.devices.lvm.LVMInternalLVtype.image"]], "int_lv_type (blivet.devices.lvm.lvminternallogicalvolumemixin property)": [[9, "blivet.devices.lvm.LVMInternalLogicalVolumeMixin.int_lv_type"]], "is_cache_pool (blivet.devices.lvm.lvmcachepoolmixin property)": [[9, "blivet.devices.lvm.LVMCachePoolMixin.is_cache_pool"]], "is_disk (blivet.devices.md.mdbiosraidarraydevice property)": [[9, "blivet.devices.md.MDBiosRaidArrayDevice.is_disk"]], "is_disk (blivet.devices.md.mdcontainerdevice property)": [[9, "blivet.devices.md.MDContainerDevice.is_disk"]], "is_disk (blivet.devices.md.mdraidarraydevice property)": [[9, "blivet.devices.md.MDRaidArrayDevice.is_disk"]], "is_disk (blivet.devices.storage.storagedevice property)": [[9, "blivet.devices.storage.StorageDevice.is_disk"]], "is_empty (blivet.devices.lvm.lvmvolumegroupdevice property)": [[9, "blivet.devices.lvm.LVMVolumeGroupDevice.is_empty"]], "is_empty (blivet.devices.storage.storagedevice property)": [[9, "blivet.devices.storage.StorageDevice.is_empty"]], "is_extended (blivet.devices.partition.partitiondevice property)": [[9, "blivet.devices.partition.PartitionDevice.is_extended"]], "is_internal_lv (blivet.devices.lvm.lvminternallogicalvolumemixin property)": [[9, "blivet.devices.lvm.LVMInternalLogicalVolumeMixin.is_internal_lv"]], "is_logical (blivet.devices.partition.partitiondevice property)": [[9, "blivet.devices.partition.PartitionDevice.is_logical"]], "is_magic (blivet.devices.partition.partitiondevice property)": [[9, "blivet.devices.partition.PartitionDevice.is_magic"]], "is_modified (blivet.devices.lvm.lvmvolumegroupdevice property)": [[9, "blivet.devices.lvm.LVMVolumeGroupDevice.is_modified"]], "is_name_valid() (blivet.devices.btrfs.btrfsdevice method)": [[9, "blivet.devices.btrfs.BTRFSDevice.is_name_valid"]], "is_name_valid() (blivet.devices.device.device method)": [[9, "blivet.devices.device.Device.is_name_valid"]], "is_name_valid() (blivet.devices.file.filedevice method)": [[9, "blivet.devices.file.FileDevice.is_name_valid"]], "is_name_valid() (blivet.devices.lvm.lvminternallogicalvolumemixin method)": [[9, "blivet.devices.lvm.LVMInternalLogicalVolumeMixin.is_name_valid"]], "is_name_valid() (blivet.devices.lvm.lvmlogicalvolumedevice method)": [[9, "blivet.devices.lvm.LVMLogicalVolumeDevice.is_name_valid"]], "is_name_valid() (blivet.devices.lvm.lvmvolumegroupdevice method)": [[9, "blivet.devices.lvm.LVMVolumeGroupDevice.is_name_valid"]], "is_name_valid() (blivet.devices.nfs.nfsdevice method)": [[9, "blivet.devices.nfs.NFSDevice.is_name_valid"]], "is_name_valid() (blivet.devices.storage.storagedevice method)": [[9, "blivet.devices.storage.StorageDevice.is_name_valid"]], "is_primary (blivet.devices.partition.partitiondevice property)": [[9, "blivet.devices.partition.PartitionDevice.is_primary"]], "is_protected (blivet.devices.partition.partitiondevice property)": [[9, "blivet.devices.partition.PartitionDevice.is_protected"]], "is_raid_lv (blivet.devices.lvm.lvmlogicalvolumebase property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeBase.is_raid_lv"]], "is_snapshot_lv (blivet.devices.lvm.lvmsnapshotmixin property)": [[9, "blivet.devices.lvm.LVMSnapshotMixin.is_snapshot_lv"]], "is_thin_lv (blivet.devices.lvm.lvmthinlogicalvolumemixin property)": [[9, "blivet.devices.lvm.LVMThinLogicalVolumeMixin.is_thin_lv"]], "is_thin_pool (blivet.devices.lvm.lvmthinpoolmixin property)": [[9, "blivet.devices.lvm.LVMThinPoolMixin.is_thin_pool"]], "is_vdo_lv (blivet.devices.lvm.lvmvdologicalvolumemixin property)": [[9, "blivet.devices.lvm.LVMVDOLogicalVolumeMixin.is_vdo_lv"]], "is_vdo_pool (blivet.devices.lvm.lvmvdopoolmixin property)": [[9, "blivet.devices.lvm.LVMVDOPoolMixin.is_vdo_pool"]], "isleaf (blivet.devices.device.device property)": [[9, "blivet.devices.device.Device.isleaf"]], "isleaf (blivet.devices.lvm.lvmlogicalvolumebase property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeBase.isleaf"]], "isleaf (blivet.devices.partition.partitiondevice property)": [[9, "blivet.devices.partition.PartitionDevice.isleaf"]], "key_file (blivet.devices.stratis.stratispooldevice property)": [[9, "blivet.devices.stratis.StratisPoolDevice.key_file"]], "level (blivet.devices.md.mdraidarraydevice property)": [[9, "blivet.devices.md.MDRaidArrayDevice.level"]], "list_subvolumes() (blivet.devices.btrfs.btrfsvolumedevice method)": [[9, "blivet.devices.btrfs.BTRFSVolumeDevice.list_subvolumes"]], "local (blivet.devices.lib.tags attribute)": [[9, "blivet.devices.lib.Tags.local"]], "log (blivet.devices.lvm.lvminternallvtype attribute)": [[9, "blivet.devices.lvm.LVMInternalLVtype.log"]], "log_size (blivet.devices.lvm.lvmlogicalvolumebase property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeBase.log_size"]], "logical_block_size (blivet.devices.storage.storagedevice property)": [[9, "blivet.devices.storage.StorageDevice.logical_block_size"]], "lvm_metadata_space (blivet.devices.lvm.lvmvolumegroupdevice property)": [[9, "blivet.devices.lvm.LVMVolumeGroupDevice.lvm_metadata_space"]], "lvmcache (blivet.devices.lvm.lvmcachetype attribute)": [[9, "blivet.devices.lvm.LVMCacheType.lvmcache"]], "lvmwritecache (blivet.devices.lvm.lvmcachetype attribute)": [[9, "blivet.devices.lvm.LVMCacheType.lvmwritecache"]], "lvname (blivet.devices.lvm.lvmlogicalvolumebase property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeBase.lvname"]], "lvs (blivet.devices.lvm.lvmlogicalvolumedevice property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeDevice.lvs"]], "lvs (blivet.devices.lvm.lvmthinpoolmixin property)": [[9, "blivet.devices.lvm.LVMThinPoolMixin.lvs"]], "lvs (blivet.devices.lvm.lvmvdopoolmixin property)": [[9, "blivet.devices.lvm.LVMVDOPoolMixin.lvs"]], "lvs (blivet.devices.lvm.lvmvolumegroupdevice property)": [[9, "blivet.devices.lvm.LVMVolumeGroupDevice.lvs"]], "map_name (blivet.devices.dm.dmdevice property)": [[9, "blivet.devices.dm.DMDevice.map_name"]], "map_name (blivet.devices.lvm.lvmlogicalvolumebase property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeBase.map_name"]], "map_name (blivet.devices.lvm.lvmvolumegroupdevice property)": [[9, "blivet.devices.lvm.LVMVolumeGroupDevice.map_name"]], "max (blivet.devices.lvm.thpoolreservespec attribute)": [[9, "blivet.devices.lvm.ThPoolReserveSpec.max"]], "max_size (blivet.devices.luks.luksdevice property)": [[9, "blivet.devices.luks.LUKSDevice.max_size"]], "max_size (blivet.devices.lvm.lvminternallogicalvolumemixin property)": [[9, "blivet.devices.lvm.LVMInternalLogicalVolumeMixin.max_size"]], "max_size (blivet.devices.lvm.lvmlogicalvolumedevice property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeDevice.max_size"]], "max_size (blivet.devices.partition.partitiondevice property)": [[9, "blivet.devices.partition.PartitionDevice.max_size"]], "max_size (blivet.devices.storage.storagedevice property)": [[9, "blivet.devices.storage.StorageDevice.max_size"]], "md_block_size (blivet.devices.lvm.lvmcachestats property)": [[9, "blivet.devices.lvm.LVMCacheStats.md_block_size"]], "md_size (blivet.devices.lvm.lvmcache property)": [[9, "blivet.devices.lvm.LVMCache.md_size"]], "md_size (blivet.devices.lvm.lvmcachestats property)": [[9, "blivet.devices.lvm.LVMCacheStats.md_size"]], "md_size (blivet.devices.lvm.lvmwritecache property)": [[9, "blivet.devices.lvm.LVMWriteCache.md_size"]], "md_used (blivet.devices.lvm.lvmcachestats property)": [[9, "blivet.devices.lvm.LVMCacheStats.md_used"]], "mdadm_conf_entry (blivet.devices.md.mdbiosraidarraydevice property)": [[9, "blivet.devices.md.MDBiosRaidArrayDevice.mdadm_conf_entry"]], "mdadm_conf_entry (blivet.devices.md.mdcontainerdevice property)": [[9, "blivet.devices.md.MDContainerDevice.mdadm_conf_entry"]], "mdadm_conf_entry (blivet.devices.md.mdraidarraydevice property)": [[9, "blivet.devices.md.MDRaidArrayDevice.mdadm_conf_entry"]], "mdadm_format_uuid (blivet.devices.md.mdraidarraydevice property)": [[9, "blivet.devices.md.MDRaidArrayDevice.mdadm_format_uuid"]], "media_present (blivet.devices.disk.diskdevice property)": [[9, "blivet.devices.disk.DiskDevice.media_present"]], "media_present (blivet.devices.md.mdcontainerdevice property)": [[9, "blivet.devices.md.MDContainerDevice.media_present"]], "media_present (blivet.devices.optical.opticaldevice property)": [[9, "blivet.devices.optical.OpticalDevice.media_present"]], "media_present (blivet.devices.storage.storagedevice property)": [[9, "blivet.devices.storage.StorageDevice.media_present"]], "member_devices (blivet.devices.md.mdraidarraydevice property)": [[9, "blivet.devices.md.MDRaidArrayDevice.member_devices"]], "member_status() (blivet.devices.md.mdraidarraydevice method)": [[9, "blivet.devices.md.MDRaidArrayDevice.member_status"]], "members (blivet.devices.btrfs.btrfsvolumedevice property)": [[9, "blivet.devices.btrfs.BTRFSVolumeDevice.members"]], "members (blivet.devices.lvm.lvmlogicalvolumebase property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeBase.members"]], "members (blivet.devices.md.mdbiosraidarraydevice property)": [[9, "blivet.devices.md.MDBiosRaidArrayDevice.members"]], "members (blivet.devices.md.mdraidarraydevice property)": [[9, "blivet.devices.md.MDRaidArrayDevice.members"]], "members (blivet.devices.raid.raiddevice property)": [[9, "blivet.devices.raid.RaidDevice.members"]], "merge() (blivet.devices.lvm.lvmsnapshotmixin method)": [[9, "blivet.devices.lvm.LVMSnapshotMixin.merge"]], "meta (blivet.devices.lvm.lvminternallvtype attribute)": [[9, "blivet.devices.lvm.LVMInternalLVtype.meta"]], "metadata_level (blivet.devices.btrfs.btrfsvolumedevice property)": [[9, "blivet.devices.btrfs.BTRFSVolumeDevice.metadata_level"]], "metadata_size (blivet.devices.luks.integritydevice property)": [[9, "blivet.devices.luks.IntegrityDevice.metadata_size"]], "metadata_size (blivet.devices.lvm.lvmlogicalvolumebase property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeBase.metadata_size"]], "metadata_vg_space_used (blivet.devices.lvm.lvmlogicalvolumebase property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeBase.metadata_vg_space_used"]], "min (blivet.devices.lvm.thpoolreservespec attribute)": [[9, "blivet.devices.lvm.ThPoolReserveSpec.min"]], "min_size (blivet.devices.lvm.lvmlogicalvolumedevice property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeDevice.min_size"]], "min_size (blivet.devices.lvm.lvmvdopoolmixin property)": [[9, "blivet.devices.lvm.LVMVDOPoolMixin.min_size"]], "min_size (blivet.devices.partition.partitiondevice property)": [[9, "blivet.devices.partition.PartitionDevice.min_size"]], "min_size (blivet.devices.storage.storagedevice property)": [[9, "blivet.devices.storage.StorageDevice.min_size"]], "mirrored (blivet.devices.lvm.lvmlogicalvolumebase property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeBase.mirrored"]], "misses (blivet.devices.cache.cachestats property)": [[9, "blivet.devices.cache.CacheStats.misses"]], "misses (blivet.devices.lvm.lvmcachestats property)": [[9, "blivet.devices.lvm.LVMCacheStats.misses"]], "mode (blivet.devices.cache.cacherequest property)": [[9, "blivet.devices.cache.CacheRequest.mode"]], "mode (blivet.devices.lvm.lvmcache property)": [[9, "blivet.devices.lvm.LVMCache.mode"]], "mode (blivet.devices.lvm.lvmcacherequest property)": [[9, "blivet.devices.lvm.LVMCacheRequest.mode"]], "model (blivet.devices.disk.multipathdevice property)": [[9, "blivet.devices.disk.MultipathDevice.model"]], "model (blivet.devices.md.mdraidarraydevice property)": [[9, "blivet.devices.md.MDRaidArrayDevice.model"]], "model (blivet.devices.storage.storagedevice property)": [[9, "blivet.devices.storage.StorageDevice.model"]], "name (blivet.devices.device.device property)": [[9, "blivet.devices.device.Device.name"]], "name (blivet.devices.disk.nvmecontroller attribute)": [[9, "blivet.devices.disk.NVMeController.name"]], "name_suffix (blivet.devices.lvm.lvminternallogicalvolumemixin property)": [[9, "blivet.devices.lvm.LVMInternalLogicalVolumeMixin.name_suffix"]], "num_raid_pvs (blivet.devices.lvm.lvmlogicalvolumebase property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeBase.num_raid_pvs"]], "nvdimm (blivet.devices.lib.tags attribute)": [[9, "blivet.devices.lib.Tags.nvdimm"]], "nvme (blivet.devices.lib.tags attribute)": [[9, "blivet.devices.lib.Tags.nvme"]], "nvme_ver (blivet.devices.disk.nvmecontroller attribute)": [[9, "blivet.devices.disk.NVMeController.nvme_ver"]], "old_snapshot_specific() (blivet.devices.lvm.lvmsnapshotmixin method)": [[9, "blivet.devices.lvm.LVMSnapshotMixin.old_snapshot_specific"]], "origin (blivet.devices.lvm.lvminternallvtype attribute)": [[9, "blivet.devices.lvm.LVMInternalLVtype.origin"]], "origin (blivet.devices.lvm.lvmsnapshotmixin attribute)": [[9, "blivet.devices.lvm.LVMSnapshotMixin.origin"]], "packages (blivet.devices.device.device property)": [[9, "blivet.devices.device.Device.packages"]], "packages (blivet.devices.storage.storagedevice property)": [[9, "blivet.devices.storage.StorageDevice.packages"]], "parent_lv (blivet.devices.lvm.lvminternallogicalvolumemixin property)": [[9, "blivet.devices.lvm.LVMInternalLogicalVolumeMixin.parent_lv"]], "parents (blivet.devices.device.device property)": [[9, "blivet.devices.device.Device.parents"]], "part_type (blivet.devices.partition.partitiondevice property)": [[9, "blivet.devices.partition.PartitionDevice.part_type"]], "part_type_uuid (blivet.devices.partition.partitiondevice property)": [[9, "blivet.devices.partition.PartitionDevice.part_type_uuid"]], "part_type_uuid_req (blivet.devices.partition.partitiondevice property)": [[9, "blivet.devices.partition.PartitionDevice.part_type_uuid_req"]], "parted_partition (blivet.devices.partition.partitiondevice property)": [[9, "blivet.devices.partition.PartitionDevice.parted_partition"]], "partitionable (blivet.devices.md.mdbiosraidarraydevice property)": [[9, "blivet.devices.md.MDBiosRaidArrayDevice.partitionable"]], "partitionable (blivet.devices.md.mdcontainerdevice property)": [[9, "blivet.devices.md.MDContainerDevice.partitionable"]], "partitionable (blivet.devices.md.mdraidarraydevice property)": [[9, "blivet.devices.md.MDRaidArrayDevice.partitionable"]], "partitionable (blivet.devices.storage.storagedevice property)": [[9, "blivet.devices.storage.StorageDevice.partitionable"]], "partitioned (blivet.devices.storage.storagedevice property)": [[9, "blivet.devices.storage.StorageDevice.partitioned"]], "passphrase (blivet.devices.stratis.stratispooldevice property)": [[9, "blivet.devices.stratis.StratisPoolDevice.passphrase"]], "path (blivet.devices.btrfs.btrfsdevice property)": [[9, "blivet.devices.btrfs.BTRFSDevice.path"]], "path (blivet.devices.file.filedevice property)": [[9, "blivet.devices.file.FileDevice.path"]], "path (blivet.devices.lvm.lvmlogicalvolumebase property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeBase.path"]], "path (blivet.devices.lvm.lvmvolumegroupdevice property)": [[9, "blivet.devices.lvm.LVMVolumeGroupDevice.path"]], "path (blivet.devices.nfs.nfsdevice property)": [[9, "blivet.devices.nfs.NFSDevice.path"]], "path (blivet.devices.nodev.nodevice property)": [[9, "blivet.devices.nodev.NoDevice.path"]], "path (blivet.devices.partition.partitiondevice property)": [[9, "blivet.devices.partition.PartitionDevice.path"]], "path (blivet.devices.storage.storagedevice property)": [[9, "blivet.devices.storage.StorageDevice.path"]], "percent (blivet.devices.lvm.thpoolreservespec attribute)": [[9, "blivet.devices.lvm.ThPoolReserveSpec.percent"]], "physical_block_size (blivet.devices.storage.storagedevice property)": [[9, "blivet.devices.storage.StorageDevice.physical_block_size"]], "pmspare_size (blivet.devices.lvm.lvmvolumegroupdevice property)": [[9, "blivet.devices.lvm.LVMVolumeGroupDevice.pmspare_size"]], "pool (blivet.devices.lvm.lvmlogicalvolumedevice property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeDevice.pool"]], "pool (blivet.devices.lvm.lvmthinlogicalvolumemixin property)": [[9, "blivet.devices.lvm.LVMThinLogicalVolumeMixin.pool"]], "pool (blivet.devices.lvm.lvmvdologicalvolumemixin property)": [[9, "blivet.devices.lvm.LVMVDOLogicalVolumeMixin.pool"]], "pool (blivet.devices.stratis.stratisfilesystemdevice property)": [[9, "blivet.devices.stratis.StratisFilesystemDevice.pool"]], "pool_space_used (blivet.devices.lvm.lvmthinlogicalvolumemixin property)": [[9, "blivet.devices.lvm.LVMThinLogicalVolumeMixin.pool_space_used"]], "populate_ksdata() (blivet.devices.btrfs.btrfssubvolumedevice method)": [[9, "blivet.devices.btrfs.BTRFSSubVolumeDevice.populate_ksdata"]], "populate_ksdata() (blivet.devices.btrfs.btrfsvolumedevice method)": [[9, "blivet.devices.btrfs.BTRFSVolumeDevice.populate_ksdata"]], "populate_ksdata() (blivet.devices.luks.luksdevice method)": [[9, "blivet.devices.luks.LUKSDevice.populate_ksdata"]], "populate_ksdata() (blivet.devices.lvm.lvmlogicalvolumebase method)": [[9, "blivet.devices.lvm.LVMLogicalVolumeBase.populate_ksdata"]], "populate_ksdata() (blivet.devices.lvm.lvmlogicalvolumedevice method)": [[9, "blivet.devices.lvm.LVMLogicalVolumeDevice.populate_ksdata"]], "populate_ksdata() (blivet.devices.lvm.lvmthinlogicalvolumemixin method)": [[9, "blivet.devices.lvm.LVMThinLogicalVolumeMixin.populate_ksdata"]], "populate_ksdata() (blivet.devices.lvm.lvmthinpoolmixin method)": [[9, "blivet.devices.lvm.LVMThinPoolMixin.populate_ksdata"]], "populate_ksdata() (blivet.devices.lvm.lvmvolumegroupdevice method)": [[9, "blivet.devices.lvm.LVMVolumeGroupDevice.populate_ksdata"]], "populate_ksdata() (blivet.devices.md.mdraidarraydevice method)": [[9, "blivet.devices.md.MDRaidArrayDevice.populate_ksdata"]], "populate_ksdata() (blivet.devices.nodev.tmpfsdevice method)": [[9, "blivet.devices.nodev.TmpFSDevice.populate_ksdata"]], "populate_ksdata() (blivet.devices.partition.partitiondevice method)": [[9, "blivet.devices.partition.PartitionDevice.populate_ksdata"]], "populate_ksdata() (blivet.devices.storage.storagedevice method)": [[9, "blivet.devices.storage.StorageDevice.populate_ksdata"]], "pre_commit_fixup() (blivet.devices.md.mdraidarraydevice method)": [[9, "blivet.devices.md.MDRaidArrayDevice.pre_commit_fixup"]], "pre_commit_fixup() (blivet.devices.partition.partitiondevice method)": [[9, "blivet.devices.partition.PartitionDevice.pre_commit_fixup"]], "pre_commit_fixup() (blivet.devices.storage.storagedevice method)": [[9, "blivet.devices.storage.StorageDevice.pre_commit_fixup"]], "probe() (blivet.devices.partition.partitiondevice method)": [[9, "blivet.devices.partition.PartitionDevice.probe"]], "profile (blivet.devices.lvm.lvmcachepoolmixin property)": [[9, "blivet.devices.lvm.LVMCachePoolMixin.profile"]], "profile (blivet.devices.lvm.lvmthinpoolmixin property)": [[9, "blivet.devices.lvm.LVMThinPoolMixin.profile"]], "protected (blivet.devices.lvm.lvmvolumegroupdevice property)": [[9, "blivet.devices.lvm.LVMVolumeGroupDevice.protected"]], "protected (blivet.devices.partition.partitiondevice property)": [[9, "blivet.devices.partition.PartitionDevice.protected"]], "protected (blivet.devices.storage.storagedevice property)": [[9, "blivet.devices.storage.StorageDevice.protected"]], "pv (blivet.devices.lvm.pvfreeinfo attribute)": [[9, "blivet.devices.lvm.PVFreeInfo.pv"]], "pv_free_info (blivet.devices.lvm.lvmvolumegroupdevice property)": [[9, "blivet.devices.lvm.LVMVolumeGroupDevice.pv_free_info"]], "pv_space_requests (blivet.devices.lvm.lvmcacherequest property)": [[9, "blivet.devices.lvm.LVMCacheRequest.pv_space_requests"]], "pv_space_used (blivet.devices.lvm.lvmcache property)": [[9, "blivet.devices.lvm.LVMCache.pv_space_used"]], "pv_space_used (blivet.devices.lvm.lvmlogicalvolumebase property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeBase.pv_space_used"]], "pv_space_used (blivet.devices.lvm.lvmwritecache property)": [[9, "blivet.devices.lvm.LVMWriteCache.pv_space_used"]], "pvs (blivet.devices.lvm.lvmvolumegroupdevice property)": [[9, "blivet.devices.lvm.LVMVolumeGroupDevice.pvs"]], "raid_disk_count (blivet.devices.disk.diskdevice property)": [[9, "blivet.devices.disk.DiskDevice.raid_disk_count"]], "raid_level (blivet.devices.disk.diskdevice property)": [[9, "blivet.devices.disk.DiskDevice.raid_level"]], "raid_level (blivet.devices.lvm.lvmlogicalvolumebase property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeBase.raid_level"]], "raid_stripe_size (blivet.devices.disk.diskdevice property)": [[9, "blivet.devices.disk.DiskDevice.raid_stripe_size"]], "raid_system (blivet.devices.disk.diskdevice property)": [[9, "blivet.devices.disk.DiskDevice.raid_system"]], "raw_device (blivet.devices.luks.integritydevice property)": [[9, "blivet.devices.luks.IntegrityDevice.raw_device"]], "raw_device (blivet.devices.luks.luksdevice property)": [[9, "blivet.devices.luks.LUKSDevice.raw_device"]], "raw_device (blivet.devices.storage.storagedevice property)": [[9, "blivet.devices.storage.StorageDevice.raw_device"]], "read_chunk_size() (blivet.devices.md.mdraidarraydevice method)": [[9, "blivet.devices.md.MDRaidArrayDevice.read_chunk_size"]], "read_current_size() (blivet.devices.disk.diskfile method)": [[9, "blivet.devices.disk.DiskFile.read_current_size"]], "read_current_size() (blivet.devices.file.filedevice method)": [[9, "blivet.devices.file.FileDevice.read_current_size"]], "read_current_size() (blivet.devices.lvm.lvmcachepoolmixin method)": [[9, "blivet.devices.lvm.LVMCachePoolMixin.read_current_size"]], "read_current_size() (blivet.devices.lvm.lvmlogicalvolumedevice method)": [[9, "blivet.devices.lvm.LVMLogicalVolumeDevice.read_current_size"]], "read_current_size() (blivet.devices.lvm.lvmsnapshotmixin method)": [[9, "blivet.devices.lvm.LVMSnapshotMixin.read_current_size"]], "read_current_size() (blivet.devices.lvm.lvmvdopoolmixin method)": [[9, "blivet.devices.lvm.LVMVDOPoolMixin.read_current_size"]], "read_current_size() (blivet.devices.partition.partitiondevice method)": [[9, "blivet.devices.partition.PartitionDevice.read_current_size"]], "read_current_size() (blivet.devices.storage.storagedevice method)": [[9, "blivet.devices.storage.StorageDevice.read_current_size"]], "read_hits (blivet.devices.lvm.lvmcachestats property)": [[9, "blivet.devices.lvm.LVMCacheStats.read_hits"]], "read_misses (blivet.devices.lvm.lvmcachestats property)": [[9, "blivet.devices.lvm.LVMCacheStats.read_misses"]], "readonly (blivet.devices.lvm.lvminternallogicalvolumemixin property)": [[9, "blivet.devices.lvm.LVMInternalLogicalVolumeMixin.readonly"]], "readonly (blivet.devices.lvm.lvmlogicalvolumedevice property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeDevice.readonly"]], "readonly (blivet.devices.storage.storagedevice property)": [[9, "blivet.devices.storage.StorageDevice.readonly"]], "remote (blivet.devices.lib.tags attribute)": [[9, "blivet.devices.lib.Tags.remote"]], "removable (blivet.devices.lib.tags attribute)": [[9, "blivet.devices.lib.Tags.removable"]], "removable (blivet.devices.storage.storagedevice property)": [[9, "blivet.devices.storage.StorageDevice.removable"]], "remove() (blivet.devices.container.containerdevice method)": [[9, "blivet.devices.container.ContainerDevice.remove"]], "remove() (blivet.devices.lib.parentlist method)": [[9, "blivet.devices.lib.ParentList.remove"]], "remove_child() (blivet.devices.device.device method)": [[9, "blivet.devices.device.Device.remove_child"]], "remove_hook() (blivet.devices.btrfs.btrfssubvolumedevice method)": [[9, "blivet.devices.btrfs.BTRFSSubVolumeDevice.remove_hook"]], "remove_hook() (blivet.devices.lvm.lvmcachepoolmixin method)": [[9, "blivet.devices.lvm.LVMCachePoolMixin.remove_hook"]], "remove_hook() (blivet.devices.lvm.lvminternallogicalvolumemixin method)": [[9, "blivet.devices.lvm.LVMInternalLogicalVolumeMixin.remove_hook"]], "remove_hook() (blivet.devices.lvm.lvmlogicalvolumedevice method)": [[9, "blivet.devices.lvm.LVMLogicalVolumeDevice.remove_hook"]], "remove_hook() (blivet.devices.lvm.lvmthinlogicalvolumemixin method)": [[9, "blivet.devices.lvm.LVMThinLogicalVolumeMixin.remove_hook"]], "remove_hook() (blivet.devices.lvm.lvmvdologicalvolumemixin method)": [[9, "blivet.devices.lvm.LVMVDOLogicalVolumeMixin.remove_hook"]], "remove_hook() (blivet.devices.lvm.lvmvolumegroupdevice method)": [[9, "blivet.devices.lvm.LVMVolumeGroupDevice.remove_hook"]], "remove_hook() (blivet.devices.partition.partitiondevice method)": [[9, "blivet.devices.partition.PartitionDevice.remove_hook"]], "remove_hook() (blivet.devices.storage.storagedevice method)": [[9, "blivet.devices.storage.StorageDevice.remove_hook"]], "remove_hook() (blivet.devices.stratis.stratispooldevice method)": [[9, "blivet.devices.stratis.StratisPoolDevice.remove_hook"]], "remove_internal_lv() (blivet.devices.lvm.lvmlogicalvolumebase method)": [[9, "blivet.devices.lvm.LVMLogicalVolumeBase.remove_internal_lv"]], "remove_subvolume() (blivet.devices.btrfs.btrfsvolumedevice method)": [[9, "blivet.devices.btrfs.BTRFSVolumeDevice.remove_subvolume"]], "removefunc (blivet.devices.lib.parentlist attribute)": [[9, "blivet.devices.lib.ParentList.removefunc"]], "reserved_percent (blivet.devices.lvm.lvmvolumegroupdevice property)": [[9, "blivet.devices.lvm.LVMVolumeGroupDevice.reserved_percent"]], "reserved_space (blivet.devices.lvm.lvmvolumegroupdevice property)": [[9, "blivet.devices.lvm.LVMVolumeGroupDevice.reserved_space"]], "resizable (blivet.devices.luks.luksdevice property)": [[9, "blivet.devices.luks.LUKSDevice.resizable"]], "resizable (blivet.devices.lvm.lvmcachepoolmixin property)": [[9, "blivet.devices.lvm.LVMCachePoolMixin.resizable"]], "resizable (blivet.devices.lvm.lvminternallogicalvolumemixin property)": [[9, "blivet.devices.lvm.LVMInternalLogicalVolumeMixin.resizable"]], "resizable (blivet.devices.lvm.lvmlogicalvolumedevice property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeDevice.resizable"]], "resizable (blivet.devices.lvm.lvmsnapshotmixin property)": [[9, "blivet.devices.lvm.LVMSnapshotMixin.resizable"]], "resizable (blivet.devices.lvm.lvmthinpoolmixin property)": [[9, "blivet.devices.lvm.LVMThinPoolMixin.resizable"]], "resizable (blivet.devices.lvm.lvmvdologicalvolumemixin property)": [[9, "blivet.devices.lvm.LVMVDOLogicalVolumeMixin.resizable"]], "resizable (blivet.devices.lvm.lvmvdopoolmixin property)": [[9, "blivet.devices.lvm.LVMVDOPoolMixin.resizable"]], "resizable (blivet.devices.partition.partitiondevice property)": [[9, "blivet.devices.partition.PartitionDevice.resizable"]], "resizable (blivet.devices.storage.storagedevice property)": [[9, "blivet.devices.storage.StorageDevice.resizable"]], "resize() (blivet.devices.luks.luksdevice method)": [[9, "blivet.devices.luks.LUKSDevice.resize"]], "resize() (blivet.devices.lvm.lvminternallogicalvolumemixin method)": [[9, "blivet.devices.lvm.LVMInternalLogicalVolumeMixin.resize"]], "resize() (blivet.devices.lvm.lvmlogicalvolumedevice method)": [[9, "blivet.devices.lvm.LVMLogicalVolumeDevice.resize"]], "resize() (blivet.devices.partition.partitiondevice method)": [[9, "blivet.devices.partition.PartitionDevice.resize"]], "resize() (blivet.devices.storage.storagedevice method)": [[9, "blivet.devices.storage.StorageDevice.resize"]], "sector_size (blivet.devices.disk.nvdimmnamespacedevice property)": [[9, "blivet.devices.disk.NVDIMMNamespaceDevice.sector_size"]], "sector_size (blivet.devices.md.mdraidarraydevice property)": [[9, "blivet.devices.md.MDRaidArrayDevice.sector_size"]], "sector_size (blivet.devices.partition.partitiondevice property)": [[9, "blivet.devices.partition.PartitionDevice.sector_size"]], "sector_size (blivet.devices.storage.storagedevice property)": [[9, "blivet.devices.storage.StorageDevice.sector_size"]], "serial (blivet.devices.disk.nvmecontroller attribute)": [[9, "blivet.devices.disk.NVMeController.serial"]], "serial (blivet.devices.storage.storagedevice property)": [[9, "blivet.devices.storage.StorageDevice.serial"]], "set_flag() (blivet.devices.partition.partitiondevice method)": [[9, "blivet.devices.partition.PartitionDevice.set_flag"]], "set_rw() (blivet.devices.lvm.lvmlogicalvolumebase method)": [[9, "blivet.devices.lvm.LVMLogicalVolumeBase.set_rw"]], "setup() (blivet.devices.device.device method)": [[9, "blivet.devices.device.Device.setup"]], "setup() (blivet.devices.lvm.lvminternallogicalvolumemixin method)": [[9, "blivet.devices.lvm.LVMInternalLogicalVolumeMixin.setup"]], "setup() (blivet.devices.lvm.lvmlogicalvolumedevice method)": [[9, "blivet.devices.lvm.LVMLogicalVolumeDevice.setup"]], "setup() (blivet.devices.lvm.lvmsnapshotmixin method)": [[9, "blivet.devices.lvm.LVMSnapshotMixin.setup"]], "setup() (blivet.devices.nfs.nfsdevice method)": [[9, "blivet.devices.nfs.NFSDevice.setup"]], "setup() (blivet.devices.nodev.nodevice method)": [[9, "blivet.devices.nodev.NoDevice.setup"]], "setup() (blivet.devices.storage.storagedevice method)": [[9, "blivet.devices.storage.StorageDevice.setup"]], "setup_parents() (blivet.devices.btrfs.btrfssubvolumedevice method)": [[9, "blivet.devices.btrfs.BTRFSSubVolumeDevice.setup_parents"]], "setup_parents() (blivet.devices.device.device method)": [[9, "blivet.devices.device.Device.setup_parents"]], "setup_parents() (blivet.devices.lvm.lvmlogicalvolumedevice method)": [[9, "blivet.devices.lvm.LVMLogicalVolumeDevice.setup_parents"]], "setup_parents() (blivet.devices.storage.storagedevice method)": [[9, "blivet.devices.storage.StorageDevice.setup_parents"]], "setup_partitions() (blivet.devices.dm.dmdevice method)": [[9, "blivet.devices.dm.DMDevice.setup_partitions"]], "size (blivet.devices.cache.cache property)": [[9, "blivet.devices.cache.Cache.size"]], "size (blivet.devices.cache.cacherequest property)": [[9, "blivet.devices.cache.CacheRequest.size"]], "size (blivet.devices.cache.cachestats property)": [[9, "blivet.devices.cache.CacheStats.size"]], "size (blivet.devices.loop.loopdevice property)": [[9, "blivet.devices.loop.LoopDevice.size"]], "size (blivet.devices.luks.integritydevice property)": [[9, "blivet.devices.luks.IntegrityDevice.size"]], "size (blivet.devices.luks.luksdevice property)": [[9, "blivet.devices.luks.LUKSDevice.size"]], "size (blivet.devices.lvm.lvmcache property)": [[9, "blivet.devices.lvm.LVMCache.size"]], "size (blivet.devices.lvm.lvmcacherequest property)": [[9, "blivet.devices.lvm.LVMCacheRequest.size"]], "size (blivet.devices.lvm.lvmcachestats property)": [[9, "blivet.devices.lvm.LVMCacheStats.size"]], "size (blivet.devices.lvm.lvmlogicalvolumedevice property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeDevice.size"]], "size (blivet.devices.lvm.lvmvolumegroupdevice property)": [[9, "blivet.devices.lvm.LVMVolumeGroupDevice.size"]], "size (blivet.devices.lvm.lvmwritecache property)": [[9, "blivet.devices.lvm.LVMWriteCache.size"]], "size (blivet.devices.lvm.pvfreeinfo attribute)": [[9, "blivet.devices.lvm.PVFreeInfo.size"]], "size (blivet.devices.md.mdbiosraidarraydevice property)": [[9, "blivet.devices.md.MDBiosRaidArrayDevice.size"]], "size (blivet.devices.md.mdraidarraydevice property)": [[9, "blivet.devices.md.MDRaidArrayDevice.size"]], "size (blivet.devices.nodev.tmpfsdevice property)": [[9, "blivet.devices.nodev.TmpFSDevice.size"]], "size (blivet.devices.storage.storagedevice property)": [[9, "blivet.devices.storage.StorageDevice.size"]], "size (blivet.devices.stratis.stratispooldevice property)": [[9, "blivet.devices.stratis.StratisPoolDevice.size"]], "source (blivet.devices.btrfs.btrfssnapshotdevice attribute)": [[9, "blivet.devices.btrfs.BTRFSSnapShotDevice.source"]], "spares (blivet.devices.md.mdraidarraydevice property)": [[9, "blivet.devices.md.MDRaidArrayDevice.spares"]], "ssd (blivet.devices.lib.tags attribute)": [[9, "blivet.devices.lib.Tags.ssd"]], "stats (blivet.devices.cache.cache property)": [[9, "blivet.devices.cache.Cache.stats"]], "stats (blivet.devices.lvm.lvmcache property)": [[9, "blivet.devices.lvm.LVMCache.stats"]], "stats (blivet.devices.lvm.lvmwritecache property)": [[9, "blivet.devices.lvm.LVMWriteCache.stats"]], "status (blivet.devices.btrfs.btrfsdevice property)": [[9, "blivet.devices.btrfs.BTRFSDevice.status"]], "status (blivet.devices.device.device property)": [[9, "blivet.devices.device.Device.status"]], "status (blivet.devices.dm.dmdevice property)": [[9, "blivet.devices.dm.DMDevice.status"]], "status (blivet.devices.loop.loopdevice property)": [[9, "blivet.devices.loop.LoopDevice.status"]], "status (blivet.devices.lvm.lvmvolumegroupdevice property)": [[9, "blivet.devices.lvm.LVMVolumeGroupDevice.status"]], "status (blivet.devices.md.mdraidarraydevice property)": [[9, "blivet.devices.md.MDRaidArrayDevice.status"]], "status (blivet.devices.storage.storagedevice property)": [[9, "blivet.devices.storage.StorageDevice.status"]], "subsysnqn (blivet.devices.disk.nvmecontroller attribute)": [[9, "blivet.devices.disk.NVMeController.subsysnqn"]], "sysfs_path (blivet.devices.disk.diskfile property)": [[9, "blivet.devices.disk.DiskFile.sysfs_path"]], "tags (blivet.devices.device.device property)": [[9, "blivet.devices.device.Device.tags"]], "takes_extra_space (blivet.devices.lvm.lvminternallogicalvolumemixin property)": [[9, "blivet.devices.lvm.LVMInternalLogicalVolumeMixin.takes_extra_space"]], "target_size (blivet.devices.storage.storagedevice property)": [[9, "blivet.devices.storage.StorageDevice.target_size"]], "teardown() (blivet.devices.device.device method)": [[9, "blivet.devices.device.Device.teardown"]], "teardown() (blivet.devices.dm.dmlineardevice method)": [[9, "blivet.devices.dm.DMLinearDevice.teardown"]], "teardown() (blivet.devices.lvm.lvminternallogicalvolumemixin method)": [[9, "blivet.devices.lvm.LVMInternalLogicalVolumeMixin.teardown"]], "teardown() (blivet.devices.lvm.lvmlogicalvolumedevice method)": [[9, "blivet.devices.lvm.LVMLogicalVolumeDevice.teardown"]], "teardown() (blivet.devices.lvm.lvmsnapshotmixin method)": [[9, "blivet.devices.lvm.LVMSnapshotMixin.teardown"]], "teardown() (blivet.devices.md.mdbiosraidarraydevice method)": [[9, "blivet.devices.md.MDBiosRaidArrayDevice.teardown"]], "teardown() (blivet.devices.md.mdcontainerdevice method)": [[9, "blivet.devices.md.MDContainerDevice.teardown"]], "teardown() (blivet.devices.md.mdraidarraydevice method)": [[9, "blivet.devices.md.MDRaidArrayDevice.teardown"]], "teardown() (blivet.devices.nfs.nfsdevice method)": [[9, "blivet.devices.nfs.NFSDevice.teardown"]], "teardown() (blivet.devices.nodev.nodevice method)": [[9, "blivet.devices.nodev.NoDevice.teardown"]], "teardown() (blivet.devices.storage.storagedevice method)": [[9, "blivet.devices.storage.StorageDevice.teardown"]], "teardown_parents() (blivet.devices.device.device method)": [[9, "blivet.devices.device.Device.teardown_parents"]], "teardown_partitions() (blivet.devices.dm.dmdevice method)": [[9, "blivet.devices.dm.DMDevice.teardown_partitions"]], "thinlvs (blivet.devices.lvm.lvmvolumegroupdevice property)": [[9, "blivet.devices.lvm.LVMVolumeGroupDevice.thinlvs"]], "thinpools (blivet.devices.lvm.lvmvolumegroupdevice property)": [[9, "blivet.devices.lvm.LVMVolumeGroupDevice.thinpools"]], "thpool_reserve (blivet.devices.lvm.lvmvolumegroupdevice property)": [[9, "blivet.devices.lvm.LVMVolumeGroupDevice.thpool_reserve"]], "total_devices (blivet.devices.md.mdbiosraidarraydevice property)": [[9, "blivet.devices.md.MDBiosRaidArrayDevice.total_devices"]], "total_devices (blivet.devices.md.mdraidarraydevice property)": [[9, "blivet.devices.md.MDRaidArrayDevice.total_devices"]], "transport (blivet.devices.disk.nvmecontroller attribute)": [[9, "blivet.devices.disk.NVMeController.transport"]], "transport_address (blivet.devices.disk.nvmecontroller attribute)": [[9, "blivet.devices.disk.NVMeController.transport_address"]], "type (blivet.devices.device.device property)": [[9, "blivet.devices.device.Device.type"]], "type (blivet.devices.lvm.lvmcache attribute)": [[9, "blivet.devices.lvm.LVMCache.type"]], "type (blivet.devices.lvm.lvmcachepoolmixin property)": [[9, "blivet.devices.lvm.LVMCachePoolMixin.type"]], "type (blivet.devices.lvm.lvminternallogicalvolumemixin property)": [[9, "blivet.devices.lvm.LVMInternalLogicalVolumeMixin.type"]], "type (blivet.devices.lvm.lvmlogicalvolumedevice property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeDevice.type"]], "type (blivet.devices.lvm.lvmsnapshotmixin property)": [[9, "blivet.devices.lvm.LVMSnapshotMixin.type"]], "type (blivet.devices.lvm.lvmthinlogicalvolumemixin property)": [[9, "blivet.devices.lvm.LVMThinLogicalVolumeMixin.type"]], "type (blivet.devices.lvm.lvmthinpoolmixin property)": [[9, "blivet.devices.lvm.LVMThinPoolMixin.type"]], "type (blivet.devices.lvm.lvmvdologicalvolumemixin property)": [[9, "blivet.devices.lvm.LVMVDOLogicalVolumeMixin.type"]], "type (blivet.devices.lvm.lvmvdopoolmixin property)": [[9, "blivet.devices.lvm.LVMVDOPoolMixin.type"]], "type (blivet.devices.lvm.lvmwritecache attribute)": [[9, "blivet.devices.lvm.LVMWriteCache.type"]], "type_description (blivet.devices.device.device property)": [[9, "blivet.devices.device.Device.type_description"]], "type_external_dependencies() (blivet.devices.device.device class method)": [[9, "blivet.devices.device.Device.type_external_dependencies"]], "type_external_dependencies() (blivet.devices.lvm.lvmvdologicalvolumemixin class method)": [[9, "blivet.devices.lvm.LVMVDOLogicalVolumeMixin.type_external_dependencies"]], "type_external_dependencies() (blivet.devices.lvm.lvmvdopoolmixin class method)": [[9, "blivet.devices.lvm.LVMVDOPoolMixin.type_external_dependencies"]], "type_specific() (blivet.devices.lvm.lvmlogicalvolumedevice method)": [[9, "blivet.devices.lvm.LVMLogicalVolumeDevice.type_specific"]], "unavailable_dependencies (blivet.devices.device.device property)": [[9, "blivet.devices.device.Device.unavailable_dependencies"]], "unavailable_direct_dependencies (blivet.devices.device.device property)": [[9, "blivet.devices.device.Device.unavailable_direct_dependencies"]], "unavailable_direct_dependencies (blivet.devices.lvm.lvmlogicalvolumedevice property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeDevice.unavailable_direct_dependencies"]], "unavailable_type_dependencies() (blivet.devices.device.device class method)": [[9, "blivet.devices.device.Device.unavailable_type_dependencies"]], "unavailable_type_dependencies() (blivet.devices.lvm.lvmvdologicalvolumemixin class method)": [[9, "blivet.devices.lvm.LVMVDOLogicalVolumeMixin.unavailable_type_dependencies"]], "unavailable_type_dependencies() (blivet.devices.lvm.lvmvdopoolmixin class method)": [[9, "blivet.devices.lvm.LVMVDOPoolMixin.unavailable_type_dependencies"]], "unknown (blivet.devices.lvm.lvminternallvtype attribute)": [[9, "blivet.devices.lvm.LVMInternalLVtype.unknown"]], "unset_flag() (blivet.devices.partition.partitiondevice method)": [[9, "blivet.devices.partition.PartitionDevice.unset_flag"]], "update_name() (blivet.devices.loop.loopdevice method)": [[9, "blivet.devices.loop.LoopDevice.update_name"]], "update_name() (blivet.devices.luks.luksdevice method)": [[9, "blivet.devices.luks.LUKSDevice.update_name"]], "update_name() (blivet.devices.partition.partitiondevice method)": [[9, "blivet.devices.partition.PartitionDevice.update_name"]], "update_size() (blivet.devices.btrfs.btrfsdevice method)": [[9, "blivet.devices.btrfs.BTRFSDevice.update_size"]], "update_size() (blivet.devices.container.containerdevice method)": [[9, "blivet.devices.container.ContainerDevice.update_size"]], "update_size() (blivet.devices.md.mdraidarraydevice method)": [[9, "blivet.devices.md.MDRaidArrayDevice.update_size"]], "update_size() (blivet.devices.nfs.nfsdevice method)": [[9, "blivet.devices.nfs.NFSDevice.update_size"]], "update_size() (blivet.devices.nodev.nodevice method)": [[9, "blivet.devices.nodev.NoDevice.update_size"]], "update_size() (blivet.devices.storage.storagedevice method)": [[9, "blivet.devices.storage.StorageDevice.update_size"]], "update_sysfs_path() (blivet.devices.btrfs.btrfsdevice method)": [[9, "blivet.devices.btrfs.BTRFSDevice.update_sysfs_path"]], "update_sysfs_path() (blivet.devices.disk.diskfile method)": [[9, "blivet.devices.disk.DiskFile.update_sysfs_path"]], "update_sysfs_path() (blivet.devices.file.filedevice method)": [[9, "blivet.devices.file.FileDevice.update_sysfs_path"]], "update_sysfs_path() (blivet.devices.lvm.lvmvolumegroupdevice method)": [[9, "blivet.devices.lvm.LVMVolumeGroupDevice.update_sysfs_path"]], "update_sysfs_path() (blivet.devices.nfs.nfsdevice method)": [[9, "blivet.devices.nfs.NFSDevice.update_sysfs_path"]], "update_sysfs_path() (blivet.devices.nodev.nodevice method)": [[9, "blivet.devices.nodev.NoDevice.update_sysfs_path"]], "update_sysfs_path() (blivet.devices.storage.storagedevice method)": [[9, "blivet.devices.storage.StorageDevice.update_sysfs_path"]], "usb (blivet.devices.lib.tags attribute)": [[9, "blivet.devices.lib.Tags.usb"]], "used (blivet.devices.cache.cachestats property)": [[9, "blivet.devices.cache.CacheStats.used"]], "used (blivet.devices.lvm.lvmcachestats property)": [[9, "blivet.devices.lvm.LVMCacheStats.used"]], "used_size (blivet.devices.stratis.stratisfilesystemdevice property)": [[9, "blivet.devices.stratis.StratisFilesystemDevice.used_size"]], "used_space (blivet.devices.lvm.lvmthinpoolmixin property)": [[9, "blivet.devices.lvm.LVMThinPoolMixin.used_space"]], "vdo_lv (blivet.devices.lvm.lvmvdopoolmixin property)": [[9, "blivet.devices.lvm.LVMVDOPoolMixin.vdo_lv"]], "vendor (blivet.devices.disk.multipathdevice property)": [[9, "blivet.devices.disk.MultipathDevice.vendor"]], "vendor (blivet.devices.storage.storagedevice property)": [[9, "blivet.devices.storage.StorageDevice.vendor"]], "vg (blivet.devices.lvm.lvminternallogicalvolumemixin property)": [[9, "blivet.devices.lvm.LVMInternalLogicalVolumeMixin.vg"]], "vg (blivet.devices.lvm.lvmlogicalvolumebase property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeBase.vg"]], "vg (blivet.devices.lvm.lvmlogicalvolumedevice property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeDevice.vg"]], "vg (blivet.devices.lvm.lvmthinlogicalvolumemixin property)": [[9, "blivet.devices.lvm.LVMThinLogicalVolumeMixin.vg"]], "vg (blivet.devices.lvm.lvmvdologicalvolumemixin property)": [[9, "blivet.devices.lvm.LVMVDOLogicalVolumeMixin.vg"]], "vg_space_used (blivet.devices.lvm.lvmcache property)": [[9, "blivet.devices.lvm.LVMCache.vg_space_used"]], "vg_space_used (blivet.devices.lvm.lvmlogicalvolumebase property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeBase.vg_space_used"]], "vg_space_used (blivet.devices.lvm.lvmlogicalvolumedevice property)": [[9, "blivet.devices.lvm.LVMLogicalVolumeDevice.vg_space_used"]], "vg_space_used (blivet.devices.lvm.lvmthinlogicalvolumemixin property)": [[9, "blivet.devices.lvm.LVMThinLogicalVolumeMixin.vg_space_used"]], "vg_space_used (blivet.devices.lvm.lvmvdologicalvolumemixin property)": [[9, "blivet.devices.lvm.LVMVDOLogicalVolumeMixin.vg_space_used"]], "vg_space_used (blivet.devices.lvm.lvmwritecache property)": [[9, "blivet.devices.lvm.LVMWriteCache.vg_space_used"]], "vol_id (blivet.devices.btrfs.btrfsvolumedevice attribute)": [[9, "blivet.devices.btrfs.BTRFSVolumeDevice.vol_id"]], "volume (blivet.devices.btrfs.btrfssubvolumedevice property)": [[9, "blivet.devices.btrfs.BTRFSSubVolumeDevice.volume"]], "vorigin (blivet.devices.lvm.lvmsnapshotmixin attribute)": [[9, "blivet.devices.lvm.LVMSnapshotMixin.vorigin"]], "weight (blivet.devices.partition.partitiondevice property)": [[9, "blivet.devices.partition.PartitionDevice.weight"]], "write_hits (blivet.devices.lvm.lvmcachestats property)": [[9, "blivet.devices.lvm.LVMCacheStats.write_hits"]], "write_misses (blivet.devices.lvm.lvmcachestats property)": [[9, "blivet.devices.lvm.LVMCacheStats.write_misses"]], "actioncanceled (class in blivet.events.changes)": [[10, "blivet.events.changes.ActionCanceled"]], "attributechanged (class in blivet.events.changes)": [[10, "blivet.events.changes.AttributeChanged"]], "deviceadded (class in blivet.events.changes)": [[10, "blivet.events.changes.DeviceAdded"]], "deviceremoved (class in blivet.events.changes)": [[10, "blivet.events.changes.DeviceRemoved"]], "event (class in blivet.events.manager)": [[10, "blivet.events.manager.Event"]], "eventhandlermixin (class in blivet.events.handler)": [[10, "blivet.events.handler.EventHandlerMixin"]], "eventmanager (class in blivet.events.manager)": [[10, "blivet.events.manager.EventManager"]], "eventmask (class in blivet.events.manager)": [[10, "blivet.events.manager.EventMask"]], "parentadded (class in blivet.events.changes)": [[10, "blivet.events.changes.ParentAdded"]], "parentremoved (class in blivet.events.changes)": [[10, "blivet.events.changes.ParentRemoved"]], "udeveventmanager (class in blivet.events.manager)": [[10, "blivet.events.manager.UdevEventManager"]], "action_removed_cb() (in module blivet.events.changes)": [[10, "blivet.events.changes.action_removed_cb"]], "add_mask() (blivet.events.manager.eventmanager method)": [[10, "blivet.events.manager.EventManager.add_mask"]], "attribute_changed_cb() (in module blivet.events.changes)": [[10, "blivet.events.changes.attribute_changed_cb"]], "blivet.events": [[10, "module-blivet.events"]], "blivet.events.changes": [[10, "module-blivet.events.changes"]], "blivet.events.handler": [[10, "module-blivet.events.handler"]], "blivet.events.manager": [[10, "module-blivet.events.manager"]], "data (in module blivet.events.changes)": [[10, "blivet.events.changes.data"]], "device_added_cb() (in module blivet.events.changes)": [[10, "blivet.events.changes.device_added_cb"]], "device_removed_cb() (in module blivet.events.changes)": [[10, "blivet.events.changes.device_removed_cb"]], "disable() (blivet.events.manager.eventmanager method)": [[10, "blivet.events.manager.EventManager.disable"]], "disable() (blivet.events.manager.udeveventmanager method)": [[10, "blivet.events.manager.UdevEventManager.disable"]], "disable_callbacks() (in module blivet.events.changes)": [[10, "blivet.events.changes.disable_callbacks"]], "enable() (blivet.events.manager.eventmanager method)": [[10, "blivet.events.manager.EventManager.enable"]], "enable() (blivet.events.manager.udeveventmanager method)": [[10, "blivet.events.manager.UdevEventManager.enable"]], "enable_callbacks() (in module blivet.events.changes)": [[10, "blivet.events.changes.enable_callbacks"]], "enabled (blivet.events.manager.eventmanager property)": [[10, "blivet.events.manager.EventManager.enabled"]], "enabled (blivet.events.manager.udeveventmanager property)": [[10, "blivet.events.manager.UdevEventManager.enabled"]], "error_cb (blivet.events.manager.eventmanager property)": [[10, "blivet.events.manager.EventManager.error_cb"]], "handle_event() (blivet.events.handler.eventhandlermixin method)": [[10, "blivet.events.handler.EventHandlerMixin.handle_event"]], "handle_event() (blivet.events.manager.eventmanager method)": [[10, "blivet.events.manager.EventManager.handle_event"]], "handler_cb (blivet.events.manager.eventmanager property)": [[10, "blivet.events.manager.EventManager.handler_cb"]], "match() (blivet.events.manager.eventmask method)": [[10, "blivet.events.manager.EventMask.match"]], "notify_cb (blivet.events.manager.eventmanager property)": [[10, "blivet.events.manager.EventManager.notify_cb"]], "parent_added_cb() (in module blivet.events.changes)": [[10, "blivet.events.changes.parent_added_cb"]], "parent_removed_cb() (in module blivet.events.changes)": [[10, "blivet.events.changes.parent_removed_cb"]], "record_change() (in module blivet.events.changes)": [[10, "blivet.events.changes.record_change"]], "remove_mask() (blivet.events.manager.eventmanager method)": [[10, "blivet.events.manager.EventManager.remove_mask"]], "validate_cb() (in module blivet.events.manager)": [[10, "blivet.events.manager.validate_cb"]], "applebootstrapfs (class in blivet.formats.fs)": [[11, "blivet.formats.fs.AppleBootstrapFS"]], "biosboot (class in blivet.formats.biosboot)": [[11, "blivet.formats.biosboot.BIOSBoot"]], "btrfs (class in blivet.formats.fs)": [[11, "blivet.formats.fs.BTRFS"]], "bindfs (class in blivet.formats.fs)": [[11, "blivet.formats.fs.BindFS"]], "dmraidmember (class in blivet.formats.dmraid)": [[11, "blivet.formats.dmraid.DMRaidMember"]], "devptsfs (class in blivet.formats.fs)": [[11, "blivet.formats.fs.DevPtsFS"]], "deviceformat (class in blivet.formats)": [[11, "blivet.formats.DeviceFormat"]], "disklabel (class in blivet.formats.disklabel)": [[11, "blivet.formats.disklabel.DiskLabel"]], "efifs (class in blivet.formats.fs)": [[11, "blivet.formats.fs.EFIFS"]], "efivarfs (class in blivet.formats.fs)": [[11, "blivet.formats.fs.EFIVarFS"]], "exfatfs (class in blivet.formats.fs)": [[11, "blivet.formats.fs.ExFATFS"]], "ext2fs (class in blivet.formats.fs)": [[11, "blivet.formats.fs.Ext2FS"]], "ext3fs (class in blivet.formats.fs)": [[11, "blivet.formats.fs.Ext3FS"]], "ext4fs (class in blivet.formats.fs)": [[11, "blivet.formats.fs.Ext4FS"]], "f2fs (class in blivet.formats.fs)": [[11, "blivet.formats.fs.F2FS"]], "fatfs (class in blivet.formats.fs)": [[11, "blivet.formats.fs.FATFS"]], "fs (class in blivet.formats.fs)": [[11, "blivet.formats.fs.FS"]], "fsresize (class in blivet.formats.fslib)": [[11, "blivet.formats.fslib.FSResize"]], "gfs2 (class in blivet.formats.fs)": [[11, "blivet.formats.fs.GFS2"]], "hfs (class in blivet.formats.fs)": [[11, "blivet.formats.fs.HFS"]], "hfsplus (class in blivet.formats.fs)": [[11, "blivet.formats.fs.HFSPlus"]], "integrity (class in blivet.formats.luks)": [[11, "blivet.formats.luks.Integrity"]], "iso9660fs (class in blivet.formats.fs)": [[11, "blivet.formats.fs.Iso9660FS"]], "jfs (class in blivet.formats.fs)": [[11, "blivet.formats.fs.JFS"]], "luks (class in blivet.formats.luks)": [[11, "blivet.formats.luks.LUKS"]], "luks2pbkdfargs (class in blivet.formats.luks)": [[11, "blivet.formats.luks.LUKS2PBKDFArgs"]], "lvmphysicalvolume (class in blivet.formats.lvmpv)": [[11, "blivet.formats.lvmpv.LVMPhysicalVolume"]], "mdraidmember (class in blivet.formats.mdraid)": [[11, "blivet.formats.mdraid.MDRaidMember"]], "macefifs (class in blivet.formats.fs)": [[11, "blivet.formats.fs.MacEFIFS"]], "multipathmember (class in blivet.formats.multipath)": [[11, "blivet.formats.multipath.MultipathMember"]], "nfs (class in blivet.formats.fs)": [[11, "blivet.formats.fs.NFS"]], "nfsv4 (class in blivet.formats.fs)": [[11, "blivet.formats.fs.NFSv4"]], "ntfs (class in blivet.formats.fs)": [[11, "blivet.formats.fs.NTFS"]], "nodevfs (class in blivet.formats.fs)": [[11, "blivet.formats.fs.NoDevFS"]], "offline_grow (blivet.formats.fslib.fsresize attribute)": [[11, "blivet.formats.fslib.FSResize.OFFLINE_GROW"]], "offline_shrink (blivet.formats.fslib.fsresize attribute)": [[11, "blivet.formats.fslib.FSResize.OFFLINE_SHRINK"]], "online_grow (blivet.formats.fslib.fsresize attribute)": [[11, "blivet.formats.fslib.FSResize.ONLINE_GROW"]], "online_shrink (blivet.formats.fslib.fsresize attribute)": [[11, "blivet.formats.fslib.FSResize.ONLINE_SHRINK"]], "ppcprepboot (class in blivet.formats.prepboot)": [[11, "blivet.formats.prepboot.PPCPRePBoot"]], "procfs (class in blivet.formats.fs)": [[11, "blivet.formats.fs.ProcFS"]], "reiserfs (class in blivet.formats.fs)": [[11, "blivet.formats.fs.ReiserFS"]], "selinuxfs (class in blivet.formats.fs)": [[11, "blivet.formats.fs.SELinuxFS"]], "stratisblockdev (class in blivet.formats.stratis)": [[11, "blivet.formats.stratis.StratisBlockdev"]], "stratisxfs (class in blivet.formats.fs)": [[11, "blivet.formats.fs.StratisXFS"]], "swapspace (class in blivet.formats.swap)": [[11, "blivet.formats.swap.SwapSpace"]], "sysfs (class in blivet.formats.fs)": [[11, "blivet.formats.fs.SysFS"]], "tmpfs (class in blivet.formats.fs)": [[11, "blivet.formats.fs.TmpFS"]], "udffs (class in blivet.formats.fs)": [[11, "blivet.formats.fs.UDFFS"]], "usbfs (class in blivet.formats.fs)": [[11, "blivet.formats.fs.USBFS"]], "xfs (class in blivet.formats.fs)": [[11, "blivet.formats.fs.XFS"]], "add_partition() (blivet.formats.disklabel.disklabel method)": [[11, "blivet.formats.disklabel.DiskLabel.add_partition"]], "add_passphrase() (blivet.formats.luks.luks method)": [[11, "blivet.formats.luks.LUKS.add_passphrase"]], "alignment (blivet.formats.disklabel.disklabel property)": [[11, "blivet.formats.disklabel.DiskLabel.alignment"]], "biggest_overhead_fs() (blivet.formats.fs.fs class method)": [[11, "blivet.formats.fs.FS.biggest_overhead_FS"]], "blivet.formats": [[11, "module-blivet.formats"]], "blivet.formats.biosboot": [[11, "module-blivet.formats.biosboot"]], "blivet.formats.disklabel": [[11, "module-blivet.formats.disklabel"]], "blivet.formats.dmraid": [[11, "module-blivet.formats.dmraid"]], "blivet.formats.fs": [[11, "module-blivet.formats.fs"]], "blivet.formats.fslib": [[11, "module-blivet.formats.fslib"]], "blivet.formats.luks": [[11, "module-blivet.formats.luks"]], "blivet.formats.lvmpv": [[11, "module-blivet.formats.lvmpv"]], "blivet.formats.mdraid": [[11, "module-blivet.formats.mdraid"]], "blivet.formats.multipath": [[11, "module-blivet.formats.multipath"]], "blivet.formats.prepboot": [[11, "module-blivet.formats.prepboot"]], "blivet.formats.stratis": [[11, "module-blivet.formats.stratis"]], "blivet.formats.swap": [[11, "module-blivet.formats.swap"]], "can_modify_uuid() (blivet.formats.fs.fs method)": [[11, "blivet.formats.fs.FS.can_modify_uuid"]], "can_nodiscard() (blivet.formats.fs.fs method)": [[11, "blivet.formats.fs.FS.can_nodiscard"]], "can_set_uuid() (blivet.formats.fs.fs method)": [[11, "blivet.formats.fs.FS.can_set_uuid"]], "check (blivet.formats.deviceformat property)": [[11, "blivet.formats.DeviceFormat.check"]], "check_module() (blivet.formats.fs.fs method)": [[11, "blivet.formats.fs.FS.check_module"]], "commit() (blivet.formats.disklabel.disklabel method)": [[11, "blivet.formats.disklabel.DiskLabel.commit"]], "commit_to_disk() (blivet.formats.disklabel.disklabel method)": [[11, "blivet.formats.disklabel.DiskLabel.commit_to_disk"]], "config_actions_map (blivet.formats.fs.fs attribute)": [[11, "blivet.formats.fs.FS.config_actions_map"]], "config_actions_map (blivet.formats.swap.swapspace attribute)": [[11, "blivet.formats.swap.SwapSpace.config_actions_map"]], "configured (blivet.formats.luks.luks property)": [[11, "blivet.formats.luks.LUKS.configured"]], "container_uuid (blivet.formats.fs.btrfs property)": [[11, "blivet.formats.fs.BTRFS.container_uuid"]], "container_uuid (blivet.formats.lvmpv.lvmphysicalvolume property)": [[11, "blivet.formats.lvmpv.LVMPhysicalVolume.container_uuid"]], "container_uuid (blivet.formats.mdraid.mdraidmember property)": [[11, "blivet.formats.mdraid.MDRaidMember.container_uuid"]], "controllable (blivet.formats.deviceformat property)": [[11, "blivet.formats.DeviceFormat.controllable"]], "controllable (blivet.formats.fs.fs property)": [[11, "blivet.formats.fs.FS.controllable"]], "controllable (blivet.formats.luks.luks property)": [[11, "blivet.formats.luks.LUKS.controllable"]], "controllable (blivet.formats.swap.swapspace property)": [[11, "blivet.formats.swap.SwapSpace.controllable"]], "create() (blivet.formats.deviceformat method)": [[11, "blivet.formats.DeviceFormat.create"]], "create() (blivet.formats.dmraid.dmraidmember method)": [[11, "blivet.formats.dmraid.DMRaidMember.create"]], "create() (blivet.formats.fs.btrfs method)": [[11, "blivet.formats.fs.BTRFS.create"]], "create() (blivet.formats.fs.tmpfs method)": [[11, "blivet.formats.fs.TmpFS.create"]], "create() (blivet.formats.multipath.multipathmember method)": [[11, "blivet.formats.multipath.MultipathMember.create"]], "create_options (blivet.formats.deviceformat property)": [[11, "blivet.formats.DeviceFormat.create_options"]], "current_size (blivet.formats.deviceformat property)": [[11, "blivet.formats.DeviceFormat.current_size"]], "desc (blivet.formats.deviceformat property)": [[11, "blivet.formats.DeviceFormat.desc"]], "desc (blivet.formats.disklabel.disklabel property)": [[11, "blivet.formats.disklabel.DiskLabel.desc"]], "desc (blivet.formats.fs.fs property)": [[11, "blivet.formats.fs.FS.desc"]], "destroy() (blivet.formats.deviceformat method)": [[11, "blivet.formats.DeviceFormat.destroy"]], "destroy() (blivet.formats.dmraid.dmraidmember method)": [[11, "blivet.formats.dmraid.DMRaidMember.destroy"]], "destroy() (blivet.formats.fs.btrfs method)": [[11, "blivet.formats.fs.BTRFS.destroy"]], "destroy() (blivet.formats.fs.tmpfs method)": [[11, "blivet.formats.fs.TmpFS.destroy"]], "destroy() (blivet.formats.multipath.multipathmember method)": [[11, "blivet.formats.multipath.MultipathMember.destroy"]], "destroyable (blivet.formats.deviceformat property)": [[11, "blivet.formats.DeviceFormat.destroyable"]], "destroyable (blivet.formats.luks.luks property)": [[11, "blivet.formats.luks.LUKS.destroyable"]], "destroyable (blivet.formats.lvmpv.lvmphysicalvolume property)": [[11, "blivet.formats.lvmpv.LVMPhysicalVolume.destroyable"]], "destroyable (blivet.formats.mdraid.mdraidmember property)": [[11, "blivet.formats.mdraid.MDRaidMember.destroyable"]], "device (blivet.formats.deviceformat property)": [[11, "blivet.formats.DeviceFormat.device"]], "dict (blivet.formats.deviceformat property)": [[11, "blivet.formats.DeviceFormat.dict"]], "dict (blivet.formats.disklabel.disklabel property)": [[11, "blivet.formats.disklabel.DiskLabel.dict"]], "dict (blivet.formats.fs.fs property)": [[11, "blivet.formats.fs.FS.dict"]], "dict (blivet.formats.luks.luks property)": [[11, "blivet.formats.luks.LUKS.dict"]], "dict (blivet.formats.lvmpv.lvmphysicalvolume property)": [[11, "blivet.formats.lvmpv.LVMPhysicalVolume.dict"]], "dict (blivet.formats.mdraid.mdraidmember property)": [[11, "blivet.formats.mdraid.MDRaidMember.dict"]], "dict (blivet.formats.stratis.stratisblockdev property)": [[11, "blivet.formats.stratis.StratisBlockdev.dict"]], "dict (blivet.formats.swap.swapspace property)": [[11, "blivet.formats.swap.SwapSpace.dict"]], "do_check() (blivet.formats.fs.fs method)": [[11, "blivet.formats.fs.FS.do_check"]], "do_resize() (blivet.formats.deviceformat method)": [[11, "blivet.formats.DeviceFormat.do_resize"]], "do_resize() (blivet.formats.fs.tmpfs method)": [[11, "blivet.formats.fs.TmpFS.do_resize"]], "dump (blivet.formats.deviceformat property)": [[11, "blivet.formats.DeviceFormat.dump"]], "end_alignment (blivet.formats.disklabel.disklabel property)": [[11, "blivet.formats.disklabel.DiskLabel.end_alignment"]], "escrow() (blivet.formats.luks.luks method)": [[11, "blivet.formats.luks.LUKS.escrow"]], "extended_partition (blivet.formats.disklabel.disklabel property)": [[11, "blivet.formats.disklabel.DiskLabel.extended_partition"]], "first_partition (blivet.formats.disklabel.disklabel property)": [[11, "blivet.formats.disklabel.DiskLabel.first_partition"]], "formattable (blivet.formats.deviceformat property)": [[11, "blivet.formats.DeviceFormat.formattable"]], "formattable (blivet.formats.fs.fs property)": [[11, "blivet.formats.fs.FS.formattable"]], "formattable (blivet.formats.luks.integrity property)": [[11, "blivet.formats.luks.Integrity.formattable"]], "formattable (blivet.formats.luks.luks property)": [[11, "blivet.formats.luks.LUKS.formattable"]], "formattable (blivet.formats.lvmpv.lvmphysicalvolume property)": [[11, "blivet.formats.lvmpv.LVMPhysicalVolume.formattable"]], "formattable (blivet.formats.mdraid.mdraidmember property)": [[11, "blivet.formats.mdraid.MDRaidMember.formattable"]], "formattable (blivet.formats.swap.swapspace property)": [[11, "blivet.formats.swap.SwapSpace.formattable"]], "free (blivet.formats.disklabel.disklabel property)": [[11, "blivet.formats.disklabel.DiskLabel.free"]], "free (blivet.formats.fs.fs property)": [[11, "blivet.formats.fs.FS.free"]], "free (blivet.formats.fs.tmpfs property)": [[11, "blivet.formats.fs.TmpFS.free"]], "free (blivet.formats.lvmpv.lvmphysicalvolume property)": [[11, "blivet.formats.lvmpv.LVMPhysicalVolume.free"]], "free_space_estimate() (blivet.formats.fs.fs class method)": [[11, "blivet.formats.fs.FS.free_space_estimate"]], "fresh_parted_disk() (blivet.formats.disklabel.disklabel method)": [[11, "blivet.formats.disklabel.DiskLabel.fresh_parted_disk"]], "generate_new_uuid() (blivet.formats.fs.fatfs method)": [[11, "blivet.formats.fs.FATFS.generate_new_uuid"]], "generate_new_uuid() (blivet.formats.fs.fs method)": [[11, "blivet.formats.fs.FS.generate_new_uuid"]], "generate_new_uuid() (blivet.formats.fs.ntfs method)": [[11, "blivet.formats.fs.NTFS.generate_new_uuid"]], "get_alignment() (blivet.formats.disklabel.disklabel method)": [[11, "blivet.formats.disklabel.DiskLabel.get_alignment"]], "get_default_filesystem_type() (in module blivet.formats)": [[11, "blivet.formats.get_default_filesystem_type"]], "get_device_format_class() (in module blivet.formats)": [[11, "blivet.formats.get_device_format_class"]], "get_end_alignment() (blivet.formats.disklabel.disklabel method)": [[11, "blivet.formats.disklabel.DiskLabel.get_end_alignment"]], "get_format() (in module blivet.formats)": [[11, "blivet.formats.get_format"]], "get_minimal_alignment() (blivet.formats.disklabel.disklabel method)": [[11, "blivet.formats.disklabel.DiskLabel.get_minimal_alignment"]], "get_optimal_alignment() (blivet.formats.disklabel.disklabel method)": [[11, "blivet.formats.disklabel.DiskLabel.get_optimal_alignment"]], "get_platform_label_types() (blivet.formats.disklabel.disklabel class method)": [[11, "blivet.formats.disklabel.DiskLabel.get_platform_label_types"]], "get_required_size() (blivet.formats.fs.fs class method)": [[11, "blivet.formats.fs.FS.get_required_size"]], "has_key (blivet.formats.luks.luks property)": [[11, "blivet.formats.luks.LUKS.has_key"]], "has_key (blivet.formats.stratis.stratisblockdev property)": [[11, "blivet.formats.stratis.StratisBlockdev.has_key"]], "hidden (blivet.formats.deviceformat property)": [[11, "blivet.formats.DeviceFormat.hidden"]], "hidden (blivet.formats.mdraid.mdraidmember property)": [[11, "blivet.formats.mdraid.MDRaidMember.hidden"]], "key_file (blivet.formats.luks.luks property)": [[11, "blivet.formats.luks.LUKS.key_file"]], "key_file (blivet.formats.stratis.stratisblockdev property)": [[11, "blivet.formats.stratis.StratisBlockdev.key_file"]], "ks_mountpoint (blivet.formats.deviceformat property)": [[11, "blivet.formats.DeviceFormat.ks_mountpoint"]], "label (blivet.formats.fs.fs property)": [[11, "blivet.formats.fs.FS.label"]], "label (blivet.formats.swap.swapspace property)": [[11, "blivet.formats.swap.SwapSpace.label"]], "label_format_ok() (blivet.formats.deviceformat method)": [[11, "blivet.formats.DeviceFormat.label_format_ok"]], "label_format_ok() (blivet.formats.fs.fs method)": [[11, "blivet.formats.fs.FS.label_format_ok"]], "label_format_ok() (blivet.formats.swap.swapspace method)": [[11, "blivet.formats.swap.SwapSpace.label_format_ok"]], "label_type (blivet.formats.disklabel.disklabel property)": [[11, "blivet.formats.disklabel.DiskLabel.label_type"]], "labeling() (blivet.formats.deviceformat method)": [[11, "blivet.formats.DeviceFormat.labeling"]], "labeling() (blivet.formats.fs.fs method)": [[11, "blivet.formats.fs.FS.labeling"]], "labeling() (blivet.formats.swap.swapspace method)": [[11, "blivet.formats.swap.SwapSpace.labeling"]], "linux_native (blivet.formats.deviceformat property)": [[11, "blivet.formats.DeviceFormat.linux_native"]], "logical_partitions (blivet.formats.disklabel.disklabel property)": [[11, "blivet.formats.disklabel.DiskLabel.logical_partitions"]], "lvmdevices_add() (blivet.formats.lvmpv.lvmphysicalvolume method)": [[11, "blivet.formats.lvmpv.LVMPhysicalVolume.lvmdevices_add"]], "lvmdevices_remove() (blivet.formats.lvmpv.lvmphysicalvolume method)": [[11, "blivet.formats.lvmpv.LVMPhysicalVolume.lvmdevices_remove"]], "magic_partition_number (blivet.formats.disklabel.disklabel property)": [[11, "blivet.formats.disklabel.DiskLabel.magic_partition_number"]], "max_size (blivet.formats.deviceformat property)": [[11, "blivet.formats.DeviceFormat.max_size"]], "member (blivet.formats.multipath.multipathmember property)": [[11, "blivet.formats.multipath.MultipathMember.member"]], "min_size (blivet.formats.deviceformat property)": [[11, "blivet.formats.DeviceFormat.min_size"]], "mount() (blivet.formats.fs.fs method)": [[11, "blivet.formats.fs.FS.mount"]], "mount_type (blivet.formats.fs.fs property)": [[11, "blivet.formats.fs.FS.mount_type"]], "mountable (blivet.formats.deviceformat property)": [[11, "blivet.formats.DeviceFormat.mountable"]], "mountable (blivet.formats.fs.fs property)": [[11, "blivet.formats.fs.FS.mountable"]], "name (blivet.formats.deviceformat property)": [[11, "blivet.formats.DeviceFormat.name"]], "name (blivet.formats.disklabel.disklabel property)": [[11, "blivet.formats.disklabel.DiskLabel.name"]], "name (blivet.formats.luks.luks property)": [[11, "blivet.formats.luks.LUKS.name"]], "options (blivet.formats.deviceformat property)": [[11, "blivet.formats.DeviceFormat.options"]], "packages (blivet.formats.deviceformat property)": [[11, "blivet.formats.DeviceFormat.packages"]], "parted_device (blivet.formats.disklabel.disklabel property)": [[11, "blivet.formats.disklabel.DiskLabel.parted_device"]], "parted_disk (blivet.formats.disklabel.disklabel property)": [[11, "blivet.formats.disklabel.DiskLabel.parted_disk"]], "parted_flag (blivet.formats.deviceformat attribute)": [[11, "blivet.formats.DeviceFormat.parted_flag"]], "parted_flag (blivet.formats.biosboot.biosboot attribute)": [[11, "blivet.formats.biosboot.BIOSBoot.parted_flag"]], "parted_flag (blivet.formats.fs.efifs attribute)": [[11, "blivet.formats.fs.EFIFS.parted_flag"]], "parted_flag (blivet.formats.lvmpv.lvmphysicalvolume attribute)": [[11, "blivet.formats.lvmpv.LVMPhysicalVolume.parted_flag"]], "parted_flag (blivet.formats.mdraid.mdraidmember attribute)": [[11, "blivet.formats.mdraid.MDRaidMember.parted_flag"]], "parted_flag (blivet.formats.prepboot.ppcprepboot attribute)": [[11, "blivet.formats.prepboot.PPCPRePBoot.parted_flag"]], "parted_flag (blivet.formats.swap.swapspace attribute)": [[11, "blivet.formats.swap.SwapSpace.parted_flag"]], "parted_system (blivet.formats.deviceformat attribute)": [[11, "blivet.formats.DeviceFormat.parted_system"]], "parted_system (blivet.formats.fs.ext2fs attribute)": [[11, "blivet.formats.fs.Ext2FS.parted_system"]], "parted_system (blivet.formats.fs.ext3fs attribute)": [[11, "blivet.formats.fs.Ext3FS.parted_system"]], "parted_system (blivet.formats.fs.ext4fs attribute)": [[11, "blivet.formats.fs.Ext4FS.parted_system"]], "parted_system (blivet.formats.fs.fatfs attribute)": [[11, "blivet.formats.fs.FATFS.parted_system"]], "parted_system (blivet.formats.fs.hfs attribute)": [[11, "blivet.formats.fs.HFS.parted_system"]], "parted_system (blivet.formats.fs.hfsplus attribute)": [[11, "blivet.formats.fs.HFSPlus.parted_system"]], "parted_system (blivet.formats.fs.jfs attribute)": [[11, "blivet.formats.fs.JFS.parted_system"]], "parted_system (blivet.formats.fs.ntfs attribute)": [[11, "blivet.formats.fs.NTFS.parted_system"]], "parted_system (blivet.formats.fs.reiserfs attribute)": [[11, "blivet.formats.fs.ReiserFS.parted_system"]], "parted_system (blivet.formats.fs.xfs attribute)": [[11, "blivet.formats.fs.XFS.parted_system"]], "parted_system (blivet.formats.swap.swapspace attribute)": [[11, "blivet.formats.swap.SwapSpace.parted_system"]], "partitions (blivet.formats.disklabel.disklabel property)": [[11, "blivet.formats.disklabel.DiskLabel.partitions"]], "passphrase (blivet.formats.luks.luks property)": [[11, "blivet.formats.luks.LUKS.passphrase"]], "passphrase (blivet.formats.stratis.stratisblockdev property)": [[11, "blivet.formats.stratis.StratisBlockdev.passphrase"]], "populate_ksdata() (blivet.formats.deviceformat method)": [[11, "blivet.formats.DeviceFormat.populate_ksdata"]], "populate_ksdata() (blivet.formats.fs.fs method)": [[11, "blivet.formats.fs.FS.populate_ksdata"]], "populate_ksdata() (blivet.formats.luks.luks method)": [[11, "blivet.formats.luks.LUKS.populate_ksdata"]], "primary_partitions (blivet.formats.disklabel.disklabel property)": [[11, "blivet.formats.disklabel.DiskLabel.primary_partitions"]], "priority (blivet.formats.swap.swapspace property)": [[11, "blivet.formats.swap.SwapSpace.priority"]], "read_label() (blivet.formats.fs.fs method)": [[11, "blivet.formats.fs.FS.read_label"]], "register_device_format() (in module blivet.formats)": [[11, "blivet.formats.register_device_format"]], "relabels() (blivet.formats.deviceformat method)": [[11, "blivet.formats.DeviceFormat.relabels"]], "relabels() (blivet.formats.fs.fs method)": [[11, "blivet.formats.fs.FS.relabels"]], "relabels() (blivet.formats.swap.swapspace method)": [[11, "blivet.formats.swap.SwapSpace.relabels"]], "remove_partition() (blivet.formats.disklabel.disklabel method)": [[11, "blivet.formats.disklabel.DiskLabel.remove_partition"]], "remove_passphrase() (blivet.formats.luks.luks method)": [[11, "blivet.formats.luks.LUKS.remove_passphrase"]], "reset_parted_disk() (blivet.formats.disklabel.disklabel method)": [[11, "blivet.formats.disklabel.DiskLabel.reset_parted_disk"]], "reset_uuid() (blivet.formats.fs.fs method)": [[11, "blivet.formats.fs.FS.reset_uuid"]], "resizable (blivet.formats.deviceformat property)": [[11, "blivet.formats.DeviceFormat.resizable"]], "resizable (blivet.formats.fs.fs property)": [[11, "blivet.formats.fs.FS.resizable"]], "sector_size (blivet.formats.disklabel.disklabel property)": [[11, "blivet.formats.disklabel.DiskLabel.sector_size"]], "set_default_label_type() (blivet.formats.disklabel.disklabel class method)": [[11, "blivet.formats.disklabel.DiskLabel.set_default_label_type"]], "setup() (blivet.formats.deviceformat method)": [[11, "blivet.formats.DeviceFormat.setup"]], "size (blivet.formats.deviceformat property)": [[11, "blivet.formats.DeviceFormat.size"]], "size (blivet.formats.disklabel.disklabel property)": [[11, "blivet.formats.disklabel.DiskLabel.size"]], "status (blivet.formats.deviceformat property)": [[11, "blivet.formats.DeviceFormat.status"]], "status (blivet.formats.biosboot.biosboot property)": [[11, "blivet.formats.biosboot.BIOSBoot.status"]], "status (blivet.formats.disklabel.disklabel property)": [[11, "blivet.formats.disklabel.DiskLabel.status"]], "status (blivet.formats.fs.fs property)": [[11, "blivet.formats.fs.FS.status"]], "status (blivet.formats.luks.integrity property)": [[11, "blivet.formats.luks.Integrity.status"]], "status (blivet.formats.luks.luks property)": [[11, "blivet.formats.luks.LUKS.status"]], "status (blivet.formats.lvmpv.lvmphysicalvolume property)": [[11, "blivet.formats.lvmpv.LVMPhysicalVolume.status"]], "status (blivet.formats.mdraid.mdraidmember property)": [[11, "blivet.formats.mdraid.MDRaidMember.status"]], "status (blivet.formats.prepboot.ppcprepboot property)": [[11, "blivet.formats.prepboot.PPCPRePBoot.status"]], "status (blivet.formats.stratis.stratisblockdev property)": [[11, "blivet.formats.stratis.StratisBlockdev.status"]], "status (blivet.formats.swap.swapspace property)": [[11, "blivet.formats.swap.SwapSpace.status"]], "supported (blivet.formats.deviceformat property)": [[11, "blivet.formats.DeviceFormat.supported"]], "supported (blivet.formats.biosboot.biosboot property)": [[11, "blivet.formats.biosboot.BIOSBoot.supported"]], "supported (blivet.formats.disklabel.disklabel property)": [[11, "blivet.formats.disklabel.DiskLabel.supported"]], "supported (blivet.formats.fs.applebootstrapfs property)": [[11, "blivet.formats.fs.AppleBootstrapFS.supported"]], "supported (blivet.formats.fs.efifs property)": [[11, "blivet.formats.fs.EFIFS.supported"]], "supported (blivet.formats.fs.fs property)": [[11, "blivet.formats.fs.FS.supported"]], "supported (blivet.formats.fs.gfs2 property)": [[11, "blivet.formats.fs.GFS2.supported"]], "supported (blivet.formats.fs.jfs property)": [[11, "blivet.formats.fs.JFS.supported"]], "supported (blivet.formats.fs.macefifs property)": [[11, "blivet.formats.fs.MacEFIFS.supported"]], "supported (blivet.formats.fs.reiserfs property)": [[11, "blivet.formats.fs.ReiserFS.supported"]], "supported (blivet.formats.luks.luks property)": [[11, "blivet.formats.luks.LUKS.supported"]], "supported (blivet.formats.lvmpv.lvmphysicalvolume property)": [[11, "blivet.formats.lvmpv.LVMPhysicalVolume.supported"]], "supported (blivet.formats.mdraid.mdraidmember property)": [[11, "blivet.formats.mdraid.MDRaidMember.supported"]], "supported (blivet.formats.prepboot.ppcprepboot property)": [[11, "blivet.formats.prepboot.PPCPRePBoot.supported"]], "supported (blivet.formats.swap.swapspace property)": [[11, "blivet.formats.swap.SwapSpace.supported"]], "supports_names (blivet.formats.disklabel.disklabel property)": [[11, "blivet.formats.disklabel.DiskLabel.supports_names"]], "sync() (blivet.formats.fs.fs method)": [[11, "blivet.formats.fs.FS.sync"]], "system_mountpoint (blivet.formats.fs.fs property)": [[11, "blivet.formats.fs.FS.system_mountpoint"]], "target_size (blivet.formats.deviceformat property)": [[11, "blivet.formats.DeviceFormat.target_size"]], "teardown() (blivet.formats.deviceformat method)": [[11, "blivet.formats.DeviceFormat.teardown"]], "test_mount() (blivet.formats.fs.fs method)": [[11, "blivet.formats.fs.FS.test_mount"]], "type (blivet.formats.deviceformat property)": [[11, "blivet.formats.DeviceFormat.type"]], "type (blivet.formats.fs.nodevfs property)": [[11, "blivet.formats.fs.NoDevFS.type"]], "unlock_pool() (blivet.formats.stratis.stratisblockdev method)": [[11, "blivet.formats.stratis.StratisBlockdev.unlock_pool"]], "unmount() (blivet.formats.fs.fs method)": [[11, "blivet.formats.fs.FS.unmount"]], "update_kernel_filesystems() (in module blivet.formats.fslib)": [[11, "blivet.formats.fslib.update_kernel_filesystems"]], "update_orig_parted_disk() (blivet.formats.disklabel.disklabel method)": [[11, "blivet.formats.disklabel.DiskLabel.update_orig_parted_disk"]], "update_parted_disk() (blivet.formats.disklabel.disklabel method)": [[11, "blivet.formats.disklabel.DiskLabel.update_parted_disk"]], "update_size_info() (blivet.formats.deviceformat method)": [[11, "blivet.formats.DeviceFormat.update_size_info"]], "update_size_info() (blivet.formats.fs.fs method)": [[11, "blivet.formats.fs.FS.update_size_info"]], "update_size_info() (blivet.formats.luks.luks method)": [[11, "blivet.formats.luks.LUKS.update_size_info"]], "update_size_info() (blivet.formats.lvmpv.lvmphysicalvolume method)": [[11, "blivet.formats.lvmpv.LVMPhysicalVolume.update_size_info"]], "utils_available (blivet.formats.fs.fs property)": [[11, "blivet.formats.fs.FS.utils_available"]], "uuid_format_ok() (blivet.formats.fs.fs method)": [[11, "blivet.formats.fs.FS.uuid_format_ok"]], "uuid_format_ok() (blivet.formats.swap.swapspace method)": [[11, "blivet.formats.swap.SwapSpace.uuid_format_ok"]], "write_label() (blivet.formats.fs.fs method)": [[11, "blivet.formats.fs.FS.write_label"]], "write_label() (blivet.formats.swap.swapspace method)": [[11, "blivet.formats.swap.SwapSpace.write_label"]], "write_uuid() (blivet.formats.fs.fs method)": [[11, "blivet.formats.fs.FS.write_uuid"]], "write_uuid() (blivet.formats.fs.xfs method)": [[11, "blivet.formats.fs.XFS.write_uuid"]], "populatormixin (class in blivet.populator.populator)": [[12, "blivet.populator.populator.PopulatorMixin"]], "blivet.populator": [[12, "module-blivet.populator"]], "blivet.populator.populator": [[12, "module-blivet.populator.populator"]], "drop_device_info_cache() (blivet.populator.populator.populatormixin method)": [[12, "blivet.populator.populator.PopulatorMixin.drop_device_info_cache"]], "handle_device() (blivet.populator.populator.populatormixin method)": [[12, "blivet.populator.populator.PopulatorMixin.handle_device"]], "handle_format() (blivet.populator.populator.populatormixin method)": [[12, "blivet.populator.populator.PopulatorMixin.handle_format"]], "handle_nodev_filesystems() (blivet.populator.populator.populatormixin method)": [[12, "blivet.populator.populator.PopulatorMixin.handle_nodev_filesystems"]], "parted_exn_handler() (in module blivet.populator.populator)": [[12, "blivet.populator.populator.parted_exn_handler"]], "populate() (blivet.populator.populator.populatormixin method)": [[12, "blivet.populator.populator.PopulatorMixin.populate"]], "reset() (blivet.populator.populator.populatormixin method)": [[12, "blivet.populator.populator.PopulatorMixin.reset"]], "save_luks_passphrase() (blivet.populator.populator.populatormixin method)": [[12, "blivet.populator.populator.PopulatorMixin.save_luks_passphrase"]], "set_disk_images() (blivet.populator.populator.populatormixin method)": [[12, "blivet.populator.populator.PopulatorMixin.set_disk_images"]], "setup_disk_images() (blivet.populator.populator.populatormixin method)": [[12, "blivet.populator.populator.PopulatorMixin.setup_disk_images"]], "teardown_disk_images() (blivet.populator.populator.populatormixin method)": [[12, "blivet.populator.populator.PopulatorMixin.teardown_disk_images"]], "applebootformatpopulator (class in blivet.populator.helpers.boot)": [[13, "blivet.populator.helpers.boot.AppleBootFormatPopulator"]], "btrfsformatpopulator (class in blivet.populator.helpers.btrfs)": [[13, "blivet.populator.helpers.btrfs.BTRFSFormatPopulator"]], "bootformatpopulator (class in blivet.populator.helpers.boot)": [[13, "blivet.populator.helpers.boot.BootFormatPopulator"]], "dasddevicepopulator (class in blivet.populator.helpers.disk)": [[13, "blivet.populator.helpers.disk.DASDDevicePopulator"]], "dmdevicepopulator (class in blivet.populator.helpers.dm)": [[13, "blivet.populator.helpers.dm.DMDevicePopulator"]], "devicepopulator (class in blivet.populator.helpers.devicepopulator)": [[13, "blivet.populator.helpers.devicepopulator.DevicePopulator"]], "diskdevicepopulator (class in blivet.populator.helpers.disk)": [[13, "blivet.populator.helpers.disk.DiskDevicePopulator"]], "disklabelformatpopulator (class in blivet.populator.helpers.disklabel)": [[13, "blivet.populator.helpers.disklabel.DiskLabelFormatPopulator"]], "efiformatpopulator (class in blivet.populator.helpers.boot)": [[13, "blivet.populator.helpers.boot.EFIFormatPopulator"]], "fcoedevicepopulator (class in blivet.populator.helpers.disk)": [[13, "blivet.populator.helpers.disk.FCoEDevicePopulator"]], "formatpopulator (class in blivet.populator.helpers.formatpopulator)": [[13, "blivet.populator.helpers.formatpopulator.FormatPopulator"]], "integritydevicepopulator (class in blivet.populator.helpers.luks)": [[13, "blivet.populator.helpers.luks.IntegrityDevicePopulator"]], "integrityformatpopulator (class in blivet.populator.helpers.luks)": [[13, "blivet.populator.helpers.luks.IntegrityFormatPopulator"]], "luksdevicepopulator (class in blivet.populator.helpers.luks)": [[13, "blivet.populator.helpers.luks.LUKSDevicePopulator"]], "luksformatpopulator (class in blivet.populator.helpers.luks)": [[13, "blivet.populator.helpers.luks.LUKSFormatPopulator"]], "lvmdevicepopulator (class in blivet.populator.helpers.lvm)": [[13, "blivet.populator.helpers.lvm.LVMDevicePopulator"]], "lvmformatpopulator (class in blivet.populator.helpers.lvm)": [[13, "blivet.populator.helpers.lvm.LVMFormatPopulator"]], "loopdevicepopulator (class in blivet.populator.helpers.loop)": [[13, "blivet.populator.helpers.loop.LoopDevicePopulator"]], "mdbiosraiddevicepopulator (class in blivet.populator.helpers.disk)": [[13, "blivet.populator.helpers.disk.MDBiosRaidDevicePopulator"]], "mddevicepopulator (class in blivet.populator.helpers.mdraid)": [[13, "blivet.populator.helpers.mdraid.MDDevicePopulator"]], "mdformatpopulator (class in blivet.populator.helpers.mdraid)": [[13, "blivet.populator.helpers.mdraid.MDFormatPopulator"]], "macefiformatpopulator (class in blivet.populator.helpers.boot)": [[13, "blivet.populator.helpers.boot.MacEFIFormatPopulator"]], "multipathdevicepopulator (class in blivet.populator.helpers.multipath)": [[13, "blivet.populator.helpers.multipath.MultipathDevicePopulator"]], "multipathformatpopulator (class in blivet.populator.helpers.multipath)": [[13, "blivet.populator.helpers.multipath.MultipathFormatPopulator"]], "nvdimmnamespacedevicepopulator (class in blivet.populator.helpers.disk)": [[13, "blivet.populator.helpers.disk.NVDIMMNamespaceDevicePopulator"]], "nvmefabricsnamespacedevicepopulator (class in blivet.populator.helpers.disk)": [[13, "blivet.populator.helpers.disk.NVMeFabricsNamespaceDevicePopulator"]], "nvmenamespacedevicepopulator (class in blivet.populator.helpers.disk)": [[13, "blivet.populator.helpers.disk.NVMeNamespaceDevicePopulator"]], "opticaldevicepopulator (class in blivet.populator.helpers.optical)": [[13, "blivet.populator.helpers.optical.OpticalDevicePopulator"]], "partitiondevicepopulator (class in blivet.populator.helpers.partition)": [[13, "blivet.populator.helpers.partition.PartitionDevicePopulator"]], "populatorhelper (class in blivet.populator.helpers.populatorhelper)": [[13, "blivet.populator.helpers.populatorhelper.PopulatorHelper"]], "stratisformatpopulator (class in blivet.populator.helpers.stratis)": [[13, "blivet.populator.helpers.stratis.StratisFormatPopulator"]], "stratisxfsformatpopulator (class in blivet.populator.helpers.stratis)": [[13, "blivet.populator.helpers.stratis.StratisXFSFormatPopulator"]], "zfcpdevicepopulator (class in blivet.populator.helpers.disk)": [[13, "blivet.populator.helpers.disk.ZFCPDevicePopulator"]], "blivet.populator.helpers": [[13, "module-blivet.populator.helpers"]], "blivet.populator.helpers.boot": [[13, "module-blivet.populator.helpers.boot"]], "blivet.populator.helpers.btrfs": [[13, "module-blivet.populator.helpers.btrfs"]], "blivet.populator.helpers.devicepopulator": [[13, "module-blivet.populator.helpers.devicepopulator"]], "blivet.populator.helpers.disk": [[13, "module-blivet.populator.helpers.disk"]], "blivet.populator.helpers.disklabel": [[13, "module-blivet.populator.helpers.disklabel"]], "blivet.populator.helpers.dm": [[13, "module-blivet.populator.helpers.dm"]], "blivet.populator.helpers.formatpopulator": [[13, "module-blivet.populator.helpers.formatpopulator"]], "blivet.populator.helpers.loop": [[13, "module-blivet.populator.helpers.loop"]], "blivet.populator.helpers.luks": [[13, "module-blivet.populator.helpers.luks"]], "blivet.populator.helpers.lvm": [[13, "module-blivet.populator.helpers.lvm"]], "blivet.populator.helpers.mdraid": [[13, "module-blivet.populator.helpers.mdraid"]], "blivet.populator.helpers.multipath": [[13, "module-blivet.populator.helpers.multipath"]], "blivet.populator.helpers.optical": [[13, "module-blivet.populator.helpers.optical"]], "blivet.populator.helpers.partition": [[13, "module-blivet.populator.helpers.partition"]], "blivet.populator.helpers.populatorhelper": [[13, "module-blivet.populator.helpers.populatorhelper"]], "blivet.populator.helpers.stratis": [[13, "module-blivet.populator.helpers.stratis"]], "get_device_helper() (in module blivet.populator.helpers)": [[13, "blivet.populator.helpers.get_device_helper"]], "get_format_helper() (in module blivet.populator.helpers)": [[13, "blivet.populator.helpers.get_format_helper"]], "iscsidevicepopulator (class in blivet.populator.helpers.disk)": [[13, "blivet.populator.helpers.disk.iScsiDevicePopulator"]], "match() (blivet.populator.helpers.boot.bootformatpopulator class method)": [[13, "blivet.populator.helpers.boot.BootFormatPopulator.match"]], "match() (blivet.populator.helpers.boot.macefiformatpopulator class method)": [[13, "blivet.populator.helpers.boot.MacEFIFormatPopulator.match"]], "match() (blivet.populator.helpers.devicepopulator.devicepopulator class method)": [[13, "blivet.populator.helpers.devicepopulator.DevicePopulator.match"]], "match() (blivet.populator.helpers.disk.dasddevicepopulator class method)": [[13, "blivet.populator.helpers.disk.DASDDevicePopulator.match"]], "match() (blivet.populator.helpers.disk.diskdevicepopulator class method)": [[13, "blivet.populator.helpers.disk.DiskDevicePopulator.match"]], "match() (blivet.populator.helpers.disk.fcoedevicepopulator class method)": [[13, "blivet.populator.helpers.disk.FCoEDevicePopulator.match"]], "match() (blivet.populator.helpers.disk.mdbiosraiddevicepopulator class method)": [[13, "blivet.populator.helpers.disk.MDBiosRaidDevicePopulator.match"]], "match() (blivet.populator.helpers.disk.nvdimmnamespacedevicepopulator class method)": [[13, "blivet.populator.helpers.disk.NVDIMMNamespaceDevicePopulator.match"]], "match() (blivet.populator.helpers.disk.nvmefabricsnamespacedevicepopulator class method)": [[13, "blivet.populator.helpers.disk.NVMeFabricsNamespaceDevicePopulator.match"]], "match() (blivet.populator.helpers.disk.nvmenamespacedevicepopulator class method)": [[13, "blivet.populator.helpers.disk.NVMeNamespaceDevicePopulator.match"]], "match() (blivet.populator.helpers.disk.zfcpdevicepopulator class method)": [[13, "blivet.populator.helpers.disk.ZFCPDevicePopulator.match"]], "match() (blivet.populator.helpers.disk.iscsidevicepopulator class method)": [[13, "blivet.populator.helpers.disk.iScsiDevicePopulator.match"]], "match() (blivet.populator.helpers.disklabel.disklabelformatpopulator class method)": [[13, "blivet.populator.helpers.disklabel.DiskLabelFormatPopulator.match"]], "match() (blivet.populator.helpers.dm.dmdevicepopulator class method)": [[13, "blivet.populator.helpers.dm.DMDevicePopulator.match"]], "match() (blivet.populator.helpers.formatpopulator.formatpopulator class method)": [[13, "blivet.populator.helpers.formatpopulator.FormatPopulator.match"]], "match() (blivet.populator.helpers.loop.loopdevicepopulator class method)": [[13, "blivet.populator.helpers.loop.LoopDevicePopulator.match"]], "match() (blivet.populator.helpers.luks.integritydevicepopulator class method)": [[13, "blivet.populator.helpers.luks.IntegrityDevicePopulator.match"]], "match() (blivet.populator.helpers.luks.luksdevicepopulator class method)": [[13, "blivet.populator.helpers.luks.LUKSDevicePopulator.match"]], "match() (blivet.populator.helpers.luks.luksformatpopulator class method)": [[13, "blivet.populator.helpers.luks.LUKSFormatPopulator.match"]], "match() (blivet.populator.helpers.lvm.lvmdevicepopulator class method)": [[13, "blivet.populator.helpers.lvm.LVMDevicePopulator.match"]], "match() (blivet.populator.helpers.mdraid.mddevicepopulator class method)": [[13, "blivet.populator.helpers.mdraid.MDDevicePopulator.match"]], "match() (blivet.populator.helpers.multipath.multipathdevicepopulator class method)": [[13, "blivet.populator.helpers.multipath.MultipathDevicePopulator.match"]], "match() (blivet.populator.helpers.optical.opticaldevicepopulator class method)": [[13, "blivet.populator.helpers.optical.OpticalDevicePopulator.match"]], "match() (blivet.populator.helpers.partition.partitiondevicepopulator class method)": [[13, "blivet.populator.helpers.partition.PartitionDevicePopulator.match"]], "match() (blivet.populator.helpers.populatorhelper.populatorhelper class method)": [[13, "blivet.populator.helpers.populatorhelper.PopulatorHelper.match"]], "match() (blivet.populator.helpers.stratis.stratisformatpopulator class method)": [[13, "blivet.populator.helpers.stratis.StratisFormatPopulator.match"]], "match() (blivet.populator.helpers.stratis.stratisxfsformatpopulator class method)": [[13, "blivet.populator.helpers.stratis.StratisXFSFormatPopulator.match"]], "priority (blivet.populator.helpers.boot.bootformatpopulator attribute)": [[13, "blivet.populator.helpers.boot.BootFormatPopulator.priority"]], "priority (blivet.populator.helpers.btrfs.btrfsformatpopulator attribute)": [[13, "blivet.populator.helpers.btrfs.BTRFSFormatPopulator.priority"]], "priority (blivet.populator.helpers.disk.dasddevicepopulator attribute)": [[13, "blivet.populator.helpers.disk.DASDDevicePopulator.priority"]], "priority (blivet.populator.helpers.disk.diskdevicepopulator attribute)": [[13, "blivet.populator.helpers.disk.DiskDevicePopulator.priority"]], "priority (blivet.populator.helpers.disk.fcoedevicepopulator attribute)": [[13, "blivet.populator.helpers.disk.FCoEDevicePopulator.priority"]], "priority (blivet.populator.helpers.disk.mdbiosraiddevicepopulator attribute)": [[13, "blivet.populator.helpers.disk.MDBiosRaidDevicePopulator.priority"]], "priority (blivet.populator.helpers.disk.nvdimmnamespacedevicepopulator attribute)": [[13, "blivet.populator.helpers.disk.NVDIMMNamespaceDevicePopulator.priority"]], "priority (blivet.populator.helpers.disk.nvmefabricsnamespacedevicepopulator attribute)": [[13, "blivet.populator.helpers.disk.NVMeFabricsNamespaceDevicePopulator.priority"]], "priority (blivet.populator.helpers.disk.nvmenamespacedevicepopulator attribute)": [[13, "blivet.populator.helpers.disk.NVMeNamespaceDevicePopulator.priority"]], "priority (blivet.populator.helpers.disk.zfcpdevicepopulator attribute)": [[13, "blivet.populator.helpers.disk.ZFCPDevicePopulator.priority"]], "priority (blivet.populator.helpers.disk.iscsidevicepopulator attribute)": [[13, "blivet.populator.helpers.disk.iScsiDevicePopulator.priority"]], "priority (blivet.populator.helpers.disklabel.disklabelformatpopulator attribute)": [[13, "blivet.populator.helpers.disklabel.DiskLabelFormatPopulator.priority"]], "priority (blivet.populator.helpers.dm.dmdevicepopulator attribute)": [[13, "blivet.populator.helpers.dm.DMDevicePopulator.priority"]], "priority (blivet.populator.helpers.formatpopulator.formatpopulator attribute)": [[13, "blivet.populator.helpers.formatpopulator.FormatPopulator.priority"]], "priority (blivet.populator.helpers.luks.integrityformatpopulator attribute)": [[13, "blivet.populator.helpers.luks.IntegrityFormatPopulator.priority"]], "priority (blivet.populator.helpers.luks.luksformatpopulator attribute)": [[13, "blivet.populator.helpers.luks.LUKSFormatPopulator.priority"]], "priority (blivet.populator.helpers.lvm.lvmformatpopulator attribute)": [[13, "blivet.populator.helpers.lvm.LVMFormatPopulator.priority"]], "priority (blivet.populator.helpers.mdraid.mdformatpopulator attribute)": [[13, "blivet.populator.helpers.mdraid.MDFormatPopulator.priority"]], "priority (blivet.populator.helpers.multipath.multipathformatpopulator attribute)": [[13, "blivet.populator.helpers.multipath.MultipathFormatPopulator.priority"]], "priority (blivet.populator.helpers.partition.partitiondevicepopulator attribute)": [[13, "blivet.populator.helpers.partition.PartitionDevicePopulator.priority"]], "priority (blivet.populator.helpers.populatorhelper.populatorhelper attribute)": [[13, "blivet.populator.helpers.populatorhelper.PopulatorHelper.priority"]], "priority (blivet.populator.helpers.stratis.stratisformatpopulator attribute)": [[13, "blivet.populator.helpers.stratis.StratisFormatPopulator.priority"]], "priority (blivet.populator.helpers.stratis.stratisxfsformatpopulator attribute)": [[13, "blivet.populator.helpers.stratis.StratisXFSFormatPopulator.priority"]], "run() (blivet.populator.helpers.btrfs.btrfsformatpopulator method)": [[13, "blivet.populator.helpers.btrfs.BTRFSFormatPopulator.run"]], "run() (blivet.populator.helpers.disk.diskdevicepopulator method)": [[13, "blivet.populator.helpers.disk.DiskDevicePopulator.run"]], "run() (blivet.populator.helpers.disklabel.disklabelformatpopulator method)": [[13, "blivet.populator.helpers.disklabel.DiskLabelFormatPopulator.run"]], "run() (blivet.populator.helpers.dm.dmdevicepopulator method)": [[13, "blivet.populator.helpers.dm.DMDevicePopulator.run"]], "run() (blivet.populator.helpers.formatpopulator.formatpopulator method)": [[13, "blivet.populator.helpers.formatpopulator.FormatPopulator.run"]], "run() (blivet.populator.helpers.loop.loopdevicepopulator method)": [[13, "blivet.populator.helpers.loop.LoopDevicePopulator.run"]], "run() (blivet.populator.helpers.luks.integritydevicepopulator method)": [[13, "blivet.populator.helpers.luks.IntegrityDevicePopulator.run"]], "run() (blivet.populator.helpers.luks.luksdevicepopulator method)": [[13, "blivet.populator.helpers.luks.LUKSDevicePopulator.run"]], "run() (blivet.populator.helpers.luks.luksformatpopulator method)": [[13, "blivet.populator.helpers.luks.LUKSFormatPopulator.run"]], "run() (blivet.populator.helpers.lvm.lvmdevicepopulator method)": [[13, "blivet.populator.helpers.lvm.LVMDevicePopulator.run"]], "run() (blivet.populator.helpers.lvm.lvmformatpopulator method)": [[13, "blivet.populator.helpers.lvm.LVMFormatPopulator.run"]], "run() (blivet.populator.helpers.mdraid.mddevicepopulator method)": [[13, "blivet.populator.helpers.mdraid.MDDevicePopulator.run"]], "run() (blivet.populator.helpers.mdraid.mdformatpopulator method)": [[13, "blivet.populator.helpers.mdraid.MDFormatPopulator.run"]], "run() (blivet.populator.helpers.multipath.multipathdevicepopulator method)": [[13, "blivet.populator.helpers.multipath.MultipathDevicePopulator.run"]], "run() (blivet.populator.helpers.optical.opticaldevicepopulator method)": [[13, "blivet.populator.helpers.optical.OpticalDevicePopulator.run"]], "run() (blivet.populator.helpers.partition.partitiondevicepopulator method)": [[13, "blivet.populator.helpers.partition.PartitionDevicePopulator.run"]], "run() (blivet.populator.helpers.populatorhelper.populatorhelper method)": [[13, "blivet.populator.helpers.populatorhelper.PopulatorHelper.run"]], "run() (blivet.populator.helpers.stratis.stratisformatpopulator method)": [[13, "blivet.populator.helpers.stratis.StratisFormatPopulator.run"]], "run() (blivet.populator.helpers.stratis.stratisxfsformatpopulator method)": [[13, "blivet.populator.helpers.stratis.StratisXFSFormatPopulator.run"]], "type_spec (blivet.populator.helpers.formatpopulator.formatpopulator property)": [[13, "blivet.populator.helpers.formatpopulator.FormatPopulator.type_spec"]], "update() (blivet.populator.helpers.devicepopulator.devicepopulator method)": [[13, "blivet.populator.helpers.devicepopulator.DevicePopulator.update"]], "update() (blivet.populator.helpers.disklabel.disklabelformatpopulator method)": [[13, "blivet.populator.helpers.disklabel.DiskLabelFormatPopulator.update"]], "update() (blivet.populator.helpers.formatpopulator.formatpopulator method)": [[13, "blivet.populator.helpers.formatpopulator.FormatPopulator.update"]], "update() (blivet.populator.helpers.lvm.lvmformatpopulator method)": [[13, "blivet.populator.helpers.lvm.LVMFormatPopulator.update"]], "update() (blivet.populator.helpers.mdraid.mdformatpopulator method)": [[13, "blivet.populator.helpers.mdraid.MDFormatPopulator.update"]], "update() (blivet.populator.helpers.populatorhelper.populatorhelper method)": [[13, "blivet.populator.helpers.populatorhelper.PopulatorHelper.update"]], "luks_data (class in blivet.static_data.luks_data)": [[14, "blivet.static_data.luks_data.LUKS_Data"]], "lvsinfo (class in blivet.static_data.lvm_info)": [[14, "blivet.static_data.lvm_info.LVsInfo"]], "mpathmembers (class in blivet.static_data.mpath_info)": [[14, "blivet.static_data.mpath_info.MpathMembers"]], "nvdimm (class in blivet.static_data.nvdimm)": [[14, "blivet.static_data.nvdimm.NVDIMM"]], "nvdimmdependencyguard (class in blivet.static_data.nvdimm)": [[14, "blivet.static_data.nvdimm.NVDIMMDependencyGuard"]], "pvsinfo (class in blivet.static_data.lvm_info)": [[14, "blivet.static_data.lvm_info.PVsInfo"]], "stratisblockdevinfo (class in blivet.static_data.stratis_info)": [[14, "blivet.static_data.stratis_info.StratisBlockdevInfo"]], "stratisfilesysteminfo (class in blivet.static_data.stratis_info)": [[14, "blivet.static_data.stratis_info.StratisFilesystemInfo"]], "stratisinfo (class in blivet.static_data.stratis_info)": [[14, "blivet.static_data.stratis_info.StratisInfo"]], "stratislockedpoolinfo (class in blivet.static_data.stratis_info)": [[14, "blivet.static_data.stratis_info.StratisLockedPoolInfo"]], "stratispoolinfo (class in blivet.static_data.stratis_info)": [[14, "blivet.static_data.stratis_info.StratisPoolInfo"]], "vgsinfo (class in blivet.static_data.lvm_info)": [[14, "blivet.static_data.lvm_info.VGsInfo"]], "add_passphrase() (blivet.static_data.luks_data.luks_data method)": [[14, "blivet.static_data.luks_data.LUKS_Data.add_passphrase"]], "add_passphrases() (blivet.static_data.luks_data.luks_data method)": [[14, "blivet.static_data.luks_data.LUKS_Data.add_passphrases"]], "blivet.static_data": [[14, "module-blivet.static_data"]], "blivet.static_data.luks_data": [[14, "module-blivet.static_data.luks_data"]], "blivet.static_data.lvm_info": [[14, "module-blivet.static_data.lvm_info"]], "blivet.static_data.mpath_info": [[14, "module-blivet.static_data.mpath_info"]], "blivet.static_data.nvdimm": [[14, "module-blivet.static_data.nvdimm"]], "blivet.static_data.stratis_info": [[14, "module-blivet.static_data.stratis_info"]], "blockdevs (blivet.static_data.stratis_info.stratisinfo property)": [[14, "blivet.static_data.stratis_info.StratisInfo.blockdevs"]], "cache (blivet.static_data.lvm_info.lvsinfo property)": [[14, "blivet.static_data.lvm_info.LVsInfo.cache"]], "cache (blivet.static_data.lvm_info.pvsinfo property)": [[14, "blivet.static_data.lvm_info.PVsInfo.cache"]], "cache (blivet.static_data.lvm_info.vgsinfo property)": [[14, "blivet.static_data.lvm_info.VGsInfo.cache"]], "clear_passphrases() (blivet.static_data.luks_data.luks_data method)": [[14, "blivet.static_data.luks_data.LUKS_Data.clear_passphrases"]], "devices (blivet.static_data.stratis_info.stratislockedpoolinfo attribute)": [[14, "blivet.static_data.stratis_info.StratisLockedPoolInfo.devices"]], "drop_cache() (blivet.static_data.lvm_info.lvsinfo method)": [[14, "blivet.static_data.lvm_info.LVsInfo.drop_cache"]], "drop_cache() (blivet.static_data.lvm_info.pvsinfo method)": [[14, "blivet.static_data.lvm_info.PVsInfo.drop_cache"]], "drop_cache() (blivet.static_data.lvm_info.vgsinfo method)": [[14, "blivet.static_data.lvm_info.VGsInfo.drop_cache"]], "drop_cache() (blivet.static_data.mpath_info.mpathmembers method)": [[14, "blivet.static_data.mpath_info.MpathMembers.drop_cache"]], "drop_cache() (blivet.static_data.stratis_info.stratisinfo method)": [[14, "blivet.static_data.stratis_info.StratisInfo.drop_cache"]], "enable_namespace() (blivet.static_data.nvdimm.nvdimm method)": [[14, "blivet.static_data.nvdimm.NVDIMM.enable_namespace"]], "encrypted (blivet.static_data.stratis_info.stratispoolinfo attribute)": [[14, "blivet.static_data.stratis_info.StratisPoolInfo.encrypted"]], "encryption_passphrase (blivet.static_data.luks_data.luks_data property)": [[14, "blivet.static_data.luks_data.LUKS_Data.encryption_passphrase"]], "error_msg (blivet.static_data.nvdimm.nvdimmdependencyguard attribute)": [[14, "blivet.static_data.nvdimm.NVDIMMDependencyGuard.error_msg"]], "filesystems (blivet.static_data.stratis_info.stratisinfo property)": [[14, "blivet.static_data.stratis_info.StratisInfo.filesystems"]], "get_blockdev_info() (blivet.static_data.stratis_info.stratisinfo method)": [[14, "blivet.static_data.stratis_info.StratisInfo.get_blockdev_info"]], "get_filesystem_info() (blivet.static_data.stratis_info.stratisinfo method)": [[14, "blivet.static_data.stratis_info.StratisInfo.get_filesystem_info"]], "get_namespace_info() (blivet.static_data.nvdimm.nvdimm method)": [[14, "blivet.static_data.nvdimm.NVDIMM.get_namespace_info"]], "get_pool_info() (blivet.static_data.stratis_info.stratisinfo method)": [[14, "blivet.static_data.stratis_info.StratisInfo.get_pool_info"]], "is_mpath_member() (blivet.static_data.mpath_info.mpathmembers method)": [[14, "blivet.static_data.mpath_info.MpathMembers.is_mpath_member"]], "key_desc (blivet.static_data.stratis_info.stratislockedpoolinfo attribute)": [[14, "blivet.static_data.stratis_info.StratisLockedPoolInfo.key_desc"]], "locked_pools (blivet.static_data.stratis_info.stratisinfo property)": [[14, "blivet.static_data.stratis_info.StratisInfo.locked_pools"]], "luks_devs (blivet.static_data.luks_data.luks_data property)": [[14, "blivet.static_data.luks_data.LUKS_Data.luks_devs"]], "min_entropy (blivet.static_data.luks_data.luks_data property)": [[14, "blivet.static_data.luks_data.LUKS_Data.min_entropy"]], "name (blivet.static_data.stratis_info.stratisfilesysteminfo attribute)": [[14, "blivet.static_data.stratis_info.StratisFilesystemInfo.name"]], "name (blivet.static_data.stratis_info.stratispoolinfo attribute)": [[14, "blivet.static_data.stratis_info.StratisPoolInfo.name"]], "namespaces (blivet.static_data.nvdimm.nvdimm property)": [[14, "blivet.static_data.nvdimm.NVDIMM.namespaces"]], "nvdimm (in module blivet.static_data.nvdimm)": [[14, "blivet.static_data.nvdimm.nvdimm"]], "object_path (blivet.static_data.stratis_info.stratisblockdevinfo attribute)": [[14, "blivet.static_data.stratis_info.StratisBlockdevInfo.object_path"]], "object_path (blivet.static_data.stratis_info.stratisfilesysteminfo attribute)": [[14, "blivet.static_data.stratis_info.StratisFilesystemInfo.object_path"]], "object_path (blivet.static_data.stratis_info.stratispoolinfo attribute)": [[14, "blivet.static_data.stratis_info.StratisPoolInfo.object_path"]], "passphrases (blivet.static_data.luks_data.luks_data property)": [[14, "blivet.static_data.luks_data.LUKS_Data.passphrases"]], "path (blivet.static_data.stratis_info.stratisblockdevinfo attribute)": [[14, "blivet.static_data.stratis_info.StratisBlockdevInfo.path"]], "pbkdf_args (blivet.static_data.luks_data.luks_data property)": [[14, "blivet.static_data.luks_data.LUKS_Data.pbkdf_args"]], "physical_size (blivet.static_data.stratis_info.stratispoolinfo attribute)": [[14, "blivet.static_data.stratis_info.StratisPoolInfo.physical_size"]], "physical_used (blivet.static_data.stratis_info.stratispoolinfo attribute)": [[14, "blivet.static_data.stratis_info.StratisPoolInfo.physical_used"]], "pool_name (blivet.static_data.stratis_info.stratisblockdevinfo attribute)": [[14, "blivet.static_data.stratis_info.StratisBlockdevInfo.pool_name"]], "pool_name (blivet.static_data.stratis_info.stratisfilesysteminfo attribute)": [[14, "blivet.static_data.stratis_info.StratisFilesystemInfo.pool_name"]], "pool_uuid (blivet.static_data.stratis_info.stratisblockdevinfo attribute)": [[14, "blivet.static_data.stratis_info.StratisBlockdevInfo.pool_uuid"]], "pool_uuid (blivet.static_data.stratis_info.stratisfilesysteminfo attribute)": [[14, "blivet.static_data.stratis_info.StratisFilesystemInfo.pool_uuid"]], "pools (blivet.static_data.stratis_info.stratisinfo property)": [[14, "blivet.static_data.stratis_info.StratisInfo.pools"]], "reconfigure_namespace() (blivet.static_data.nvdimm.nvdimm method)": [[14, "blivet.static_data.nvdimm.NVDIMM.reconfigure_namespace"]], "reset() (blivet.static_data.luks_data.luks_data method)": [[14, "blivet.static_data.luks_data.LUKS_Data.reset"]], "save_passphrase() (blivet.static_data.luks_data.luks_data method)": [[14, "blivet.static_data.luks_data.LUKS_Data.save_passphrase"]], "update_cache() (blivet.static_data.mpath_info.mpathmembers method)": [[14, "blivet.static_data.mpath_info.MpathMembers.update_cache"]], "update_namespaces_info() (blivet.static_data.nvdimm.nvdimm method)": [[14, "blivet.static_data.nvdimm.NVDIMM.update_namespaces_info"]], "used_size (blivet.static_data.stratis_info.stratisfilesysteminfo attribute)": [[14, "blivet.static_data.stratis_info.StratisFilesystemInfo.used_size"]], "uuid (blivet.static_data.stratis_info.stratisblockdevinfo attribute)": [[14, "blivet.static_data.stratis_info.StratisBlockdevInfo.uuid"]], "uuid (blivet.static_data.stratis_info.stratisfilesysteminfo attribute)": [[14, "blivet.static_data.stratis_info.StratisFilesystemInfo.uuid"]], "uuid (blivet.static_data.stratis_info.stratislockedpoolinfo attribute)": [[14, "blivet.static_data.stratis_info.StratisLockedPoolInfo.uuid"]], "uuid (blivet.static_data.stratis_info.stratispoolinfo attribute)": [[14, "blivet.static_data.stratis_info.StratisPoolInfo.uuid"]], "appversioninfo (class in blivet.tasks.availability)": [[15, "blivet.tasks.availability.AppVersionInfo"]], "applebootstrapfsmount (class in blivet.tasks.fsmount)": [[15, "blivet.tasks.fsmount.AppleBootstrapFSMount"]], "btrfsmkfs (class in blivet.tasks.fsmkfs)": [[15, "blivet.tasks.fsmkfs.BTRFSMkfs"]], "basicapplication (class in blivet.tasks.task)": [[15, "blivet.tasks.task.BasicApplication"]], "bindfsmount (class in blivet.tasks.fsmount)": [[15, "blivet.tasks.fsmount.BindFSMount"]], "blockdevmethod (class in blivet.tasks.availability)": [[15, "blivet.tasks.availability.BlockDevMethod"]], "blockdevtechinfo (class in blivet.tasks.availability)": [[15, "blivet.tasks.availability.BlockDevTechInfo"]], "dbusmethod (class in blivet.tasks.availability)": [[15, "blivet.tasks.availability.DBusMethod"]], "dfresizetask (class in blivet.tasks.dfresize)": [[15, "blivet.tasks.dfresize.DFResizeTask"]], "devptsfsmount (class in blivet.tasks.fsmount)": [[15, "blivet.tasks.fsmount.DevPtsFSMount"]], "dosfsck (class in blivet.tasks.fsck)": [[15, "blivet.tasks.fsck.DosFSCK"]], "dosfsreadlabel (class in blivet.tasks.fsreadlabel)": [[15, "blivet.tasks.fsreadlabel.DosFSReadLabel"]], "dosfswritelabel (class in blivet.tasks.fswritelabel)": [[15, "blivet.tasks.fswritelabel.DosFSWriteLabel"]], "efifsmount (class in blivet.tasks.fsmount)": [[15, "blivet.tasks.fsmount.EFIFSMount"]], "ext2fsck (class in blivet.tasks.fsck)": [[15, "blivet.tasks.fsck.Ext2FSCK"]], "ext2fsinfo (class in blivet.tasks.fsinfo)": [[15, "blivet.tasks.fsinfo.Ext2FSInfo"]], "ext2fslabeling (class in blivet.tasks.fslabeling)": [[15, "blivet.tasks.fslabeling.Ext2FSLabeling"]], "ext2fsminsize (class in blivet.tasks.fsminsize)": [[15, "blivet.tasks.fsminsize.Ext2FSMinSize"]], "ext2fsmkfs (class in blivet.tasks.fsmkfs)": [[15, "blivet.tasks.fsmkfs.Ext2FSMkfs"]], "ext2fsreadlabel (class in blivet.tasks.fsreadlabel)": [[15, "blivet.tasks.fsreadlabel.Ext2FSReadLabel"]], "ext2fsresize (class in blivet.tasks.fsresize)": [[15, "blivet.tasks.fsresize.Ext2FSResize"]], "ext2fssize (class in blivet.tasks.fssize)": [[15, "blivet.tasks.fssize.Ext2FSSize"]], "ext2fsuuid (class in blivet.tasks.fsuuid)": [[15, "blivet.tasks.fsuuid.Ext2FSUUID"]], "ext2fswritelabel (class in blivet.tasks.fswritelabel)": [[15, "blivet.tasks.fswritelabel.Ext2FSWriteLabel"]], "ext2fswriteuuid (class in blivet.tasks.fswriteuuid)": [[15, "blivet.tasks.fswriteuuid.Ext2FSWriteUUID"]], "ext3fsmkfs (class in blivet.tasks.fsmkfs)": [[15, "blivet.tasks.fsmkfs.Ext3FSMkfs"]], "ext4fsmkfs (class in blivet.tasks.fsmkfs)": [[15, "blivet.tasks.fsmkfs.Ext4FSMkfs"]], "externalresource (class in blivet.tasks.availability)": [[15, "blivet.tasks.availability.ExternalResource"]], "f2fsfsck (class in blivet.tasks.fsck)": [[15, "blivet.tasks.fsck.F2FSFSCK"]], "f2fslabeling (class in blivet.tasks.fslabeling)": [[15, "blivet.tasks.fslabeling.F2FSLabeling"]], "f2fsmkfs (class in blivet.tasks.fsmkfs)": [[15, "blivet.tasks.fsmkfs.F2FSMkfs"]], "fatfslabeling (class in blivet.tasks.fslabeling)": [[15, "blivet.tasks.fslabeling.FATFSLabeling"]], "fatfsmkfs (class in blivet.tasks.fsmkfs)": [[15, "blivet.tasks.fsmkfs.FATFSMkfs"]], "fatfsmount (class in blivet.tasks.fsmount)": [[15, "blivet.tasks.fsmount.FATFSMount"]], "fatfsuuid (class in blivet.tasks.fsuuid)": [[15, "blivet.tasks.fsuuid.FATFSUUID"]], "fsck (class in blivet.tasks.fsck)": [[15, "blivet.tasks.fsck.FSCK"]], "fsinfo (class in blivet.tasks.fsinfo)": [[15, "blivet.tasks.fsinfo.FSInfo"]], "fslabeling (class in blivet.tasks.fslabeling)": [[15, "blivet.tasks.fslabeling.FSLabeling"]], "fsminsize (class in blivet.tasks.fsminsize)": [[15, "blivet.tasks.fsminsize.FSMinSize"]], "fsmkfs (class in blivet.tasks.fsmkfs)": [[15, "blivet.tasks.fsmkfs.FSMkfs"]], "fsmkfstask (class in blivet.tasks.fsmkfs)": [[15, "blivet.tasks.fsmkfs.FSMkfsTask"]], "fsmount (class in blivet.tasks.fsmount)": [[15, "blivet.tasks.fsmount.FSMount"]], "fsreadlabel (class in blivet.tasks.fsreadlabel)": [[15, "blivet.tasks.fsreadlabel.FSReadLabel"]], "fsresize (class in blivet.tasks.fsresize)": [[15, "blivet.tasks.fsresize.FSResize"]], "fsresizetask (class in blivet.tasks.fsresize)": [[15, "blivet.tasks.fsresize.FSResizeTask"]], "fssize (class in blivet.tasks.fssize)": [[15, "blivet.tasks.fssize.FSSize"]], "fssync (class in blivet.tasks.fssync)": [[15, "blivet.tasks.fssync.FSSync"]], "fstask (class in blivet.tasks.fstask)": [[15, "blivet.tasks.fstask.FSTask"]], "fsuuid (class in blivet.tasks.fsuuid)": [[15, "blivet.tasks.fsuuid.FSUUID"]], "fswritelabel (class in blivet.tasks.fswritelabel)": [[15, "blivet.tasks.fswritelabel.FSWriteLabel"]], "fswriteuuid (class in blivet.tasks.fswriteuuid)": [[15, "blivet.tasks.fswriteuuid.FSWriteUUID"]], "gfs2mkfs (class in blivet.tasks.fsmkfs)": [[15, "blivet.tasks.fsmkfs.GFS2Mkfs"]], "hfslabeling (class in blivet.tasks.fslabeling)": [[15, "blivet.tasks.fslabeling.HFSLabeling"]], "hfsmkfs (class in blivet.tasks.fsmkfs)": [[15, "blivet.tasks.fsmkfs.HFSMkfs"]], "hfsplusfsck (class in blivet.tasks.fsck)": [[15, "blivet.tasks.fsck.HFSPlusFSCK"]], "hfspluslabeling (class in blivet.tasks.fslabeling)": [[15, "blivet.tasks.fslabeling.HFSPlusLabeling"]], "hfsplusmkfs (class in blivet.tasks.fsmkfs)": [[15, "blivet.tasks.fsmkfs.HFSPlusMkfs"]], "hfsplusmount (class in blivet.tasks.fsmount)": [[15, "blivet.tasks.fsmount.HFSPlusMount"]], "hfsplusuuid (class in blivet.tasks.fsuuid)": [[15, "blivet.tasks.fsuuid.HFSPlusUUID"]], "iso9660fsmount (class in blivet.tasks.fsmount)": [[15, "blivet.tasks.fsmount.Iso9660FSMount"]], "jfsinfo (class in blivet.tasks.fsinfo)": [[15, "blivet.tasks.fsinfo.JFSInfo"]], "jfslabeling (class in blivet.tasks.fslabeling)": [[15, "blivet.tasks.fslabeling.JFSLabeling"]], "jfsmkfs (class in blivet.tasks.fsmkfs)": [[15, "blivet.tasks.fsmkfs.JFSMkfs"]], "jfssize (class in blivet.tasks.fssize)": [[15, "blivet.tasks.fssize.JFSSize"]], "jfsuuid (class in blivet.tasks.fsuuid)": [[15, "blivet.tasks.fsuuid.JFSUUID"]], "jfswritelabel (class in blivet.tasks.fswritelabel)": [[15, "blivet.tasks.fswritelabel.JFSWriteLabel"]], "jfswriteuuid (class in blivet.tasks.fswriteuuid)": [[15, "blivet.tasks.fswriteuuid.JFSWriteUUID"]], "luksresize (class in blivet.tasks.lukstasks)": [[15, "blivet.tasks.lukstasks.LUKSResize"]], "lukssize (class in blivet.tasks.lukstasks)": [[15, "blivet.tasks.lukstasks.LUKSSize"]], "method (class in blivet.tasks.availability)": [[15, "blivet.tasks.availability.Method"]], "nfsmount (class in blivet.tasks.fsmount)": [[15, "blivet.tasks.fsmount.NFSMount"]], "ntfsfsck (class in blivet.tasks.fsck)": [[15, "blivet.tasks.fsck.NTFSFSCK"]], "ntfsinfo (class in blivet.tasks.fsinfo)": [[15, "blivet.tasks.fsinfo.NTFSInfo"]], "ntfslabeling (class in blivet.tasks.fslabeling)": [[15, "blivet.tasks.fslabeling.NTFSLabeling"]], "ntfsminsize (class in blivet.tasks.fsminsize)": [[15, "blivet.tasks.fsminsize.NTFSMinSize"]], "ntfsmkfs (class in blivet.tasks.fsmkfs)": [[15, "blivet.tasks.fsmkfs.NTFSMkfs"]], "ntfsmount (class in blivet.tasks.fsmount)": [[15, "blivet.tasks.fsmount.NTFSMount"]], "ntfsreadlabel (class in blivet.tasks.fsreadlabel)": [[15, "blivet.tasks.fsreadlabel.NTFSReadLabel"]], "ntfsresize (class in blivet.tasks.fsresize)": [[15, "blivet.tasks.fsresize.NTFSResize"]], "ntfssize (class in blivet.tasks.fssize)": [[15, "blivet.tasks.fssize.NTFSSize"]], "ntfsuuid (class in blivet.tasks.fsuuid)": [[15, "blivet.tasks.fsuuid.NTFSUUID"]], "ntfswritelabel (class in blivet.tasks.fswritelabel)": [[15, "blivet.tasks.fswritelabel.NTFSWriteLabel"]], "ntfswriteuuid (class in blivet.tasks.fswriteuuid)": [[15, "blivet.tasks.fswriteuuid.NTFSWriteUUID"]], "nodevfsmount (class in blivet.tasks.fsmount)": [[15, "blivet.tasks.fsmount.NoDevFSMount"]], "pvresize (class in blivet.tasks.pvtask)": [[15, "blivet.tasks.pvtask.PVResize"]], "pvsize (class in blivet.tasks.pvtask)": [[15, "blivet.tasks.pvtask.PVSize"]], "reiserfsinfo (class in blivet.tasks.fsinfo)": [[15, "blivet.tasks.fsinfo.ReiserFSInfo"]], "reiserfslabeling (class in blivet.tasks.fslabeling)": [[15, "blivet.tasks.fslabeling.ReiserFSLabeling"]], "reiserfsmkfs (class in blivet.tasks.fsmkfs)": [[15, "blivet.tasks.fsmkfs.ReiserFSMkfs"]], "reiserfssize (class in blivet.tasks.fssize)": [[15, "blivet.tasks.fssize.ReiserFSSize"]], "reiserfsuuid (class in blivet.tasks.fsuuid)": [[15, "blivet.tasks.fsuuid.ReiserFSUUID"]], "reiserfswritelabel (class in blivet.tasks.fswritelabel)": [[15, "blivet.tasks.fswritelabel.ReiserFSWriteLabel"]], "reiserfswriteuuid (class in blivet.tasks.fswriteuuid)": [[15, "blivet.tasks.fswriteuuid.ReiserFSWriteUUID"]], "selinuxfsmount (class in blivet.tasks.fsmount)": [[15, "blivet.tasks.fsmount.SELinuxFSMount"]], "stratisxfsmount (class in blivet.tasks.fsmount)": [[15, "blivet.tasks.fsmount.StratisXFSMount"]], "task (class in blivet.tasks.task)": [[15, "blivet.tasks.task.Task"]], "tmpfsmount (class in blivet.tasks.fsmount)": [[15, "blivet.tasks.fsmount.TmpFSMount"]], "tmpfsresize (class in blivet.tasks.fsresize)": [[15, "blivet.tasks.fsresize.TmpFSResize"]], "tmpfssize (class in blivet.tasks.fssize)": [[15, "blivet.tasks.fssize.TmpFSSize"]], "udffsmount (class in blivet.tasks.fsmount)": [[15, "blivet.tasks.fsmount.UDFFSMount"]], "unimplementeddfresize (class in blivet.tasks.dfresize)": [[15, "blivet.tasks.dfresize.UnimplementedDFResize"]], "unimplementedfsck (class in blivet.tasks.fsck)": [[15, "blivet.tasks.fsck.UnimplementedFSCK"]], "unimplementedfsinfo (class in blivet.tasks.fsinfo)": [[15, "blivet.tasks.fsinfo.UnimplementedFSInfo"]], "unimplementedfsminsize (class in blivet.tasks.fsminsize)": [[15, "blivet.tasks.fsminsize.UnimplementedFSMinSize"]], "unimplementedfsmkfs (class in blivet.tasks.fsmkfs)": [[15, "blivet.tasks.fsmkfs.UnimplementedFSMkfs"]], "unimplementedfsreadlabel (class in blivet.tasks.fsreadlabel)": [[15, "blivet.tasks.fsreadlabel.UnimplementedFSReadLabel"]], "unimplementedfsresize (class in blivet.tasks.fsresize)": [[15, "blivet.tasks.fsresize.UnimplementedFSResize"]], "unimplementedfssize (class in blivet.tasks.fssize)": [[15, "blivet.tasks.fssize.UnimplementedFSSize"]], "unimplementedfssync (class in blivet.tasks.fssync)": [[15, "blivet.tasks.fssync.UnimplementedFSSync"]], "unimplementedfstask (class in blivet.tasks.fstask)": [[15, "blivet.tasks.fstask.UnimplementedFSTask"]], "unimplementedfswritelabel (class in blivet.tasks.fswritelabel)": [[15, "blivet.tasks.fswritelabel.UnimplementedFSWriteLabel"]], "unimplementedfswriteuuid (class in blivet.tasks.fswriteuuid)": [[15, "blivet.tasks.fswriteuuid.UnimplementedFSWriteUUID"]], "unimplementedtask (class in blivet.tasks.task)": [[15, "blivet.tasks.task.UnimplementedTask"]], "versionmethod (class in blivet.tasks.availability)": [[15, "blivet.tasks.availability.VersionMethod"]], "xfsck (class in blivet.tasks.fsck)": [[15, "blivet.tasks.fsck.XFSCK"]], "xfsinfo (class in blivet.tasks.fsinfo)": [[15, "blivet.tasks.fsinfo.XFSInfo"]], "xfslabeling (class in blivet.tasks.fslabeling)": [[15, "blivet.tasks.fslabeling.XFSLabeling"]], "xfsmkfs (class in blivet.tasks.fsmkfs)": [[15, "blivet.tasks.fsmkfs.XFSMkfs"]], "xfsreadlabel (class in blivet.tasks.fsreadlabel)": [[15, "blivet.tasks.fsreadlabel.XFSReadLabel"]], "xfsresize (class in blivet.tasks.fsresize)": [[15, "blivet.tasks.fsresize.XFSResize"]], "xfssize (class in blivet.tasks.fssize)": [[15, "blivet.tasks.fssize.XFSSize"]], "xfssync (class in blivet.tasks.fssync)": [[15, "blivet.tasks.fssync.XFSSync"]], "xfsuuid (class in blivet.tasks.fsuuid)": [[15, "blivet.tasks.fsuuid.XFSUUID"]], "xfswritelabel (class in blivet.tasks.fswritelabel)": [[15, "blivet.tasks.fswritelabel.XFSWriteLabel"]], "xfswriteuuid (class in blivet.tasks.fswriteuuid)": [[15, "blivet.tasks.fswriteuuid.XFSWriteUUID"]], "application() (in module blivet.tasks.availability)": [[15, "blivet.tasks.availability.application"]], "application_by_version() (in module blivet.tasks.availability)": [[15, "blivet.tasks.availability.application_by_version"]], "args (blivet.tasks.fsmkfs.btrfsmkfs property)": [[15, "blivet.tasks.fsmkfs.BTRFSMkfs.args"]], "args (blivet.tasks.fsmkfs.ext2fsmkfs property)": [[15, "blivet.tasks.fsmkfs.Ext2FSMkfs.args"]], "args (blivet.tasks.fsmkfs.f2fsmkfs property)": [[15, "blivet.tasks.fsmkfs.F2FSMkfs.args"]], "args (blivet.tasks.fsmkfs.fatfsmkfs property)": [[15, "blivet.tasks.fsmkfs.FATFSMkfs.args"]], "args (blivet.tasks.fsmkfs.fsmkfs property)": [[15, "blivet.tasks.fsmkfs.FSMkfs.args"]], "args (blivet.tasks.fsmkfs.gfs2mkfs property)": [[15, "blivet.tasks.fsmkfs.GFS2Mkfs.args"]], "args (blivet.tasks.fsmkfs.hfsmkfs property)": [[15, "blivet.tasks.fsmkfs.HFSMkfs.args"]], "args (blivet.tasks.fsmkfs.hfsplusmkfs property)": [[15, "blivet.tasks.fsmkfs.HFSPlusMkfs.args"]], "args (blivet.tasks.fsmkfs.jfsmkfs property)": [[15, "blivet.tasks.fsmkfs.JFSMkfs.args"]], "args (blivet.tasks.fsmkfs.ntfsmkfs property)": [[15, "blivet.tasks.fsmkfs.NTFSMkfs.args"]], "args (blivet.tasks.fsmkfs.reiserfsmkfs property)": [[15, "blivet.tasks.fsmkfs.ReiserFSMkfs.args"]], "args (blivet.tasks.fsmkfs.xfsmkfs property)": [[15, "blivet.tasks.fsmkfs.XFSMkfs.args"]], "args (blivet.tasks.fsreadlabel.dosfsreadlabel property)": [[15, "blivet.tasks.fsreadlabel.DosFSReadLabel.args"]], "args (blivet.tasks.fsreadlabel.ext2fsreadlabel property)": [[15, "blivet.tasks.fsreadlabel.Ext2FSReadLabel.args"]], "args (blivet.tasks.fsreadlabel.fsreadlabel property)": [[15, "blivet.tasks.fsreadlabel.FSReadLabel.args"]], "args (blivet.tasks.fsreadlabel.ntfsreadlabel property)": [[15, "blivet.tasks.fsreadlabel.NTFSReadLabel.args"]], "args (blivet.tasks.fsreadlabel.xfsreadlabel property)": [[15, "blivet.tasks.fsreadlabel.XFSReadLabel.args"]], "args (blivet.tasks.fsresize.ext2fsresize property)": [[15, "blivet.tasks.fsresize.Ext2FSResize.args"]], "args (blivet.tasks.fsresize.fsresize property)": [[15, "blivet.tasks.fsresize.FSResize.args"]], "args (blivet.tasks.fsresize.ntfsresize property)": [[15, "blivet.tasks.fsresize.NTFSResize.args"]], "args (blivet.tasks.fsresize.tmpfsresize property)": [[15, "blivet.tasks.fsresize.TmpFSResize.args"]], "args (blivet.tasks.fsresize.xfsresize property)": [[15, "blivet.tasks.fsresize.XFSResize.args"]], "args (blivet.tasks.fswritelabel.dosfswritelabel property)": [[15, "blivet.tasks.fswritelabel.DosFSWriteLabel.args"]], "args (blivet.tasks.fswritelabel.ext2fswritelabel property)": [[15, "blivet.tasks.fswritelabel.Ext2FSWriteLabel.args"]], "args (blivet.tasks.fswritelabel.fswritelabel property)": [[15, "blivet.tasks.fswritelabel.FSWriteLabel.args"]], "args (blivet.tasks.fswritelabel.jfswritelabel property)": [[15, "blivet.tasks.fswritelabel.JFSWriteLabel.args"]], "args (blivet.tasks.fswritelabel.ntfswritelabel property)": [[15, "blivet.tasks.fswritelabel.NTFSWriteLabel.args"]], "args (blivet.tasks.fswritelabel.reiserfswritelabel property)": [[15, "blivet.tasks.fswritelabel.ReiserFSWriteLabel.args"]], "args (blivet.tasks.fswritelabel.xfswritelabel property)": [[15, "blivet.tasks.fswritelabel.XFSWriteLabel.args"]], "args (blivet.tasks.fswriteuuid.ext2fswriteuuid property)": [[15, "blivet.tasks.fswriteuuid.Ext2FSWriteUUID.args"]], "args (blivet.tasks.fswriteuuid.fswriteuuid property)": [[15, "blivet.tasks.fswriteuuid.FSWriteUUID.args"]], "args (blivet.tasks.fswriteuuid.jfswriteuuid property)": [[15, "blivet.tasks.fswriteuuid.JFSWriteUUID.args"]], "args (blivet.tasks.fswriteuuid.ntfswriteuuid property)": [[15, "blivet.tasks.fswriteuuid.NTFSWriteUUID.args"]], "args (blivet.tasks.fswriteuuid.reiserfswriteuuid property)": [[15, "blivet.tasks.fswriteuuid.ReiserFSWriteUUID.args"]], "args (blivet.tasks.fswriteuuid.xfswriteuuid property)": [[15, "blivet.tasks.fswriteuuid.XFSWriteUUID.args"]], "availability_errors (blivet.tasks.availability.externalresource property)": [[15, "blivet.tasks.availability.ExternalResource.availability_errors"]], "availability_errors (blivet.tasks.task.task property)": [[15, "blivet.tasks.task.Task.availability_errors"]], "availability_errors() (blivet.tasks.availability.blockdevmethod method)": [[15, "blivet.tasks.availability.BlockDevMethod.availability_errors"]], "availability_errors() (blivet.tasks.availability.dbusmethod method)": [[15, "blivet.tasks.availability.DBusMethod.availability_errors"]], "availability_errors() (blivet.tasks.availability.method method)": [[15, "blivet.tasks.availability.Method.availability_errors"]], "availability_errors() (blivet.tasks.availability.versionmethod method)": [[15, "blivet.tasks.availability.VersionMethod.availability_errors"]], "available (blivet.tasks.availability.externalresource property)": [[15, "blivet.tasks.availability.ExternalResource.available"]], "available (blivet.tasks.task.task property)": [[15, "blivet.tasks.task.Task.available"]], "available_resource() (in module blivet.tasks.availability)": [[15, "blivet.tasks.availability.available_resource"]], "blivet.tasks": [[15, "module-blivet.tasks"]], "blivet.tasks.availability": [[15, "module-blivet.tasks.availability"]], "blivet.tasks.dfresize": [[15, "module-blivet.tasks.dfresize"]], "blivet.tasks.fsck": [[15, "module-blivet.tasks.fsck"]], "blivet.tasks.fsinfo": [[15, "module-blivet.tasks.fsinfo"]], "blivet.tasks.fslabeling": [[15, "module-blivet.tasks.fslabeling"]], "blivet.tasks.fsminsize": [[15, "module-blivet.tasks.fsminsize"]], "blivet.tasks.fsmkfs": [[15, "module-blivet.tasks.fsmkfs"]], "blivet.tasks.fsmount": [[15, "module-blivet.tasks.fsmount"]], "blivet.tasks.fsreadlabel": [[15, "module-blivet.tasks.fsreadlabel"]], "blivet.tasks.fsresize": [[15, "module-blivet.tasks.fsresize"]], "blivet.tasks.fssize": [[15, "module-blivet.tasks.fssize"]], "blivet.tasks.fssync": [[15, "module-blivet.tasks.fssync"]], "blivet.tasks.fstask": [[15, "module-blivet.tasks.fstask"]], "blivet.tasks.fsuuid": [[15, "module-blivet.tasks.fsuuid"]], "blivet.tasks.fswritelabel": [[15, "module-blivet.tasks.fswritelabel"]], "blivet.tasks.fswriteuuid": [[15, "module-blivet.tasks.fswriteuuid"]], "blivet.tasks.lukstasks": [[15, "module-blivet.tasks.lukstasks"]], "blivet.tasks.pvtask": [[15, "module-blivet.tasks.pvtask"]], "blivet.tasks.task": [[15, "module-blivet.tasks.task"]], "blockdev_plugin() (in module blivet.tasks.availability)": [[15, "blivet.tasks.availability.blockdev_plugin"]], "can_label (blivet.tasks.fsmkfs.fsmkfs property)": [[15, "blivet.tasks.fsmkfs.FSMkfs.can_label"]], "can_label (blivet.tasks.fsmkfs.fsmkfstask property)": [[15, "blivet.tasks.fsmkfs.FSMkfsTask.can_label"]], "can_label (blivet.tasks.fsmkfs.unimplementedfsmkfs property)": [[15, "blivet.tasks.fsmkfs.UnimplementedFSMkfs.can_label"]], "can_nodiscard (blivet.tasks.fsmkfs.fsmkfs property)": [[15, "blivet.tasks.fsmkfs.FSMkfs.can_nodiscard"]], "can_nodiscard (blivet.tasks.fsmkfs.fsmkfstask property)": [[15, "blivet.tasks.fsmkfs.FSMkfsTask.can_nodiscard"]], "can_nodiscard (blivet.tasks.fsmkfs.unimplementedfsmkfs property)": [[15, "blivet.tasks.fsmkfs.UnimplementedFSMkfs.can_nodiscard"]], "can_set_uuid (blivet.tasks.fsmkfs.fsmkfs property)": [[15, "blivet.tasks.fsmkfs.FSMkfs.can_set_uuid"]], "can_set_uuid (blivet.tasks.fsmkfs.fsmkfstask property)": [[15, "blivet.tasks.fsmkfs.FSMkfsTask.can_set_uuid"]], "can_set_uuid (blivet.tasks.fsmkfs.unimplementedfsmkfs property)": [[15, "blivet.tasks.fsmkfs.UnimplementedFSMkfs.can_set_uuid"]], "dbus_service() (in module blivet.tasks.availability)": [[15, "blivet.tasks.availability.dbus_service"]], "default_label (blivet.tasks.fslabeling.ext2fslabeling attribute)": [[15, "blivet.tasks.fslabeling.Ext2FSLabeling.default_label"]], "default_label (blivet.tasks.fslabeling.f2fslabeling attribute)": [[15, "blivet.tasks.fslabeling.F2FSLabeling.default_label"]], "default_label (blivet.tasks.fslabeling.fatfslabeling attribute)": [[15, "blivet.tasks.fslabeling.FATFSLabeling.default_label"]], "default_label (blivet.tasks.fslabeling.fslabeling property)": [[15, "blivet.tasks.fslabeling.FSLabeling.default_label"]], "default_label (blivet.tasks.fslabeling.hfslabeling attribute)": [[15, "blivet.tasks.fslabeling.HFSLabeling.default_label"]], "default_label (blivet.tasks.fslabeling.hfspluslabeling attribute)": [[15, "blivet.tasks.fslabeling.HFSPlusLabeling.default_label"]], "default_label (blivet.tasks.fslabeling.jfslabeling attribute)": [[15, "blivet.tasks.fslabeling.JFSLabeling.default_label"]], "default_label (blivet.tasks.fslabeling.ntfslabeling attribute)": [[15, "blivet.tasks.fslabeling.NTFSLabeling.default_label"]], "default_label (blivet.tasks.fslabeling.reiserfslabeling attribute)": [[15, "blivet.tasks.fslabeling.ReiserFSLabeling.default_label"]], "default_label (blivet.tasks.fslabeling.xfslabeling attribute)": [[15, "blivet.tasks.fslabeling.XFSLabeling.default_label"]], "depends_on (blivet.tasks.fsminsize.ext2fsminsize property)": [[15, "blivet.tasks.fsminsize.Ext2FSMinSize.depends_on"]], "depends_on (blivet.tasks.fssize.fssize property)": [[15, "blivet.tasks.fssize.FSSize.depends_on"]], "depends_on (blivet.tasks.task.basicapplication property)": [[15, "blivet.tasks.task.BasicApplication.depends_on"]], "depends_on (blivet.tasks.task.task property)": [[15, "blivet.tasks.task.Task.depends_on"]], "depends_on (blivet.tasks.task.unimplementedtask attribute)": [[15, "blivet.tasks.task.UnimplementedTask.depends_on"]], "description (blivet.tasks.fsck.fsck attribute)": [[15, "blivet.tasks.fsck.FSCK.description"]], "description (blivet.tasks.fsinfo.fsinfo attribute)": [[15, "blivet.tasks.fsinfo.FSInfo.description"]], "description (blivet.tasks.fsminsize.fsminsize attribute)": [[15, "blivet.tasks.fsminsize.FSMinSize.description"]], "description (blivet.tasks.fsmkfs.fsmkfs attribute)": [[15, "blivet.tasks.fsmkfs.FSMkfs.description"]], "description (blivet.tasks.fsmount.fsmount attribute)": [[15, "blivet.tasks.fsmount.FSMount.description"]], "description (blivet.tasks.fsreadlabel.fsreadlabel attribute)": [[15, "blivet.tasks.fsreadlabel.FSReadLabel.description"]], "description (blivet.tasks.fsresize.fsresize attribute)": [[15, "blivet.tasks.fsresize.FSResize.description"]], "description (blivet.tasks.fssize.fssize attribute)": [[15, "blivet.tasks.fssize.FSSize.description"]], "description (blivet.tasks.fssize.tmpfssize attribute)": [[15, "blivet.tasks.fssize.TmpFSSize.description"]], "description (blivet.tasks.fssync.fssync attribute)": [[15, "blivet.tasks.fssync.FSSync.description"]], "description (blivet.tasks.fstask.fstask attribute)": [[15, "blivet.tasks.fstask.FSTask.description"]], "description (blivet.tasks.fswritelabel.fswritelabel attribute)": [[15, "blivet.tasks.fswritelabel.FSWriteLabel.description"]], "description (blivet.tasks.fswriteuuid.fswriteuuid attribute)": [[15, "blivet.tasks.fswriteuuid.FSWriteUUID.description"]], "description (blivet.tasks.lukstasks.luksresize attribute)": [[15, "blivet.tasks.lukstasks.LUKSResize.description"]], "description (blivet.tasks.lukstasks.lukssize attribute)": [[15, "blivet.tasks.lukstasks.LUKSSize.description"]], "description (blivet.tasks.pvtask.pvresize attribute)": [[15, "blivet.tasks.pvtask.PVResize.description"]], "description (blivet.tasks.pvtask.pvsize attribute)": [[15, "blivet.tasks.pvtask.PVSize.description"]], "description (blivet.tasks.task.task property)": [[15, "blivet.tasks.task.Task.description"]], "description (blivet.tasks.task.unimplementedtask attribute)": [[15, "blivet.tasks.task.UnimplementedTask.description"]], "do_task() (blivet.tasks.fsck.fsck method)": [[15, "blivet.tasks.fsck.FSCK.do_task"]], "do_task() (blivet.tasks.fsinfo.fsinfo method)": [[15, "blivet.tasks.fsinfo.FSInfo.do_task"]], "do_task() (blivet.tasks.fsminsize.ext2fsminsize method)": [[15, "blivet.tasks.fsminsize.Ext2FSMinSize.do_task"]], "do_task() (blivet.tasks.fsminsize.fsminsize method)": [[15, "blivet.tasks.fsminsize.FSMinSize.do_task"]], "do_task() (blivet.tasks.fsminsize.ntfsminsize method)": [[15, "blivet.tasks.fsminsize.NTFSMinSize.do_task"]], "do_task() (blivet.tasks.fsmkfs.fsmkfs method)": [[15, "blivet.tasks.fsmkfs.FSMkfs.do_task"]], "do_task() (blivet.tasks.fsmount.fsmount method)": [[15, "blivet.tasks.fsmount.FSMount.do_task"]], "do_task() (blivet.tasks.fsreadlabel.fsreadlabel method)": [[15, "blivet.tasks.fsreadlabel.FSReadLabel.do_task"]], "do_task() (blivet.tasks.fsresize.fsresize method)": [[15, "blivet.tasks.fsresize.FSResize.do_task"]], "do_task() (blivet.tasks.fsresize.xfsresize method)": [[15, "blivet.tasks.fsresize.XFSResize.do_task"]], "do_task() (blivet.tasks.fssize.fssize method)": [[15, "blivet.tasks.fssize.FSSize.do_task"]], "do_task() (blivet.tasks.fssize.tmpfssize method)": [[15, "blivet.tasks.fssize.TmpFSSize.do_task"]], "do_task() (blivet.tasks.fssync.fssync method)": [[15, "blivet.tasks.fssync.FSSync.do_task"]], "do_task() (blivet.tasks.fssync.xfssync method)": [[15, "blivet.tasks.fssync.XFSSync.do_task"]], "do_task() (blivet.tasks.fswritelabel.fswritelabel method)": [[15, "blivet.tasks.fswritelabel.FSWriteLabel.do_task"]], "do_task() (blivet.tasks.fswriteuuid.fswriteuuid method)": [[15, "blivet.tasks.fswriteuuid.FSWriteUUID.do_task"]], "do_task() (blivet.tasks.lukstasks.luksresize method)": [[15, "blivet.tasks.lukstasks.LUKSResize.do_task"]], "do_task() (blivet.tasks.lukstasks.lukssize method)": [[15, "blivet.tasks.lukstasks.LUKSSize.do_task"]], "do_task() (blivet.tasks.pvtask.pvresize method)": [[15, "blivet.tasks.pvtask.PVResize.do_task"]], "do_task() (blivet.tasks.pvtask.pvsize method)": [[15, "blivet.tasks.pvtask.PVSize.do_task"]], "do_task() (blivet.tasks.task.task method)": [[15, "blivet.tasks.task.Task.do_task"]], "do_task() (blivet.tasks.task.unimplementedtask method)": [[15, "blivet.tasks.task.UnimplementedTask.do_task"]], "ext (blivet.tasks.fsck.dosfsck attribute)": [[15, "blivet.tasks.fsck.DosFSCK.ext"]], "ext (blivet.tasks.fsck.ext2fsck attribute)": [[15, "blivet.tasks.fsck.Ext2FSCK.ext"]], "ext (blivet.tasks.fsck.f2fsfsck attribute)": [[15, "blivet.tasks.fsck.F2FSFSCK.ext"]], "ext (blivet.tasks.fsck.hfsplusfsck attribute)": [[15, "blivet.tasks.fsck.HFSPlusFSCK.ext"]], "ext (blivet.tasks.fsck.ntfsfsck attribute)": [[15, "blivet.tasks.fsck.NTFSFSCK.ext"]], "ext (blivet.tasks.fsck.xfsck attribute)": [[15, "blivet.tasks.fsck.XFSCK.ext"]], "ext (blivet.tasks.fsinfo.ext2fsinfo attribute)": [[15, "blivet.tasks.fsinfo.Ext2FSInfo.ext"]], "ext (blivet.tasks.fsinfo.jfsinfo attribute)": [[15, "blivet.tasks.fsinfo.JFSInfo.ext"]], "ext (blivet.tasks.fsinfo.ntfsinfo attribute)": [[15, "blivet.tasks.fsinfo.NTFSInfo.ext"]], "ext (blivet.tasks.fsinfo.reiserfsinfo attribute)": [[15, "blivet.tasks.fsinfo.ReiserFSInfo.ext"]], "ext (blivet.tasks.fsinfo.xfsinfo attribute)": [[15, "blivet.tasks.fsinfo.XFSInfo.ext"]], "ext (blivet.tasks.fsminsize.ext2fsminsize attribute)": [[15, "blivet.tasks.fsminsize.Ext2FSMinSize.ext"]], "ext (blivet.tasks.fsminsize.ntfsminsize attribute)": [[15, "blivet.tasks.fsminsize.NTFSMinSize.ext"]], "ext (blivet.tasks.fsmkfs.btrfsmkfs attribute)": [[15, "blivet.tasks.fsmkfs.BTRFSMkfs.ext"]], "ext (blivet.tasks.fsmkfs.ext2fsmkfs attribute)": [[15, "blivet.tasks.fsmkfs.Ext2FSMkfs.ext"]], "ext (blivet.tasks.fsmkfs.f2fsmkfs attribute)": [[15, "blivet.tasks.fsmkfs.F2FSMkfs.ext"]], "ext (blivet.tasks.fsmkfs.fatfsmkfs attribute)": [[15, "blivet.tasks.fsmkfs.FATFSMkfs.ext"]], "ext (blivet.tasks.fsmkfs.gfs2mkfs attribute)": [[15, "blivet.tasks.fsmkfs.GFS2Mkfs.ext"]], "ext (blivet.tasks.fsmkfs.hfsmkfs attribute)": [[15, "blivet.tasks.fsmkfs.HFSMkfs.ext"]], "ext (blivet.tasks.fsmkfs.hfsplusmkfs attribute)": [[15, "blivet.tasks.fsmkfs.HFSPlusMkfs.ext"]], "ext (blivet.tasks.fsmkfs.jfsmkfs attribute)": [[15, "blivet.tasks.fsmkfs.JFSMkfs.ext"]], "ext (blivet.tasks.fsmkfs.ntfsmkfs attribute)": [[15, "blivet.tasks.fsmkfs.NTFSMkfs.ext"]], "ext (blivet.tasks.fsmkfs.reiserfsmkfs attribute)": [[15, "blivet.tasks.fsmkfs.ReiserFSMkfs.ext"]], "ext (blivet.tasks.fsmkfs.xfsmkfs attribute)": [[15, "blivet.tasks.fsmkfs.XFSMkfs.ext"]], "ext (blivet.tasks.fsmount.fsmount attribute)": [[15, "blivet.tasks.fsmount.FSMount.ext"]], "ext (blivet.tasks.fsreadlabel.dosfsreadlabel attribute)": [[15, "blivet.tasks.fsreadlabel.DosFSReadLabel.ext"]], "ext (blivet.tasks.fsreadlabel.ext2fsreadlabel attribute)": [[15, "blivet.tasks.fsreadlabel.Ext2FSReadLabel.ext"]], "ext (blivet.tasks.fsreadlabel.ntfsreadlabel attribute)": [[15, "blivet.tasks.fsreadlabel.NTFSReadLabel.ext"]], "ext (blivet.tasks.fsreadlabel.xfsreadlabel attribute)": [[15, "blivet.tasks.fsreadlabel.XFSReadLabel.ext"]], "ext (blivet.tasks.fsresize.ext2fsresize attribute)": [[15, "blivet.tasks.fsresize.Ext2FSResize.ext"]], "ext (blivet.tasks.fsresize.ntfsresize attribute)": [[15, "blivet.tasks.fsresize.NTFSResize.ext"]], "ext (blivet.tasks.fsresize.tmpfsresize attribute)": [[15, "blivet.tasks.fsresize.TmpFSResize.ext"]], "ext (blivet.tasks.fsresize.xfsresize attribute)": [[15, "blivet.tasks.fsresize.XFSResize.ext"]], "ext (blivet.tasks.fssize.tmpfssize attribute)": [[15, "blivet.tasks.fssize.TmpFSSize.ext"]], "ext (blivet.tasks.fssync.xfssync attribute)": [[15, "blivet.tasks.fssync.XFSSync.ext"]], "ext (blivet.tasks.fswritelabel.dosfswritelabel attribute)": [[15, "blivet.tasks.fswritelabel.DosFSWriteLabel.ext"]], "ext (blivet.tasks.fswritelabel.ext2fswritelabel attribute)": [[15, "blivet.tasks.fswritelabel.Ext2FSWriteLabel.ext"]], "ext (blivet.tasks.fswritelabel.jfswritelabel attribute)": [[15, "blivet.tasks.fswritelabel.JFSWriteLabel.ext"]], "ext (blivet.tasks.fswritelabel.ntfswritelabel attribute)": [[15, "blivet.tasks.fswritelabel.NTFSWriteLabel.ext"]], "ext (blivet.tasks.fswritelabel.reiserfswritelabel attribute)": [[15, "blivet.tasks.fswritelabel.ReiserFSWriteLabel.ext"]], "ext (blivet.tasks.fswritelabel.xfswritelabel attribute)": [[15, "blivet.tasks.fswritelabel.XFSWriteLabel.ext"]], "ext (blivet.tasks.fswriteuuid.ext2fswriteuuid attribute)": [[15, "blivet.tasks.fswriteuuid.Ext2FSWriteUUID.ext"]], "ext (blivet.tasks.fswriteuuid.jfswriteuuid attribute)": [[15, "blivet.tasks.fswriteuuid.JFSWriteUUID.ext"]], "ext (blivet.tasks.fswriteuuid.ntfswriteuuid attribute)": [[15, "blivet.tasks.fswriteuuid.NTFSWriteUUID.ext"]], "ext (blivet.tasks.fswriteuuid.reiserfswriteuuid attribute)": [[15, "blivet.tasks.fswriteuuid.ReiserFSWriteUUID.ext"]], "ext (blivet.tasks.fswriteuuid.xfswriteuuid attribute)": [[15, "blivet.tasks.fswriteuuid.XFSWriteUUID.ext"]], "ext (blivet.tasks.lukstasks.luksresize attribute)": [[15, "blivet.tasks.lukstasks.LUKSResize.ext"]], "ext (blivet.tasks.lukstasks.lukssize attribute)": [[15, "blivet.tasks.lukstasks.LUKSSize.ext"]], "ext (blivet.tasks.pvtask.pvresize attribute)": [[15, "blivet.tasks.pvtask.PVResize.ext"]], "ext (blivet.tasks.pvtask.pvsize attribute)": [[15, "blivet.tasks.pvtask.PVSize.ext"]], "ext (blivet.tasks.task.basicapplication property)": [[15, "blivet.tasks.task.BasicApplication.ext"]], "fstype (blivet.tasks.fsmount.applebootstrapfsmount attribute)": [[15, "blivet.tasks.fsmount.AppleBootstrapFSMount.fstype"]], "fstype (blivet.tasks.fsmount.efifsmount attribute)": [[15, "blivet.tasks.fsmount.EFIFSMount.fstype"]], "fstype (blivet.tasks.fsmount.fsmount attribute)": [[15, "blivet.tasks.fsmount.FSMount.fstype"]], "fstype (blivet.tasks.fsmount.hfsplusmount attribute)": [[15, "blivet.tasks.fsmount.HFSPlusMount.fstype"]], "fstype (blivet.tasks.fsmount.stratisxfsmount attribute)": [[15, "blivet.tasks.fsmount.StratisXFSMount.fstype"]], "get_uuid_args (blivet.tasks.fsmkfs.f2fsmkfs attribute)": [[15, "blivet.tasks.fsmkfs.F2FSMkfs.get_uuid_args"]], "get_uuid_args (blivet.tasks.fsmkfs.gfs2mkfs attribute)": [[15, "blivet.tasks.fsmkfs.GFS2Mkfs.get_uuid_args"]], "get_uuid_args (blivet.tasks.fsmkfs.hfsmkfs attribute)": [[15, "blivet.tasks.fsmkfs.HFSMkfs.get_uuid_args"]], "get_uuid_args (blivet.tasks.fsmkfs.hfsplusmkfs attribute)": [[15, "blivet.tasks.fsmkfs.HFSPlusMkfs.get_uuid_args"]], "get_uuid_args (blivet.tasks.fsmkfs.jfsmkfs attribute)": [[15, "blivet.tasks.fsmkfs.JFSMkfs.get_uuid_args"]], "get_uuid_args (blivet.tasks.fsmkfs.ntfsmkfs attribute)": [[15, "blivet.tasks.fsmkfs.NTFSMkfs.get_uuid_args"]], "get_uuid_args() (blivet.tasks.fsmkfs.btrfsmkfs method)": [[15, "blivet.tasks.fsmkfs.BTRFSMkfs.get_uuid_args"]], "get_uuid_args() (blivet.tasks.fsmkfs.ext2fsmkfs method)": [[15, "blivet.tasks.fsmkfs.Ext2FSMkfs.get_uuid_args"]], "get_uuid_args() (blivet.tasks.fsmkfs.fatfsmkfs method)": [[15, "blivet.tasks.fsmkfs.FATFSMkfs.get_uuid_args"]], "get_uuid_args() (blivet.tasks.fsmkfs.fsmkfs method)": [[15, "blivet.tasks.fsmkfs.FSMkfs.get_uuid_args"]], "get_uuid_args() (blivet.tasks.fsmkfs.reiserfsmkfs method)": [[15, "blivet.tasks.fsmkfs.ReiserFSMkfs.get_uuid_args"]], "get_uuid_args() (blivet.tasks.fsmkfs.xfsmkfs method)": [[15, "blivet.tasks.fsmkfs.XFSMkfs.get_uuid_args"]], "implemented (blivet.tasks.task.task attribute)": [[15, "blivet.tasks.task.Task.implemented"]], "implemented (blivet.tasks.task.unimplementedtask attribute)": [[15, "blivet.tasks.task.UnimplementedTask.implemented"]], "label_format_ok() (blivet.tasks.fslabeling.ext2fslabeling class method)": [[15, "blivet.tasks.fslabeling.Ext2FSLabeling.label_format_ok"]], "label_format_ok() (blivet.tasks.fslabeling.f2fslabeling class method)": [[15, "blivet.tasks.fslabeling.F2FSLabeling.label_format_ok"]], "label_format_ok() (blivet.tasks.fslabeling.fatfslabeling class method)": [[15, "blivet.tasks.fslabeling.FATFSLabeling.label_format_ok"]], "label_format_ok() (blivet.tasks.fslabeling.fslabeling class method)": [[15, "blivet.tasks.fslabeling.FSLabeling.label_format_ok"]], "label_format_ok() (blivet.tasks.fslabeling.hfslabeling class method)": [[15, "blivet.tasks.fslabeling.HFSLabeling.label_format_ok"]], "label_format_ok() (blivet.tasks.fslabeling.hfspluslabeling class method)": [[15, "blivet.tasks.fslabeling.HFSPlusLabeling.label_format_ok"]], "label_format_ok() (blivet.tasks.fslabeling.jfslabeling class method)": [[15, "blivet.tasks.fslabeling.JFSLabeling.label_format_ok"]], "label_format_ok() (blivet.tasks.fslabeling.ntfslabeling class method)": [[15, "blivet.tasks.fslabeling.NTFSLabeling.label_format_ok"]], "label_format_ok() (blivet.tasks.fslabeling.reiserfslabeling class method)": [[15, "blivet.tasks.fslabeling.ReiserFSLabeling.label_format_ok"]], "label_format_ok() (blivet.tasks.fslabeling.xfslabeling class method)": [[15, "blivet.tasks.fslabeling.XFSLabeling.label_format_ok"]], "label_option (blivet.tasks.fsmkfs.btrfsmkfs attribute)": [[15, "blivet.tasks.fsmkfs.BTRFSMkfs.label_option"]], "label_option (blivet.tasks.fsmkfs.ext2fsmkfs attribute)": [[15, "blivet.tasks.fsmkfs.Ext2FSMkfs.label_option"]], "label_option (blivet.tasks.fsmkfs.f2fsmkfs attribute)": [[15, "blivet.tasks.fsmkfs.F2FSMkfs.label_option"]], "label_option (blivet.tasks.fsmkfs.fatfsmkfs attribute)": [[15, "blivet.tasks.fsmkfs.FATFSMkfs.label_option"]], "label_option (blivet.tasks.fsmkfs.fsmkfs property)": [[15, "blivet.tasks.fsmkfs.FSMkfs.label_option"]], "label_option (blivet.tasks.fsmkfs.gfs2mkfs attribute)": [[15, "blivet.tasks.fsmkfs.GFS2Mkfs.label_option"]], "label_option (blivet.tasks.fsmkfs.hfsmkfs attribute)": [[15, "blivet.tasks.fsmkfs.HFSMkfs.label_option"]], "label_option (blivet.tasks.fsmkfs.hfsplusmkfs attribute)": [[15, "blivet.tasks.fsmkfs.HFSPlusMkfs.label_option"]], "label_option (blivet.tasks.fsmkfs.jfsmkfs attribute)": [[15, "blivet.tasks.fsmkfs.JFSMkfs.label_option"]], "label_option (blivet.tasks.fsmkfs.ntfsmkfs attribute)": [[15, "blivet.tasks.fsmkfs.NTFSMkfs.label_option"]], "label_option (blivet.tasks.fsmkfs.reiserfsmkfs attribute)": [[15, "blivet.tasks.fsmkfs.ReiserFSMkfs.label_option"]], "label_option (blivet.tasks.fsmkfs.xfsmkfs attribute)": [[15, "blivet.tasks.fsmkfs.XFSMkfs.label_option"]], "label_regex (blivet.tasks.fsreadlabel.dosfsreadlabel attribute)": [[15, "blivet.tasks.fsreadlabel.DosFSReadLabel.label_regex"]], "label_regex (blivet.tasks.fsreadlabel.ext2fsreadlabel attribute)": [[15, "blivet.tasks.fsreadlabel.Ext2FSReadLabel.label_regex"]], "label_regex (blivet.tasks.fsreadlabel.fsreadlabel property)": [[15, "blivet.tasks.fsreadlabel.FSReadLabel.label_regex"]], "label_regex (blivet.tasks.fsreadlabel.ntfsreadlabel attribute)": [[15, "blivet.tasks.fsreadlabel.NTFSReadLabel.label_regex"]], "label_regex (blivet.tasks.fsreadlabel.xfsreadlabel attribute)": [[15, "blivet.tasks.fsreadlabel.XFSReadLabel.label_regex"]], "mount_options() (blivet.tasks.fsmount.fsmount method)": [[15, "blivet.tasks.fsmount.FSMount.mount_options"]], "mount_type (blivet.tasks.fsmount.fsmount property)": [[15, "blivet.tasks.fsmount.FSMount.mount_type"]], "mount_type (blivet.tasks.fsmount.nodevfsmount property)": [[15, "blivet.tasks.fsmount.NoDevFSMount.mount_type"]], "nodiscard_option (blivet.tasks.fsmkfs.btrfsmkfs attribute)": [[15, "blivet.tasks.fsmkfs.BTRFSMkfs.nodiscard_option"]], "nodiscard_option (blivet.tasks.fsmkfs.ext2fsmkfs attribute)": [[15, "blivet.tasks.fsmkfs.Ext2FSMkfs.nodiscard_option"]], "nodiscard_option (blivet.tasks.fsmkfs.f2fsmkfs attribute)": [[15, "blivet.tasks.fsmkfs.F2FSMkfs.nodiscard_option"]], "nodiscard_option (blivet.tasks.fsmkfs.fatfsmkfs attribute)": [[15, "blivet.tasks.fsmkfs.FATFSMkfs.nodiscard_option"]], "nodiscard_option (blivet.tasks.fsmkfs.fsmkfs property)": [[15, "blivet.tasks.fsmkfs.FSMkfs.nodiscard_option"]], "nodiscard_option (blivet.tasks.fsmkfs.gfs2mkfs attribute)": [[15, "blivet.tasks.fsmkfs.GFS2Mkfs.nodiscard_option"]], "nodiscard_option (blivet.tasks.fsmkfs.hfsmkfs attribute)": [[15, "blivet.tasks.fsmkfs.HFSMkfs.nodiscard_option"]], "nodiscard_option (blivet.tasks.fsmkfs.hfsplusmkfs attribute)": [[15, "blivet.tasks.fsmkfs.HFSPlusMkfs.nodiscard_option"]], "nodiscard_option (blivet.tasks.fsmkfs.jfsmkfs attribute)": [[15, "blivet.tasks.fsmkfs.JFSMkfs.nodiscard_option"]], "nodiscard_option (blivet.tasks.fsmkfs.ntfsmkfs attribute)": [[15, "blivet.tasks.fsmkfs.NTFSMkfs.nodiscard_option"]], "nodiscard_option (blivet.tasks.fsmkfs.reiserfsmkfs attribute)": [[15, "blivet.tasks.fsmkfs.ReiserFSMkfs.nodiscard_option"]], "nodiscard_option (blivet.tasks.fsmkfs.xfsmkfs attribute)": [[15, "blivet.tasks.fsmkfs.XFSMkfs.nodiscard_option"]], "options (blivet.tasks.fsck.dosfsck attribute)": [[15, "blivet.tasks.fsck.DosFSCK.options"]], "options (blivet.tasks.fsck.ext2fsck attribute)": [[15, "blivet.tasks.fsck.Ext2FSCK.options"]], "options (blivet.tasks.fsck.f2fsfsck attribute)": [[15, "blivet.tasks.fsck.F2FSFSCK.options"]], "options (blivet.tasks.fsck.fsck property)": [[15, "blivet.tasks.fsck.FSCK.options"]], "options (blivet.tasks.fsck.hfsplusfsck attribute)": [[15, "blivet.tasks.fsck.HFSPlusFSCK.options"]], "options (blivet.tasks.fsck.ntfsfsck attribute)": [[15, "blivet.tasks.fsck.NTFSFSCK.options"]], "options (blivet.tasks.fsck.xfsck attribute)": [[15, "blivet.tasks.fsck.XFSCK.options"]], "options (blivet.tasks.fsinfo.ext2fsinfo attribute)": [[15, "blivet.tasks.fsinfo.Ext2FSInfo.options"]], "options (blivet.tasks.fsinfo.fsinfo property)": [[15, "blivet.tasks.fsinfo.FSInfo.options"]], "options (blivet.tasks.fsinfo.jfsinfo attribute)": [[15, "blivet.tasks.fsinfo.JFSInfo.options"]], "options (blivet.tasks.fsinfo.ntfsinfo attribute)": [[15, "blivet.tasks.fsinfo.NTFSInfo.options"]], "options (blivet.tasks.fsinfo.reiserfsinfo attribute)": [[15, "blivet.tasks.fsinfo.ReiserFSInfo.options"]], "options (blivet.tasks.fsinfo.xfsinfo attribute)": [[15, "blivet.tasks.fsinfo.XFSInfo.options"]], "options (blivet.tasks.fsminsize.ext2fsminsize attribute)": [[15, "blivet.tasks.fsminsize.Ext2FSMinSize.options"]], "options (blivet.tasks.fsminsize.fsminsize property)": [[15, "blivet.tasks.fsminsize.FSMinSize.options"]], "options (blivet.tasks.fsminsize.ntfsminsize attribute)": [[15, "blivet.tasks.fsminsize.NTFSMinSize.options"]], "options (blivet.tasks.fsmount.devptsfsmount attribute)": [[15, "blivet.tasks.fsmount.DevPtsFSMount.options"]], "options (blivet.tasks.fsmount.fatfsmount attribute)": [[15, "blivet.tasks.fsmount.FATFSMount.options"]], "options (blivet.tasks.fsmount.fsmount attribute)": [[15, "blivet.tasks.fsmount.FSMount.options"]], "options (blivet.tasks.fsmount.iso9660fsmount attribute)": [[15, "blivet.tasks.fsmount.Iso9660FSMount.options"]], "options (blivet.tasks.fsmount.ntfsmount attribute)": [[15, "blivet.tasks.fsmount.NTFSMount.options"]], "options (blivet.tasks.fsmount.udffsmount attribute)": [[15, "blivet.tasks.fsmount.UDFFSMount.options"]], "size_fmt (blivet.tasks.fsresize.ext2fsresize attribute)": [[15, "blivet.tasks.fsresize.Ext2FSResize.size_fmt"]], "size_fmt (blivet.tasks.fsresize.fsresizetask property)": [[15, "blivet.tasks.fsresize.FSResizeTask.size_fmt"]], "size_fmt (blivet.tasks.fsresize.ntfsresize attribute)": [[15, "blivet.tasks.fsresize.NTFSResize.size_fmt"]], "size_fmt (blivet.tasks.fsresize.tmpfsresize attribute)": [[15, "blivet.tasks.fsresize.TmpFSResize.size_fmt"]], "size_fmt (blivet.tasks.fsresize.unimplementedfsresize property)": [[15, "blivet.tasks.fsresize.UnimplementedFSResize.size_fmt"]], "size_fmt (blivet.tasks.fsresize.xfsresize attribute)": [[15, "blivet.tasks.fsresize.XFSResize.size_fmt"]], "size_spec() (blivet.tasks.fsresize.ext2fsresize method)": [[15, "blivet.tasks.fsresize.Ext2FSResize.size_spec"]], "size_spec() (blivet.tasks.fsresize.fsresize method)": [[15, "blivet.tasks.fsresize.FSResize.size_spec"]], "size_spec() (blivet.tasks.fsresize.ntfsresize method)": [[15, "blivet.tasks.fsresize.NTFSResize.size_spec"]], "size_spec() (blivet.tasks.fsresize.tmpfsresize method)": [[15, "blivet.tasks.fsresize.TmpFSResize.size_spec"]], "size_spec() (blivet.tasks.fsresize.xfsresize method)": [[15, "blivet.tasks.fsresize.XFSResize.size_spec"]], "tags (blivet.tasks.fssize.ext2fssize attribute)": [[15, "blivet.tasks.fssize.Ext2FSSize.tags"]], "tags (blivet.tasks.fssize.fssize property)": [[15, "blivet.tasks.fssize.FSSize.tags"]], "tags (blivet.tasks.fssize.jfssize attribute)": [[15, "blivet.tasks.fssize.JFSSize.tags"]], "tags (blivet.tasks.fssize.ntfssize attribute)": [[15, "blivet.tasks.fssize.NTFSSize.tags"]], "tags (blivet.tasks.fssize.reiserfssize attribute)": [[15, "blivet.tasks.fssize.ReiserFSSize.tags"]], "tags (blivet.tasks.fssize.xfssize attribute)": [[15, "blivet.tasks.fssize.XFSSize.tags"]], "unavailable_resource() (in module blivet.tasks.availability)": [[15, "blivet.tasks.availability.unavailable_resource"]], "unit (blivet.tasks.dfresize.dfresizetask property)": [[15, "blivet.tasks.dfresize.DFResizeTask.unit"]], "unit (blivet.tasks.dfresize.unimplementeddfresize property)": [[15, "blivet.tasks.dfresize.UnimplementedDFResize.unit"]], "unit (blivet.tasks.fsresize.ext2fsresize attribute)": [[15, "blivet.tasks.fsresize.Ext2FSResize.unit"]], "unit (blivet.tasks.fsresize.ntfsresize attribute)": [[15, "blivet.tasks.fsresize.NTFSResize.unit"]], "unit (blivet.tasks.fsresize.tmpfsresize attribute)": [[15, "blivet.tasks.fsresize.TmpFSResize.unit"]], "unit (blivet.tasks.fsresize.xfsresize attribute)": [[15, "blivet.tasks.fsresize.XFSResize.unit"]], "unit (blivet.tasks.lukstasks.luksresize attribute)": [[15, "blivet.tasks.lukstasks.LUKSResize.unit"]], "unit (blivet.tasks.pvtask.pvresize attribute)": [[15, "blivet.tasks.pvtask.PVResize.unit"]], "uuid_format_ok() (blivet.tasks.fsuuid.ext2fsuuid class method)": [[15, "blivet.tasks.fsuuid.Ext2FSUUID.uuid_format_ok"]], "uuid_format_ok() (blivet.tasks.fsuuid.fatfsuuid class method)": [[15, "blivet.tasks.fsuuid.FATFSUUID.uuid_format_ok"]], "uuid_format_ok() (blivet.tasks.fsuuid.fsuuid class method)": [[15, "blivet.tasks.fsuuid.FSUUID.uuid_format_ok"]], "uuid_format_ok() (blivet.tasks.fsuuid.hfsplusuuid class method)": [[15, "blivet.tasks.fsuuid.HFSPlusUUID.uuid_format_ok"]], "uuid_format_ok() (blivet.tasks.fsuuid.jfsuuid class method)": [[15, "blivet.tasks.fsuuid.JFSUUID.uuid_format_ok"]], "uuid_format_ok() (blivet.tasks.fsuuid.ntfsuuid class method)": [[15, "blivet.tasks.fsuuid.NTFSUUID.uuid_format_ok"]], "uuid_format_ok() (blivet.tasks.fsuuid.reiserfsuuid class method)": [[15, "blivet.tasks.fsuuid.ReiserFSUUID.uuid_format_ok"]], "uuid_format_ok() (blivet.tasks.fsuuid.xfsuuid class method)": [[15, "blivet.tasks.fsuuid.XFSUUID.uuid_format_ok"]]}}) \ No newline at end of file diff --git a/testing.html b/testing.html index 2fef35858..44a731f89 100644 --- a/testing.html +++ b/testing.html @@ -6,7 +6,7 @@ - Testing Blivet — Blivet 3.8.1 documentation + Testing Blivet — Blivet 3.8.2 documentation @@ -37,7 +37,7 @@

    Navigation

  • previous |
  • - + @@ -99,7 +99,7 @@

    Test Suite ArchitectureBlivet’s test suite relies on several base classes listed below. All test cases inherit from them.

    diff --git a/tests/conftest.html b/tests/conftest.html index ae2a7ae79..8d221d38b 100644 --- a/tests/conftest.html +++ b/tests/conftest.html @@ -6,7 +6,7 @@ - conftest module — Blivet 3.8.1 documentation + conftest module — Blivet 3.8.2 documentation @@ -29,7 +29,7 @@

    Navigation

  • modules |
  • - + @@ -80,7 +80,7 @@

    Navigation

  • modules |
  • - + diff --git a/tests/modules.html b/tests/modules.html index 52996279b..7fcdfe464 100644 --- a/tests/modules.html +++ b/tests/modules.html @@ -6,7 +6,7 @@ - tests — Blivet 3.8.1 documentation + tests — Blivet 3.8.2 documentation @@ -29,7 +29,7 @@

    Navigation

  • modules |
  • - + @@ -201,7 +201,7 @@

    Navigation

  • modules |
  • - + diff --git a/tests/run_tests.html b/tests/run_tests.html index 53d17f7df..0ce08dadf 100644 --- a/tests/run_tests.html +++ b/tests/run_tests.html @@ -6,7 +6,7 @@ - run_tests module — Blivet 3.8.1 documentation + run_tests module — Blivet 3.8.2 documentation @@ -29,7 +29,7 @@

    Navigation

  • modules |
  • - + @@ -80,7 +80,7 @@

    Navigation

  • modules |
  • - + diff --git a/tests/storage_tests.devices_test.html b/tests/storage_tests.devices_test.html index 384fa4ee0..9b5cfe040 100644 --- a/tests/storage_tests.devices_test.html +++ b/tests/storage_tests.devices_test.html @@ -6,7 +6,7 @@ - storage_tests.devices_test package — Blivet 3.8.1 documentation + storage_tests.devices_test package — Blivet 3.8.2 documentation @@ -29,7 +29,7 @@

    Navigation

  • modules |
  • - + @@ -109,7 +109,7 @@

    Navigation

  • modules |
  • - + diff --git a/tests/storage_tests.formats_test.html b/tests/storage_tests.formats_test.html index 5ceb27e2b..fbf8152f6 100644 --- a/tests/storage_tests.formats_test.html +++ b/tests/storage_tests.formats_test.html @@ -6,7 +6,7 @@ - storage_tests.formats_test package — Blivet 3.8.1 documentation + storage_tests.formats_test package — Blivet 3.8.2 documentation @@ -29,7 +29,7 @@

    Navigation

  • modules |
  • - + @@ -133,7 +133,7 @@

    Navigation

  • modules |
  • - + diff --git a/tests/storage_tests.html b/tests/storage_tests.html index 0b38aceb6..cd61dbe64 100644 --- a/tests/storage_tests.html +++ b/tests/storage_tests.html @@ -6,7 +6,7 @@ - storage_tests package — Blivet 3.8.1 documentation + storage_tests package — Blivet 3.8.2 documentation @@ -29,7 +29,7 @@

    Navigation

  • modules |
  • - + @@ -147,7 +147,7 @@

    Navigation

  • modules |
  • - + diff --git a/tests/unit_tests.devicelibs_test.html b/tests/unit_tests.devicelibs_test.html index 8db3236b4..02f631202 100644 --- a/tests/unit_tests.devicelibs_test.html +++ b/tests/unit_tests.devicelibs_test.html @@ -6,7 +6,7 @@ - unit_tests.devicelibs_test package — Blivet 3.8.1 documentation + unit_tests.devicelibs_test package — Blivet 3.8.2 documentation @@ -29,7 +29,7 @@

    Navigation

  • modules |
  • - + @@ -117,7 +117,7 @@

    Navigation

  • modules |
  • - + diff --git a/tests/unit_tests.devices_test.html b/tests/unit_tests.devices_test.html index 6cf64b93e..0f4b0add0 100644 --- a/tests/unit_tests.devices_test.html +++ b/tests/unit_tests.devices_test.html @@ -6,7 +6,7 @@ - unit_tests.devices_test package — Blivet 3.8.1 documentation + unit_tests.devices_test package — Blivet 3.8.2 documentation @@ -29,7 +29,7 @@

    Navigation

  • modules |
  • - + @@ -145,7 +145,7 @@

    Navigation

  • modules |
  • - + diff --git a/tests/unit_tests.formats_tests.html b/tests/unit_tests.formats_tests.html index d34a86dff..c0b6ba621 100644 --- a/tests/unit_tests.formats_tests.html +++ b/tests/unit_tests.formats_tests.html @@ -6,7 +6,7 @@ - unit_tests.formats_tests package — Blivet 3.8.1 documentation + unit_tests.formats_tests package — Blivet 3.8.2 documentation @@ -29,7 +29,7 @@

    Navigation

  • modules |
  • - + @@ -133,7 +133,7 @@

    Navigation

  • modules |
  • - + diff --git a/tests/unit_tests.html b/tests/unit_tests.html index 0b8df0d80..00f94eb4e 100644 --- a/tests/unit_tests.html +++ b/tests/unit_tests.html @@ -6,7 +6,7 @@ - unit_tests package — Blivet 3.8.1 documentation + unit_tests package — Blivet 3.8.2 documentation @@ -29,7 +29,7 @@

    Navigation

  • modules |
  • - + @@ -216,7 +216,7 @@

    Navigation

  • modules |
  • - + diff --git a/tests/unit_tests.udev_data.html b/tests/unit_tests.udev_data.html index 6141450c3..249fb4981 100644 --- a/tests/unit_tests.udev_data.html +++ b/tests/unit_tests.udev_data.html @@ -6,7 +6,7 @@ - unit_tests.udev_data package — Blivet 3.8.1 documentation + unit_tests.udev_data package — Blivet 3.8.2 documentation @@ -29,7 +29,7 @@

    Navigation

  • modules |
  • - + @@ -101,7 +101,7 @@

    Navigation

  • modules |
  • - + diff --git a/tests/vmtests.html b/tests/vmtests.html index 113c3cded..ccaef6b8b 100644 --- a/tests/vmtests.html +++ b/tests/vmtests.html @@ -6,7 +6,7 @@ - vmtests package — Blivet 3.8.1 documentation + vmtests package — Blivet 3.8.2 documentation @@ -29,7 +29,7 @@

    Navigation

  • modules |
  • - + @@ -113,7 +113,7 @@

    Navigation

  • modules |
  • - +