]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/osd/OSDCap.cc
import 15.2.5
[ceph.git] / ceph / src / osd / OSDCap.cc
index dfc7eae9ec37816a6ac7434c7c459c503f31c371..d5339a059367081504be031afd0b0a3b3ece567f 100644 (file)
@@ -332,6 +332,8 @@ void OSDCapGrant::expand_profile()
 
   if (profile.name == "rbd") {
     // RBD read-write grant
+    profile_grants.emplace_back(OSDCapMatch(string(), "rbd_info"),
+                                OSDCapSpec(osd_rwxa_t(OSD_CAP_R)));
     profile_grants.emplace_back(OSDCapMatch(string(), "rbd_children"),
                                 OSDCapSpec(osd_rwxa_t(OSD_CAP_CLS_R)));
     profile_grants.emplace_back(OSDCapMatch(string(), "rbd_mirroring"),