Bug 12445: Added DeleteSnapshotBackupCommand to ssvm.

This commit is contained in:
Naredula Janardhana Reddy 2011-12-19 09:56:11 +05:30
parent 5fead2c092
commit 109fe6fc70
1 changed files with 2 additions and 0 deletions

View File

@ -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) {