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
143ce15cc7
commit
5c3e8912d1
|
|
@ -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