Skip to content

Commit f42f17b

Browse files
Apply suggestions from code review
Co-authored-by: Suresh Kumar Anaparti <sureshkumar.anaparti@gmail.com>
1 parent d24ae0f commit f42f17b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

source/adminguide/storage.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1008,9 +1008,9 @@ Offering” <service_offerings.html#creating-a-new-compute-offering>`_.
10081008
Volume delete protection
10091009
~~~~~~~~~~~~~~~~~~~~~~~~
10101010

1011-
CloudStack provides a feature to protect volumes from accidental deletion. When
1011+
CloudStack protects volumes from accidental deletion using a delete protection flag, which is false by default. When
10121012
delete protection is enabled for a volume, it cannot be deleted through the
1013-
UI or API. It can only be delete after removing delete protection from the
1013+
UI or API. It can only be deleted after removing delete protection from the
10141014
volume.
10151015

10161016
Delete protection can be enabled for a volume via updateVirtualMachine API.

source/adminguide/virtual_machines.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -427,9 +427,9 @@ The following table explains how an Instance name is displayed in different scen
427427
Instance delete protection
428428
--------------------------
429429

430-
CloudStack provides a feature to protect Instances from accidental deletion.
430+
CloudStack protects instances from accidental deletion using a delete protection flag, which is false by default.
431431
When delete protection is enabled for an instance, it cannot be deleted through
432-
the UI or API. It can only be delete after removing delete protection from the
432+
the UI or API. It can only be deleted after removing delete protection from the
433433
instance.
434434

435435
Delete protection can be enabled for an instance via updateVirtualMachine API.

0 commit comments

Comments
 (0)