mirror of https://github.com/ceph/go-ceph
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:
parent
5faf2949d5
commit
6c62acb906
|
@ -1,6 +1,3 @@
|
|||
//go:build ceph_preview
|
||||
// +build ceph_preview
|
||||
|
||||
package admin
|
||||
|
||||
// GetFailure returns details about the CloneStatus when in CloneFailed state.
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
//go:build ceph_preview
|
||||
// +build ceph_preview
|
||||
|
||||
package admin
|
||||
|
||||
import (
|
||||
|
|
|
@ -494,17 +494,16 @@
|
|||
{
|
||||
"name": "FSAdmin.VolumeStatus",
|
||||
"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",
|
||||
"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",
|
||||
"expected_stable_version": "v0.18.0"
|
||||
"became_stable_version": "v0.18.0"
|
||||
}
|
||||
]
|
||||
],
|
||||
"deprecated_api": [],
|
||||
"preview_api": []
|
||||
},
|
||||
"rados": {
|
||||
"stable_api": [
|
||||
|
|
|
@ -12,7 +12,6 @@ No Preview/Deprecated APIs found. All APIs are considered stable.
|
|||
|
||||
Name | Added in Version | Expected Stable Version |
|
||||
---- | ---------------- | ----------------------- |
|
||||
CloneStatus.GetFailure | v0.16.0 | v0.18.0 |
|
||||
|
||||
### Deprecated APIs
|
||||
|
||||
|
|
Loading…
Reference in New Issue