mirror of https://github.com/apache/cloudstack.git
Bug 12445: Added DeleteSnapshotBackupCommand to ssvm.
This commit is contained in:
parent
5fead2c092
commit
109fe6fc70
|
|
@ -153,6 +153,8 @@ public class NfsSecondaryStorageResource extends ServerResourceBase implements S
|
|||
return execute((ListTemplateCommand)cmd);
|
||||
} else if (cmd instanceof downloadSnapshotFromSwiftCommand){
|
||||
return execute((downloadSnapshotFromSwiftCommand)cmd);
|
||||
} else if (cmd instanceof DeleteSnapshotBackupCommand){
|
||||
return execute((DeleteSnapshotBackupCommand)cmd);
|
||||
} else if (cmd instanceof DeleteSnapshotsDirCommand){
|
||||
return execute((DeleteSnapshotsDirCommand)cmd);
|
||||
} else if (cmd instanceof downloadTemplateFromSwiftToSecondaryStorageCommand) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue