mirror of https://github.com/apache/cloudstack.git
bug 13810: by default, remove local storage when host is removed
status 13810: resolved fixed reviewed-by : edison
This commit is contained in:
parent
d3f98d5ba2
commit
61603335b2
|
|
@ -62,7 +62,7 @@ public class DeleteHostCmd extends BaseCmd {
|
|||
}
|
||||
|
||||
public boolean isForceDestoryLocalStorage() {
|
||||
return (forceDestroyLocalStorage != null) ? forceDestroyLocalStorage : false;
|
||||
return (forceDestroyLocalStorage != null) ? forceDestroyLocalStorage : true;
|
||||
}
|
||||
|
||||
// ///////////////////////////////////////////////////
|
||||
|
|
|
|||
Loading…
Reference in New Issue