From 9463fa750009da0b9a6973a6580b1929c90dabf2 Mon Sep 17 00:00:00 2001 From: Katie Gilligan Date: Fri, 1 May 2026 14:29:10 -0400 Subject: [PATCH 1/4] fixed linting error --- .../proc_adopting-the-block-storage-service.adoc | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/docs_user/modules/proc_adopting-the-block-storage-service.adoc b/docs_user/modules/proc_adopting-the-block-storage-service.adoc index 5e1ef889a..8ab37b03f 100644 --- a/docs_user/modules/proc_adopting-the-block-storage-service.adoc +++ b/docs_user/modules/proc_adopting-the-block-storage-service.adoc @@ -349,13 +349,18 @@ $ openstack volume backup list $ openstack volume create --image cirros --bootable --size 1 disk_new ---- -.. Back up the previous attached volume: +.. If you deployed and adopted the `cinder-backup` service, back up the previous attached volume: + ---- -$ openstack --os-volume-api-version 3.47 volume create --backup +$ openstack volume backup create --name ---- + -* Replace `` with the name of your new backup location. +where: + +``:: +Replace `` with the volume you want to back up. +``:: +Replace `` with the name of your new backup. + [NOTE] 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. From f5bbdbcaf978e9da4c431148013fdd591577d2b2 Mon Sep 17 00:00:00 2001 From: Katie Gilligan Date: Mon, 4 May 2026 11:22:26 -0400 Subject: [PATCH 2/4] Update docs_user/modules/proc_adopting-the-block-storage-service.adoc Co-authored-by: Roger Heslop --- docs_user/modules/proc_adopting-the-block-storage-service.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs_user/modules/proc_adopting-the-block-storage-service.adoc b/docs_user/modules/proc_adopting-the-block-storage-service.adoc index 8ab37b03f..66e2134d3 100644 --- a/docs_user/modules/proc_adopting-the-block-storage-service.adoc +++ b/docs_user/modules/proc_adopting-the-block-storage-service.adoc @@ -349,7 +349,7 @@ $ openstack volume backup list $ openstack volume create --image cirros --bootable --size 1 disk_new ---- -.. If you deployed and adopted the `cinder-backup` service, back up the previous attached volume: +.. If you deployed and adopted the `cinder-backup` service, back up the previously attached volume: + ---- $ openstack volume backup create --name From 513efd6c6d3ccf18ca63eaa429a396e6b51747ce Mon Sep 17 00:00:00 2001 From: Katie Gilligan Date: Mon, 4 May 2026 11:22:37 -0400 Subject: [PATCH 3/4] Update docs_user/modules/proc_adopting-the-block-storage-service.adoc Co-authored-by: Roger Heslop --- docs_user/modules/proc_adopting-the-block-storage-service.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs_user/modules/proc_adopting-the-block-storage-service.adoc b/docs_user/modules/proc_adopting-the-block-storage-service.adoc index 66e2134d3..3ca6a61ac 100644 --- a/docs_user/modules/proc_adopting-the-block-storage-service.adoc +++ b/docs_user/modules/proc_adopting-the-block-storage-service.adoc @@ -357,7 +357,7 @@ $ openstack volume backup create --name + where: -``:: +``:: Specifies the volume that you want to back up. Replace `` with the volume you want to back up. ``:: Replace `` with the name of your new backup. From 01972de206f2c009647be07d747658bf35227b73 Mon Sep 17 00:00:00 2001 From: Katie Gilligan Date: Mon, 4 May 2026 11:23:41 -0400 Subject: [PATCH 4/4] Apply suggestion from @klgill --- docs_user/modules/proc_adopting-the-block-storage-service.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs_user/modules/proc_adopting-the-block-storage-service.adoc b/docs_user/modules/proc_adopting-the-block-storage-service.adoc index 3ca6a61ac..35db9e256 100644 --- a/docs_user/modules/proc_adopting-the-block-storage-service.adoc +++ b/docs_user/modules/proc_adopting-the-block-storage-service.adoc @@ -359,7 +359,7 @@ where: ``:: Specifies the volume that you want to back up. Replace `` with the volume you want to back up. -``:: +``:: Specifies the name of your new backup. Replace `` with the name of your new backup. + [NOTE]