]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/messages/MOSDScrub.h
update sources to v12.1.3
[ceph.git] / ceph / src / messages / MOSDScrub.h
index af8281e7c46fa6b05cbf8b7823fcdaff6e2c4ed9..d9659fa7fb9b0ff19b76bd682013df7a026d4fd1 100644 (file)
@@ -29,8 +29,8 @@ struct MOSDScrub : public Message {
 
   uuid_d fsid;
   vector<pg_t> scrub_pgs;
-  bool repair;
-  bool deep;
+  bool repair = false;
+  bool deep = false;
 
   MOSDScrub() : Message(MSG_OSD_SCRUB, HEAD_VERSION, COMPAT_VERSION) {}
   MOSDScrub(const uuid_d& f, bool r, bool d) :