mirror of https://github.com/ceph/go-ceph
docs: Add volume info fetching API to api-status
Signed-off-by: Anoop C S <anoopcs@cryptolab.net>
This commit is contained in:
parent
2eb895d54f
commit
48afd419c4
|
@ -589,6 +589,12 @@
|
|||
"comment": "PinSubVolumeGroup pins subvolume to ranks according to policies. A valid pin\nsetting value depends on the type of pin as described in the docs from\nhttps://docs.ceph.com/en/latest/cephfs/multimds/#cephfs-pinning and\nhttps://docs.ceph.com/en/latest/cephfs/multimds/#setting-subtree-partitioning-policies\n\nSimilar To:\n\n\tceph fs subvolumegroup pin <vol_name> <group_name> <pin_type> <pin_setting>\n",
|
||||
"added_in_version": "$NEXT_RELEASE",
|
||||
"expected_stable_version": "$NEXT_RELEASE_STABLE"
|
||||
},
|
||||
{
|
||||
"name": "FSAdmin.FetchVolumeInfo",
|
||||
"comment": "FetchVolumeInfo fetches the information of a CephFS volume.\n\nSimilar To:\n\n\tceph fs volume info <vol_name>\n",
|
||||
"added_in_version": "$NEXT_RELEASE",
|
||||
"expected_stable_version": "$NEXT_RELEASE_STABLE"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
@ -29,6 +29,7 @@ FSAdmin.ForceRemoveSnapshotMetadata | v0.20.0 | v0.22.0 |
|
|||
FSAdmin.ListSnapshotMetadata | v0.20.0 | v0.22.0 |
|
||||
FSAdmin.PinSubVolume | $NEXT_RELEASE | $NEXT_RELEASE_STABLE |
|
||||
FSAdmin.PinSubVolumeGroup | $NEXT_RELEASE | $NEXT_RELEASE_STABLE |
|
||||
FSAdmin.FetchVolumeInfo | $NEXT_RELEASE | $NEXT_RELEASE_STABLE |
|
||||
|
||||
## Package: rados
|
||||
|
||||
|
|
Loading…
Reference in New Issue