Specifications for how to create a new backing store. More...
#include <lxccontainer.h>
Data Fields | |
char * | fstype |
uint64_t | fssize |
struct { | |
char * zfsroot | |
} | zfs |
struct { | |
char * vg | |
char * lv | |
char * thinpool | |
} | lvm |
char * | dir |
struct { | |
char * rbdname | |
char * rbdpool | |
} | rbd |
Specifications for how to create a new backing store.
char* bdev_specs::dir |
Directory path
uint64_t bdev_specs::fssize |
Filesystem size in bytes
char* bdev_specs::fstype |
Filesystem type
char* bdev_specs::lv |
LVM Logical Volume name
char* bdev_specs::rbdname |
RBD image name
char* bdev_specs::rbdpool |
Ceph pool name
char* bdev_specs::thinpool |
LVM thin pool to use, if any
char* bdev_specs::vg |
LVM Volume Group name
char* bdev_specs::zfsroot |
ZFS root path