node-lxc
    Preparing search index...

    Type Alias bdev_specs

    A.P.A. Slaa (a.p.a.slaa@projectsource.nl) ProjectSource V.O.F.

    03-07-2024

    type bdev_specs = {
        dir: string;
        fssize: bigint | number;
        fstype: string;
        lvm: { lv: string; thinpool: string; vg: string };
        rbd: { rbdname: string; rbdpool: string };
        zfs: { zfsroot: string };
    }
    Index

    Properties

    Properties

    dir: string

    Directory path

    fssize: bigint | number

    Filesystem size in bytes

    fstype: string

    Filesystem type

    lvm: { lv: string; thinpool: string; vg: string }

    Type Declaration

    • lv: string

      LVM Logical Volume name

    • thinpool: string

      LVM thin pool to use, if any

    • vg: string

      LVM Volume Group name

    rbd: { rbdname: string; rbdpool: string }

    Type Declaration

    • rbdname: string

      RBD image name

    • rbdpool: string

      Ceph pool name

    zfs: { zfsroot: string }

    Type Declaration

    • zfsroot: string

      ZFS root path