VcContext.getVcLongCallHandler().execute(
new VcLongCallHandler.VcLongCall<Void>() {
@Override
public Void callVc() throws Exception {
VirtualMachine vm = getManagedObject();
vm.refreshStorageInfo();
return null;
}
});
} catch (Exception e) {
setNeedsStorageInfoRefresh(true);