Commit 7ed52ec6 by Laurent Barbe

Fix API break on bdev_specs

parent a237da92
...@@ -857,11 +857,11 @@ struct bdev_specs { ...@@ -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 */
}; };
/*! /*!
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment