Merge "GlusterFS: Set permissions on qcow2 snapshot files"

This commit is contained in:
Jenkins 2014-03-05 17:01:22 +00:00 committed by Gerrit Code Review
commit 586b284c44
1 changed files with 2 additions and 0 deletions

View File

@ -501,6 +501,8 @@ class GlusterfsDriver(nfs.RemoteFsDriver):
new_snap_path]
self._execute(*command, run_as_root=True)
self._set_rw_permissions_for_all(new_snap_path)
def _create_snapshot_offline(self, snapshot, path_to_disk):
"""Create snapshot (offline case)."""