ShaoHe Feng has uploaded a new change for review. Change subject: schema: add missing <vdsm-version> of symbol comment ......................................................................
schema: add missing <vdsm-version> of symbol comment Two entity comments in the VDSM API schema miss <vdsm-version>, add them. Change-Id: Id8a0d2b91ca34d89e9cd431412c6ce88304b21af Signed-off-by: ShaoHe Feng <[email protected]> --- M vdsm_api/vdsmapi-schema.json 1 file changed, 4 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/37/8137/1 diff --git a/vdsm_api/vdsmapi-schema.json b/vdsm_api/vdsmapi-schema.json index c0440d2..19d65c9 100644 --- a/vdsm_api/vdsmapi-schema.json +++ b/vdsm_api/vdsmapi-schema.json @@ -3744,6 +3744,8 @@ # @info: Storage Pool information # # @dominfo: Information about active Storage Domains +# +# Since: 4.10.0 ## {'type': 'StoragePoolFullInfo', 'data': {'info': 'StoragePoolInfo', 'dominfo': 'StoragePoolDomainInfoMap'}} @@ -4819,6 +4821,8 @@ # @migrationPort: The port used for migration (currently always 0) # # @params: The VM status +# +# Since: 4.10.0 ## {'type': 'MigrationCreateState', 'data': {'migrationPort': 'int', 'params': 'VmFullStatus'}} -- To view, visit http://gerrit.ovirt.org/8137 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id8a0d2b91ca34d89e9cd431412c6ce88304b21af Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: ShaoHe Feng <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
