]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/tools/rbd/action/Snap.cc
update sources to 12.2.8
[ceph.git] / ceph / src / tools / rbd / action / Snap.cc
index 2513cebd8210ae6c8553c51e29c1b0c1c45f56ce..59312ff226dfa2a5649841956c5cec20c133cef6 100644 (file)
@@ -57,7 +57,7 @@ int do_list_snaps(librbd::Image& image, Formatter *f)
       f->dump_string("timestamp", tt_str);
       f->close_section();
     } else {
-      t << s->id << s->name << stringify(prettybyte_t(s->size)) << tt_str
+      t << s->id << s->name << stringify(byte_u_t(s->size)) << tt_str
         << TextTable::endrow;
     }
   }