Skip to content

Commit d485183

Browse files
committed
Change default path for direct download
1 parent d6ffd3f commit d485183

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

agent/conf/agent.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ domr.scripts.dir=scripts/network/domr/kvm
116116
hypervisor.type=kvm
117117

118118
# This parameter specifies a directory on the host local storage for temporary storing direct download templates
119-
#direct.download.temporary.download.location=/var/lib/libvirt/images/direct-download
119+
#direct.download.temporary.download.location=/var/lib/libvirt/images
120120

121121
# set the hypervisor URI. Usually there is no need for changing this
122122
# For KVM: qemu:///system

plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/LibvirtComputingResource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ private Map<String, Object> getDeveloperProperties() throws ConfigurationExcepti
579579
}
580580

581581
private String getDefaultDirectDownloadTemporaryPath() {
582-
return "/var/lib/libvirt/images/direct-download";
582+
return "/var/lib/libvirt/images";
583583
}
584584

585585
protected String getDefaultNetworkScriptsDir() {

0 commit comments

Comments
 (0)