mirror of
https://github.com/ceph/ceph
synced 2025-02-24 11:37:37 +00:00
The following interface is added "ceph fs subvolume info <vol_name> <sub_name> [<group_name>]" The output is in json format with following fields 1. atime: access time of subvolume path in the format "YYYY-MM-DD HH:MM:SS" 2. mtime: modification time of subvolume path in the format "YYYY-MM-DD HH:MM:SS" 3. ctime: change time of subvolume path in the format "YYYY-MM-DD HH:MM:SS" 4. uid: uid of subvolume path 5. gid: gid of subvolume path 6. mode: mode of subvolume path 7. mon_addrs: list of monitor addresses 8. bytes_pcent: quota used in percentage if quota is set, else displays "undefined" 9. bytes_quota: quota size in bytes if quota is set, else displays "infinite" 10. bytes_used: current used size of the subvolume in bytes 11. created_at: time of creation of subvolume in the format "YYYY-MM-DD HH:MM:SS" 12. data_pool: data pool the subvolume belongs to 13. path: absolute path of a subvolume 14. type: subvolume type indicating whether it's clone or subvolume Fixes: https://tracker.ceph.com/issues/44277 Signed-off-by: Kotresh HR <khiremat@redhat.com> |
||
---|---|---|
.. | ||
api | ||
.gitignore | ||
add-remove-mds.rst | ||
administration.rst | ||
app-best-practices.rst | ||
cache-size-limits.rst | ||
capabilities.rst | ||
cephfs-architecture.svg | ||
cephfs-io-path.rst | ||
cephfs-journal-tool.rst | ||
cephfs-shell.rst | ||
client-auth.rst | ||
client-config-ref.rst | ||
createfs.rst | ||
dirfrags.rst | ||
disaster-recovery-experts.rst | ||
disaster-recovery.rst | ||
dynamic-metadata-management.rst | ||
eviction.rst | ||
experimental-features.rst | ||
file-layouts.rst | ||
fs-volumes.rst | ||
full.rst | ||
health-messages.rst | ||
index.rst | ||
journaler.rst | ||
kernel-features.rst | ||
lazyio.rst | ||
Makefile | ||
mantle.rst | ||
mdcache.rst | ||
mds-config-ref.rst | ||
mds-journaling.rst | ||
mds-state-diagram.dot | ||
mds-state-diagram.svg | ||
mds-states.rst | ||
mount-prerequisites.rst | ||
mount-using-fuse.rst | ||
mount-using-kernel-driver.rst | ||
multimds.rst | ||
nfs.rst | ||
posix.rst | ||
quota.rst | ||
scrub.rst | ||
standby.rst | ||
subtree-partitioning.svg | ||
troubleshooting.rst | ||
upgrading.rst |