ceph/doc
Kotresh HR 70659ffee1 mgr/volumes: Add interface to get subvolume metadata
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>
2020-04-09 15:24:50 +05:30
..
_ext doc/releases/schedule.rst: drop dumpling from Timeline 2019-09-17 17:42:50 +02:00
_static doc/_static/css: fine tune the spacing 2020-03-16 20:12:38 +08:00
_templates doc: drop http://ayni.ceph.com/public/js/ceph.js 2020-02-28 10:13:12 +08:00
_themes/ceph doc: Modify nature theme 2019-12-21 08:33:09 +10:00
api doc/cephfs: add python binding doc 2020-03-12 18:46:48 +08:00
ceph-volume Merge pull request #31252 from wjwithagen/wjw-doc-ceph_volume_zfs_inventory 2019-11-26 08:58:31 +01:00
cephadm mgr/cephadm: add deployment example to NFS docs 2020-03-25 16:26:14 -06:00
cephfs mgr/volumes: Add interface to get subvolume metadata 2020-04-09 15:24:50 +05:30
changelog
dev doc/dev/log_based_pg.rst: fix names of configurables. 2020-02-27 16:50:58 +01:00
images
install Merge pull request #31453 from oneoneonepig/patch-2 2020-03-26 17:19:28 +08:00
man doc/man/8/monmaptool.rst: update the page with the latest options 2020-03-29 18:00:02 +02:00
mgr mgr/orch: Add ceph orch ls --export 2020-03-26 12:02:56 +01:00
mon
rados doc: Fix inconsistency in logging settings 2020-03-29 03:14:45 +02:00
radosgw Merge pull request #33917 from yuvalif/fix_bucket_notification_json_format 2020-03-24 14:08:11 -04:00
rbd doc/rbd: s/use use/use/ 2020-03-18 15:44:16 +08:00
releases Merge pull request #34183 from neha-ojha/wip-doc-fix 2020-03-26 08:12:37 -07:00
scripts
start doc/start/os-recommendations.rst: recommend bluestore 2020-03-27 22:00:16 +01:00
.gitignore
architecture.rst doc/architecture.rst: fix a typo in EC section 2020-02-13 20:01:37 +08:00
CMakeLists.txt
conf.py doc: overide the default margin for "ul.simple > li" 2020-03-13 20:16:18 +08:00
favicon.ico
foundation.rst doc/foundation: add Samsung 2020-02-24 21:44:39 -06:00
glossary.rst doc: filesystem to file system 2019-09-10 08:43:28 -07:00
governance.rst doc/foundation: add ceph foundation info here 2019-12-03 10:45:45 -06:00
index.rst doc: reorganize cephadm docs 2020-03-17 17:52:43 -05:00
logo.png
man_index.rst
README.md