xenadmin/XenAdmin/Commands
Adrian Jachacy d89d04a33d CA-76329: SR destroy option is missing from XenCenter (even SR doesn't contains any VDI and SR is detached)
1. Changed definition of IsDetached property in SR.cs: SR is detached when it has no PBDs or when all its PBDs are unplugged.
2. Added bool HasPBDs property in SR.cs (replaced previous IsDetached property definition).
3. Reviewed all usages of sr.IsDetached property.

Signed-off-by: Adrian Jachacy <Adrian.Jachacy@citrix.com>
2013-07-23 13:42:27 +01:00
..
Controls CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
ActivateVBDCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
ActivationRequestCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
AddHostCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
AddHostToPoolCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
AddNewHostToPoolCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
AddStorageLinkSystemCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
AddVirtualDiskCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
ApplyLicenseEditionCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
AttachVirtualDiskCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
BackupHostCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
BaseVIFCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
CancelHostConnectionCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
ChangeHostPasswordCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
ChangeStorageLinkPasswordCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
CollapseChildTreeNodesCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
Command.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
ConnectAllHostsCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
ConvertVMToTemplateCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
CopyTemplateCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
CopyVMCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
CreateVIFCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
CreateVMFromTemplateCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
CrossConnectionCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
CrossPoolMigrateCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
DeactivateVBDCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
DeleteFolderCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
DeletePoolCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
DeleteSnapshotCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
DeleteTagCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
DeleteTemplateCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
DeleteVirtualDiskCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
DeleteVMCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
DeleteVMsAndTemplatesCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
DestroyBondCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
DestroyHostCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
DestroySRCommand.cs CA-76329: SR destroy option is missing from XenCenter (even SR doesn't contains any VDI and SR is detached) 2013-07-23 13:42:27 +01:00
DetachSRCommand.cs CA-76329: SR destroy option is missing from XenCenter (even SR doesn't contains any VDI and SR is detached) 2013-07-23 13:42:27 +01:00
DetachVirtualDiskCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
DisasterRecoveryCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
DisconnectAllHostsCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
DisconnectCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
DisconnectHostCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
DisconnectHostsAndPoolsCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
DisconnectPoolCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
DisconnectWlbServerCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
DragDropAddHostToPoolCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
DragDropCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
DragDropIntoFolderCommand.cs PR-1537: Separated Objects View (Types) from Organization Views (Tags, Folders, Custom Fields and vApps). Updated tests to reflect change. 2013-07-02 18:31:36 +01:00
DragDropMigrateVMCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
DragDropRemoveHostFromPoolCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
DragDropTagCommand.cs PR-1537: Separated Objects View (Types) from Organization Views (Tags, Folders, Custom Fields and vApps). Updated tests to reflect change. 2013-07-02 18:31:36 +01:00
DRConfigureCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
DRDryrunCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
DRFailbackCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
DRFailoverCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
EditTagsCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
ExpandTreeNodesCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
ExportCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
ExportSnapshotAsTemplateCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
ExportTemplateCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
ExportVMCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
ForceVMRebootCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
ForceVMShutDownCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
ForgetSavedPasswordCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
ForgetSRCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
HACommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
HostMaintenanceModeCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
HostPasswordCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
HostReconnectAsCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
ImPortCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
ImportSearchCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
ImportStorageLinkVolumeCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
InstallNewUpdateCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
InstallToolsCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
InstantVMFromTemplateCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
MigrateVirtualDiskCommand.cs CA-107917: XOP-373: When rolling out a XD desktop group, SR storage tab becomes unusuable in XC. 2013-07-23 13:40:12 +01:00
MoveVirtualDiskCommand.cs CA-107917: XOP-373: When rolling out a XD desktop group, SR storage tab becomes unusuable in XC. 2013-07-23 13:40:12 +01:00
MoveVMCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
NewFolderCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
NewPoolCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
NewSRCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
NewTemplateFromSnapshotCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
NewVMCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
NewVMFromSnapshotCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
NewVMFromTemplateCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
PoolReconnectAsCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
PowerOnHostCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
PropertiesCommands.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
PutFolderIntoRenameModeCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
PutTagIntoRenameModeCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
ReattachSRCommand.cs CA-76329: SR destroy option is missing from XenCenter (even SR doesn't contains any VDI and SR is detached) 2013-07-23 13:42:27 +01:00
RebootCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
RebootHostCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
RebootVMCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
ReconnectHostCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
RefreshStorageLinkConnectionCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
RemoveFromFolderCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
RemoveHostCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
RemoveHostCrashDumpsCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
RemoveHostFromPoolCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
RemoveStorageLinkSystemCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
RemoveStorageLinkVolumeCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
RenameFolderCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
RenameTagCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
RepairSRCommand.cs CA-76329: SR destroy option is missing from XenCenter (even SR doesn't contains any VDI and SR is detached) 2013-07-23 13:42:27 +01:00
RescanPIFsCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
RestartToolstackCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
RestoreHostFromBackupCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
ResumeVMCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
RevertToSnapshotCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
RollingUpgradeCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
SaveSessionCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
SelectedItem.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
SelectedItemCollection.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
SelectionBroadcaster.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
SelectionManager.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
SetAsDefaultSRCommand.cs CA-76329: SR destroy option is missing from XenCenter (even SR doesn't contains any VDI and SR is detached) 2013-07-23 13:42:27 +01:00
SetStorageLinkLicenseServerCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
ShareSRCommand.cs CA-76329: SR destroy option is missing from XenCenter (even SR doesn't contains any VDI and SR is detached) 2013-07-23 13:42:27 +01:00
ShutDownCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
ShutDownHostCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
ShutDownVMCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
SRCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
StartVMCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
SuspendVMCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
TakeSnapshotCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
UntagCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
UpdateVIFCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
UpgradeSRCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
VappShutDownCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
VappStartCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
ViewWorkloadReportsCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
VirtualDiskCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
VMGroupCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
VMLifeCycleCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
VMOperationCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
VMOperationHomeServerCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
VMOperationHostCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
VMOperationWlbHostCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
VMOperationWlbOptimalServerCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
VMRecoveryModeCommand.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00