Skip to content

Commit 1a2f354

Browse files
committed
Remove message about contacting Cloud support.
CloudStack has gone Apache now.
1 parent e9c166a commit 1a2f354

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/src/com/cloud/vm/UserVmManagerImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ public Volume attachVolumeToVM(AttachVolumeCmd command) {
574574
VolumeVO rootVolumeOfVm = null;
575575
List<VolumeVO> rootVolumesOfVm = _volsDao.findByInstanceAndType(vmId, Volume.Type.ROOT);
576576
if (rootVolumesOfVm.size() != 1) {
577-
throw new CloudRuntimeException("The VM " + vm.getHostName() + " has more than one ROOT volume and is in an invalid state. Please contact Cloud Support.");
577+
throw new CloudRuntimeException("The VM " + vm.getHostName() + " has more than one ROOT volume and is in an invalid state.");
578578
} else {
579579
rootVolumeOfVm = rootVolumesOfVm.get(0);
580580
}

0 commit comments

Comments
 (0)