Updating the Description as only supported with KVM

This commit is contained in:
subhash yedugundla 2015-09-16 09:45:10 +05:30
parent 7d83ca9e0a
commit f2d4820773
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ import com.cloud.event.EventTypes;
import com.cloud.storage.Snapshot;
import com.cloud.user.Account;
@APICommand(name = "revertSnapshot", description = "This is supposed to revert a volume snapshot. This command is not supported in this release", responseObject = SnapshotResponse.class, entityType = {Snapshot.class},
@APICommand(name = "revertSnapshot", description = "This is supposed to revert a volume snapshot. This command is only supported with KVM so far", responseObject = SnapshotResponse.class, entityType = {Snapshot.class},
requestHasSensitiveInfo = false, responseHasSensitiveInfo = false)
public class RevertSnapshotCmd extends BaseAsyncCmd {
public static final Logger s_logger = Logger.getLogger(RevertSnapshotCmd.class.getName());