bug 13810: by default, remove local storage when host is removed

status 13810: resolved fixed

reviewed-by : edison
This commit is contained in:
anthony 2012-02-16 18:25:38 -08:00
parent d3f98d5ba2
commit 61603335b2

View File

@ -62,7 +62,7 @@ public class DeleteHostCmd extends BaseCmd {
} }
public boolean isForceDestoryLocalStorage() { public boolean isForceDestoryLocalStorage() {
return (forceDestroyLocalStorage != null) ? forceDestroyLocalStorage : false; return (forceDestroyLocalStorage != null) ? forceDestroyLocalStorage : true;
} }
// /////////////////////////////////////////////////// // ///////////////////////////////////////////////////