mirror of https://github.com/ceph/go-ceph
docs: fix version numbers for apis added prior to v0.27
Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
parent
f9290c87cc
commit
593a097473
|
@ -618,8 +618,8 @@
|
||||||
{
|
{
|
||||||
"name": "FSAdmin.FSQuiesce",
|
"name": "FSAdmin.FSQuiesce",
|
||||||
"comment": "FSQuiesce will quiesce the specified subvolumes in a volume.\nQuiescing a fs will prevent new writes to the subvolumes.\nSimilar To:\n\nceph fs quiesce <volume>\n",
|
"comment": "FSQuiesce will quiesce the specified subvolumes in a volume.\nQuiescing a fs will prevent new writes to the subvolumes.\nSimilar To:\n\nceph fs quiesce <volume>\n",
|
||||||
"added_in_version": "$NEXT_RELEASE",
|
"added_in_version": "v0.27.0",
|
||||||
"expected_stable_version": "$NEXT_RELEASE_STABLE"
|
"expected_stable_version": "v0.29.0"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -1935,8 +1935,8 @@
|
||||||
{
|
{
|
||||||
"name": "Image.GetSnapGroupNamespace",
|
"name": "Image.GetSnapGroupNamespace",
|
||||||
"comment": "GetSnapGroupNamespace returns the SnapGroupNamespace of the snapshot which\nis part of a group. The caller should make sure that the snapshot ID passed\nin this function belongs to a snapshot that was taken as part of a group\nsnapshot.\n\nImplements:\n\n\t\tint rbd_snap_get_group_namespace(rbd_image_t image, uint64_t snap_id,\n\t rbd_snap_group_namespace_t *group_snap,\n\t size_t group_snap_size)\n",
|
"comment": "GetSnapGroupNamespace returns the SnapGroupNamespace of the snapshot which\nis part of a group. The caller should make sure that the snapshot ID passed\nin this function belongs to a snapshot that was taken as part of a group\nsnapshot.\n\nImplements:\n\n\t\tint rbd_snap_get_group_namespace(rbd_image_t image, uint64_t snap_id,\n\t rbd_snap_group_namespace_t *group_snap,\n\t size_t group_snap_size)\n",
|
||||||
"added_in_version": "$NEXT_RELEASE",
|
"added_in_version": "v0.27.0",
|
||||||
"expected_stable_version": "$NEXT_RELEASE_STABLE"
|
"expected_stable_version": "v0.29.0"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
@ -12,7 +12,7 @@ No Preview/Deprecated APIs found. All APIs are considered stable.
|
||||||
|
|
||||||
Name | Added in Version | Expected Stable Version |
|
Name | Added in Version | Expected Stable Version |
|
||||||
---- | ---------------- | ----------------------- |
|
---- | ---------------- | ----------------------- |
|
||||||
FSAdmin.FSQuiesce | $NEXT_RELEASE | $NEXT_RELEASE_STABLE |
|
FSAdmin.FSQuiesce | v0.27.0 | v0.29.0 |
|
||||||
|
|
||||||
## Package: rados
|
## Package: rados
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ No Preview/Deprecated APIs found. All APIs are considered stable.
|
||||||
|
|
||||||
Name | Added in Version | Expected Stable Version |
|
Name | Added in Version | Expected Stable Version |
|
||||||
---- | ---------------- | ----------------------- |
|
---- | ---------------- | ----------------------- |
|
||||||
Image.GetSnapGroupNamespace | $NEXT_RELEASE | $NEXT_RELEASE_STABLE |
|
Image.GetSnapGroupNamespace | v0.27.0 | v0.29.0 |
|
||||||
|
|
||||||
### Deprecated APIs
|
### Deprecated APIs
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue