Nir Soffer has posted comments on this change. Change subject: storage: Remove legacy get[Iso|Floppy]List ......................................................................
Patch Set 2: (1 comment) https://gerrit.ovirt.org/#/c/54900/2/lib/vdsm/storage/exception.py File lib/vdsm/storage/exception.py: Line 532: code = 313 Line 533: message = "Storage pool not connected" Line 534: Line 535: # Code 314 no longer used Line 536: # Code 315 no longer used This is not very useful. How about: # Code 314 was used for GetIsoListError, removed in 4.18 Line 537: Line 538: class StoragePoolAlreadyExists(StorageException): Line 539: code = 316 Line 540: message = "Error creating a storage pool - pool already exists" -- To view, visit https://gerrit.ovirt.org/54900 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ia6c9d563654a0a43994bc9e50ebff382726adb23 Gerrit-PatchSet: 2 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Allon Mureinik <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Maor Lipchuk <[email protected]> Gerrit-Reviewer: Nir Soffer <[email protected]> Gerrit-Reviewer: Simone Tiraboschi <[email protected]> Gerrit-Reviewer: gerrit-hooks <[email protected]> Gerrit-HasComments: Yes _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
