diff --git a/pkg/asset/machines/libvirt/machines.go b/pkg/asset/machines/libvirt/machines.go index f597e93ccd9..1e82ddee214 100644 --- a/pkg/asset/machines/libvirt/machines.go +++ b/pkg/asset/machines/libvirt/machines.go @@ -70,7 +70,7 @@ func provider(clusterID string, networkInterfaceAddress string, platform *libvir }, Volume: &libvirtprovider.Volume{ PoolName: "default", - BaseVolumeID: fmt.Sprintf("/var/lib/libvirt/images/%s-base", clusterID), + BaseVolumeID: fmt.Sprintf("%s-base", clusterID), }, NetworkInterfaceName: clusterID, NetworkInterfaceAddress: networkInterfaceAddress,