LXC
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Fields
bdev_specs Struct Reference

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
 

Detailed Description

Specifications for how to create a new backing store.

Field Documentation

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


The documentation for this struct was generated from the following file: