bug 5936: fix creating template

status 5936: resolved fixed
This commit is contained in:
edison 2010-08-26 14:03:02 -07:00
parent e9984445b9
commit c5621b1d31
1 changed files with 1 additions and 0 deletions

View File

@ -1202,6 +1202,7 @@ public class LibvirtComputingResource extends ServerResourceBase implements Serv
mpfile.mkdirs();
}
// Create a SR for the secondary storage installation folder
privateTemplStorage = getNfsSPbyURI(_conn, new URI(secondaryStorageURL + templateInstallFolder));
snapshotVol = getVolume(snapshotUUID);