Skip to content

Commit 257aac2

Browse files
committed
Made changed to fix notes based on PR comments
1 parent 9f004ce commit 257aac2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

source/includes/cloudstack/_snapshots.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ curl -X POST \
114114

115115
<code>POST /services/<a href="#administration-service-connections">:service_code</a>/<a href="#administration-environments">:environment_name</a>/snapshots?operation=create</code>
116116

117-
Create a snapshot of an existing [volume](#cloudstack-storage). Note that the volume must be attached to an instance. A detached volume cannot be **snapshot*****'ed***. You can get a list of volumes using [this](#cloudstack-list-volumes) API.
117+
Create a snapshot of an existing [volume](#cloudstack-storage). Note that the volume must be in its *READY* state to be able to take a snapshot of it. You can get a list of volumes using [this](#cloudstack-list-volumes) API.
118118

119119
Required | &nbsp;
120120
---------- | -----

source/includes/cloudstack/_volumes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ curl -X POST \
231231

232232
<code>POST /services/<a href="#administration-service-connections">:service_code</a>/<a href="#administration-environments">:environment_name</a>/volumes/:id?operation=createSnapshotFromVolume</code>
233233

234-
Create a snapshot of an existing [volume](#cloudstack-storage). Note that the volume must be attached to an instance. A detached volume cannot be **snapshot*****'ed***.
234+
Create a snapshot of an existing [volume](#cloudstack-storage). Note that the volume must be in its *READY* state to be able to take a snapshot of it.
235235

236236
Optional | &nbsp;
237237
------ | -----------

0 commit comments

Comments
 (0)