mirror of
git://github.com/lxc/lxc
synced 2025-08-31 06:45:14 +00:00
Fix API break on bdev_specs
Signed-off-by: Laurent Barbe <laurent@ksperis.com>
This commit is contained in:
@@ -857,11 +857,11 @@ struct bdev_specs {
|
|||||||
char *lv; /*!< LVM Logical Volume name */
|
char *lv; /*!< LVM Logical Volume name */
|
||||||
char *thinpool; /*!< LVM thin pool to use, if any */
|
char *thinpool; /*!< LVM thin pool to use, if any */
|
||||||
} lvm;
|
} lvm;
|
||||||
|
char *dir; /*!< Directory path */
|
||||||
struct {
|
struct {
|
||||||
char *rbdname; /*!< RBD image name */
|
char *rbdname; /*!< RBD image name */
|
||||||
char *rbdpool; /*!< Ceph pool name */
|
char *rbdpool; /*!< Ceph pool name */
|
||||||
} rbd;
|
} rbd;
|
||||||
char *dir; /*!< Directory path */
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
|
Reference in New Issue
Block a user