Skip to content

Commit c80e9f8

Browse files
committed
Doc
1 parent 3e4ae3d commit c80e9f8

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

doc/Documentation SellYourSaas - Master and Deployment Servers - EN.asciidoc

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4847,12 +4847,12 @@ To push an instance's image on a project:
48474847
[source,bash]
48484848
---------------
48494849
source openrctarget.sh
4850-
export OS_REGION_NAME=SBG1
4850+
export OS_REGION_NAME=SBG1 or GRA1, GRA7 ...
48514851
glance image-create --name nom_image_snaphot_new_server --disk-format qcow2 --container-format bare --file mon_fichier_snap_serveur1.qcow2
4852-
ou openstack image create --disk-format qcow2 --container-format bare --file votre_image_compacte.qcow2 --public "Nom de votre image"
4852+
ou openstack image create --disk-format qcow2 --container-format bare --file ~/votre_image_compacte.qcow2 "Nom de votre image"
48534853
---------------
48544854

4855-
To build a volume image, you need to create it from the detached volume (can't use a snapshot)
4855+
To build a volume image from a volume, you need to create it from the detached volume (can't use a snapshot):
48564856

48574857
[source,bash]
48584858
---------------
@@ -4861,7 +4861,12 @@ openstack volume list
48614861
openstack image create --disk-format qcow2 --container-format bare --volume 673b0ad9-1fca-485c-ae2b-8ee271b71dc7 nom_image_snaphot_new_volume
48624862
48634863
...wait until the copy is finished...
4864+
---------------
4865+
4866+
To restore a volume image onto a volume:
48644867

4868+
[source,bash]
4869+
---------------
48654870
openstack image list
48664871
48674872
openstack image save --file nom_image_snaphot_new_volume.qcow2 8625f87e-8248-4e62-a0ce-a89c7bd1a9be

0 commit comments

Comments
 (0)