cephfs admin: make CloneStatus.GetFailure stable

As per the stabilization doc, this api is now stable for release 0.18.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
John Mulligan 2022-10-17 10:21:09 -04:00 committed by mergify[bot]
parent 5faf2949d5
commit 6c62acb906
4 changed files with 5 additions and 13 deletions

View File

@ -1,6 +1,3 @@
//go:build ceph_preview
// +build ceph_preview
package admin package admin
// GetFailure returns details about the CloneStatus when in CloneFailed state. // GetFailure returns details about the CloneStatus when in CloneFailed state.

View File

@ -1,6 +1,3 @@
//go:build ceph_preview
// +build ceph_preview
package admin package admin
import ( import (

View File

@ -494,17 +494,16 @@
{ {
"name": "FSAdmin.VolumeStatus", "name": "FSAdmin.VolumeStatus",
"comment": "VolumeStatus returns a VolumeStatus object for the given volume name.\n\nSimilar To:\n ceph fs status cephfs <name>\n" "comment": "VolumeStatus returns a VolumeStatus object for the given volume name.\n\nSimilar To:\n ceph fs status cephfs <name>\n"
} },
],
"deprecated_api": [],
"preview_api": [
{ {
"name": "CloneStatus.GetFailure", "name": "CloneStatus.GetFailure",
"comment": "GetFailure returns details about the CloneStatus when in CloneFailed state.\n\nSimilar To:\n Reading the .failure object from the JSON returned by \"ceph fs subvolume\n snapshot clone\"\n", "comment": "GetFailure returns details about the CloneStatus when in CloneFailed state.\n\nSimilar To:\n Reading the .failure object from the JSON returned by \"ceph fs subvolume\n snapshot clone\"\n",
"added_in_version": "v0.16.0", "added_in_version": "v0.16.0",
"expected_stable_version": "v0.18.0" "became_stable_version": "v0.18.0"
} }
] ],
"deprecated_api": [],
"preview_api": []
}, },
"rados": { "rados": {
"stable_api": [ "stable_api": [

View File

@ -12,7 +12,6 @@ No Preview/Deprecated APIs found. All APIs are considered stable.
Name | Added in Version | Expected Stable Version | Name | Added in Version | Expected Stable Version |
---- | ---------------- | ----------------------- | ---- | ---------------- | ----------------------- |
CloneStatus.GetFailure | v0.16.0 | v0.18.0 |
### Deprecated APIs ### Deprecated APIs