Skip to content

Commit 067c084

Browse files
Merge pull request #1379 from openshift-cherrypick-robot/cherry-pick-1373-to-18.0-fr5
[18.0-fr5] updated backup command
2 parents 53ea8ef + b152a20 commit 067c084

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

docs_user/modules/proc_adopting-the-block-storage-service.adoc

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -349,13 +349,18 @@ $ openstack volume backup list
349349
$ openstack volume create --image cirros --bootable --size 1 disk_new
350350
----
351351

352-
.. Back up the previous attached volume:
352+
.. If you deployed and adopted the `cinder-backup` service, back up the previously attached volume:
353353
+
354354
----
355-
$ openstack --os-volume-api-version 3.47 volume create --backup <backup_name>
355+
$ openstack volume backup create <volume_name> --name <backup_name>
356356
----
357357
+
358-
* Replace `<backup_name>` with the name of your new backup location.
358+
where:
359+
360+
`<volume_name>`:: Specifies the volume that you want to back up.
361+
Replace `<volume_name>` with the volume you want to back up.
362+
`<backup_name>`:: Specifies the name of your new backup.
363+
Replace `<backup_name>` with the name of your new backup.
359364
+
360365
[NOTE]
361366
You do not boot a {compute_service_first_ref} instance by using the new `volume from` image or try to detach the previous volume because the {compute_service} and the {block_storage} are still not connected.

0 commit comments

Comments
 (0)