@@ -1,5 +1,6 @@
Version 2.02.174 -
=================================
+ Recognise RADOS block devices (RBD) in filter.
Prevent raid1 split with trackchanges in a shared VG.
Avoid double unlocking of client & lockspace mutexes in lvmlockd.
Fix leaking of file descriptor for non-blocking filebased locking.
@@ -64,5 +64,6 @@ static const dev_known_type_t _dev_known_types[] = {
{"nvme", 64, "NVM Express"},
{"zvol", 16, "ZFS Zvols"},
{"VxDMP", 16, "Veritas Dynamic Multipathing"},
+ {"rbd", 16, "RADOS block device (RBD)"},
{"", 0, ""}
};
Under single_major scheme introduced in kernel 3.14, rbd devices support up to 16 partitions. In pre-single_major mode, rbd driver takes up the whole major. Signed-off-by: Ilya Dryomov <idryomov@gmail.com> --- WHATS_NEW | 1 + lib/device/device-types.h | 1 + 2 files changed, 2 insertions(+)