Re: [libvirt] [PATCH v2 3/3] storage: Generate correct parameters for CIFS

2015-06-16 Thread Peter Krempa
On Mon, Jun 15, 2015 at 17:30:37 -0400, John Ferlan wrote: https://bugzilla.redhat.com/show_bug.cgi?id=1186969 When generating the path to the dir for a CIFS/Samba driver, the code would generate a source path for the mount using %s:%s while the mount.cifs expects to see //%s/%s. So check

[libvirt] [PATCH v2 3/3] storage: Generate correct parameters for CIFS

2015-06-15 Thread John Ferlan
https://bugzilla.redhat.com/show_bug.cgi?id=1186969 When generating the path to the dir for a CIFS/Samba driver, the code would generate a source path for the mount using %s:%s while the mount.cifs expects to see //%s/%s. So check for the cifsfs and format the source path appropriately.