File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
docs/openstack/create-and-connect-to-the-VM Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 38
38
39
39
![ VM Launch Instance Source] ( images/launch_source.png )
40
40
41
+ !!! info "How to override the flavor's Default root disk volume size"
42
+ If you don't specify custom value for the "** Volume Size (GB)** ", that will
43
+ be set to the root disk size of your selected Flavor. For more about the
44
+ default root disk size you can refer to [ this documentation] ( flavors.md ) .
45
+ We can override this value by entering our own custom value (in GB) and that
46
+ is available as a Volume that is attach to the instance to enable persistent
47
+ storage.
48
+
41
49
!!! danger "Important Note"
42
50
- To create an image that uses the boot volume sized according to the flavor
43
- ensure that "No" is selected under the "Create New Volume" section.
51
+ ensure that "No" is selected under the "Create New Volume" section. This will
52
+ ** NOT** create a persistant block storage in the form of Volume can be risky
53
+ so we recommend to frequently take a snapshot of the running instance in case
54
+ you want to recover some important state of your instance.
44
55
45
56
- When you deploy a non-ephemeral instance (i.e. Creating a new volume), and
46
57
indicate "Yes" in "Delete Volume on Instance delete", then when you delete
You can’t perform that action at this time.
0 commit comments