Eldan Shachar has uploaded a new change for review.

Change subject: vm payload: Add Joliet FS support
......................................................................

vm payload: Add Joliet FS support

Current payload ISO only uses Rock Ridge extension, as a result
Windows VMs can't use payloads with long filenames. This fix
adds the Joliet extension to the generated ISO.

Change-Id: I31dd2df17da7230ca3841209ce1dae3325dcd164
Bug-Url: https://bugzilla.redhat.com/1205058
Signed-off-by: Eldan Shachar <eshac...@redhat.com>
---
M vdsm/mkimage.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/98/39898/1

diff --git a/vdsm/mkimage.py b/vdsm/mkimage.py
index 2b69a18..7633662 100644
--- a/vdsm/mkimage.py
+++ b/vdsm/mkimage.py
@@ -123,7 +123,7 @@
         _decodeFilesIntoDir(files, dirname)
         isopath = _getFileName(vmId, files)
 
-        command = [EXT_MKISOFS, '-R', '-o', isopath]
+        command = [EXT_MKISOFS, '-R', '-J', '-o', isopath]
         if volumeName is not None:
             command.extend(['-V', volumeName])
         command.extend([dirname])


-- 
To view, visit https://gerrit.ovirt.org/39898
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I31dd2df17da7230ca3841209ce1dae3325dcd164
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: ovirt-3.5
Gerrit-Owner: Eldan Shachar <eshac...@redhat.com>
_______________________________________________
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to