Skip to content

Commit cb2c18c

Browse files
Revert "systemvm: document workaround for older ACS env with systemvms"
This reverts commit b86b920.
1 parent 3c6608c commit cb2c18c

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

source/upgrading/upgrade/_sysvm_restart.rst

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -26,22 +26,6 @@ from the new systemVM template version.
2626
or do it by using third-party tools such as Ansible.
2727
Below we are giving instructions for using the "cloudstack-sysvmadm" script.
2828

29-
Note: When upgrading from older CloudStack environments (for example, 4.9-4.13)
30-
with XenServer or XCP-ng hosts, some systemvms and virtual routers may not have
31-
ejected or removed the older systemvm.iso. The old systemvm.iso needs to be
32-
ejected and removed before new systemvms and virtual routers are (re-)created).
33-
This issue has been fixed in CloudStack 4.15, older enviroments may need the
34-
following to be run on the XenServer or XCP-ng pool master:
35-
36-
.. parsed-literal::
37-
38-
# for vm in $(xe vm-list | grep name-label | sed 's/.*name-label.*: //g'); do
39-
if [[ $vm == [rvs]-* ]]; then
40-
echo "Attempting systemvm.iso eject and remove for $vm";
41-
xe vm-cd-eject vm=$vm;
42-
xe vm-cd-remove vm=$vm cd-name=systemvm.iso;
43-
fi;
44-
done
4529

4630
Ensure that the admin port is set to
4731
8096 by using the "integration.api.port" global parameter. This port

0 commit comments

Comments
 (0)