Skip to content

Commit 6b84876

Browse files
Add Javadoc block on (interface) VirtualMachineManager
1 parent 9ae2483 commit 6b84876

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

engine/api/src/main/java/com/cloud/vm/VirtualMachineManager.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,5 +261,8 @@ static String getHypervisorHostname(String name) {
261261

262262
UserVm restoreVirtualMachine(long vmId, Long newTemplateId) throws ResourceUnavailableException, InsufficientCapacityException;
263263

264+
/**
265+
* Returns true if the VM's Root volume is allocated at a local storage pool
266+
*/
264267
boolean isRootVolumeOnLocalStorage(long vmId);
265268
}

0 commit comments

Comments
 (0)