Amit Aviram has uploaded a new change for review. Change subject: fileSD,blockSD: typo fix in createImageLinks comment. ......................................................................
fileSD,blockSD: typo fix in createImageLinks comment. Change-Id: I4da6703737130eee275777e9829602d9bbe1070b Signed-off-by: Amit Aviram <[email protected]> --- M vdsm/storage/blockSD.py M vdsm/storage/fileSD.py 2 files changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/39/50239/1 diff --git a/vdsm/storage/blockSD.py b/vdsm/storage/blockSD.py index 5453a8a..c244605 100644 --- a/vdsm/storage/blockSD.py +++ b/vdsm/storage/blockSD.py @@ -1136,7 +1136,7 @@ def createImageLinks(self, srcImgPath, imgUUID, volUUIDs): """ - qcow chain is build by reading each qcow header and reading the path + qcow chain is built by reading each qcow header and reading the path to the parent. When creating the qcow layer, we pass a relative path which allows us to build a directory with links to all volumes in the chain anywhere we want. This method creates a directory with the image diff --git a/vdsm/storage/fileSD.py b/vdsm/storage/fileSD.py index 927e804..85d9490 100644 --- a/vdsm/storage/fileSD.py +++ b/vdsm/storage/fileSD.py @@ -491,7 +491,7 @@ def createImageLinks(self, srcImgPath, imgUUID): """ - qcow chain is build by reading each qcow header and reading the path + qcow chain is built by reading each qcow header and reading the path to the parent. When creating the qcow layer, we pass a relative path which allows us to build a directory with links to all volumes in the chain anywhere we want. This method creates a directory with the image -- To view, visit https://gerrit.ovirt.org/50239 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I4da6703737130eee275777e9829602d9bbe1070b Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Amit Aviram <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
