mirror of
https://github.com/ceph/go-ceph
synced 2025-02-07 14:01:42 +00:00
docs: fix version number for new GroupSnapGetInfo api
Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
parent
08e5b6217b
commit
dc94307955
@ -1965,8 +1965,8 @@
|
|||||||
{
|
{
|
||||||
"name": "GroupSnapGetInfo",
|
"name": "GroupSnapGetInfo",
|
||||||
"comment": "GroupSnapGetInfo returns a slice of RBD image snapshots that are part of a\ngroup snapshot.\n\nImplements:\n\n\tint rbd_group_snap_get_info(rados_ioctx_t group_p,\n\t const char *group_name,\n\t const char *snap_name,\n\t rbd_group_snap_info2_t *snaps);\n",
|
"comment": "GroupSnapGetInfo returns a slice of RBD image snapshots that are part of a\ngroup snapshot.\n\nImplements:\n\n\tint rbd_group_snap_get_info(rados_ioctx_t group_p,\n\t const char *group_name,\n\t const char *snap_name,\n\t rbd_group_snap_info2_t *snaps);\n",
|
||||||
"added_in_version": "$NEXT_RELEASE",
|
"added_in_version": "v0.30.0",
|
||||||
"expected_stable_version": "$NEXT_RELEASE_STABLE"
|
"expected_stable_version": "v0.32.0"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -27,7 +27,7 @@ WriteOp.Exec | v0.29.0 | v0.31.0 |
|
|||||||
Name | Added in Version | Expected Stable Version |
|
Name | Added in Version | Expected Stable Version |
|
||||||
---- | ---------------- | ----------------------- |
|
---- | ---------------- | ----------------------- |
|
||||||
CloneImageByID | v0.29.0 | v0.31.0 |
|
CloneImageByID | v0.29.0 | v0.31.0 |
|
||||||
GroupSnapGetInfo | $NEXT_RELEASE | $NEXT_RELEASE_STABLE |
|
GroupSnapGetInfo | v0.30.0 | v0.32.0 |
|
||||||
|
|
||||||
### Deprecated APIs
|
### Deprecated APIs
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user