File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
source/installguide/hypervisor Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,17 @@ Software requirements:
5151 Apply All Necessary Hotfixes. The lack of up-do-date hotfixes can lead to
5252 data corruption and lost VMs.
5353
54+ .. note ::
55+
56+ When using vSphere and vCenter versions 6.0 and 6.5 there is a limitation on
57+ instance names with a sequence number between 99999 and 1000000. For example if you take
58+ a snapshot of a VM, the expected filename will be different to what cloudstack expects.
59+ It is advisable to set the sequence number to 1M to prevent issues by executing the
60+ following script on your cloudstack database:
61+
62+ UPDATE cloud.sequence
63+ SET value = 1000000
64+ WHERE name = 'vm_instance_seq';
5465
5566Hardware requirements:
5667^^^^^^^^^^^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments