From e375d69798a9a416a573689f3328b18c72c6b5ef Mon Sep 17 00:00:00 2001 From: Ron Stone Date: Mon, 30 Oct 2023 10:49:31 +0000 Subject: [PATCH] Platform Upgrade Optimization - AIO-SX (r8, r7, r6) Update bullet about user data backups during upgrades. Add statement that the upgrade playbook will automatically trigger unlock at the end on success. Story: 2010953 Signed-off-by: Ron Stone Change-Id: I95d8ad44e54db2bd7da7e737db24434ddc42c0c4 --- .../backing-up-starlingx-system-data.rst | 5 ++-- .../upgrading-all-in-one-simplex.rst | 24 +++---------------- 2 files changed, 6 insertions(+), 23 deletions(-) diff --git a/doc/source/backup/kubernetes/backing-up-starlingx-system-data.rst b/doc/source/backup/kubernetes/backing-up-starlingx-system-data.rst index a53372d2c..c60269764 100644 --- a/doc/source/backup/kubernetes/backing-up-starlingx-system-data.rst +++ b/doc/source/backup/kubernetes/backing-up-starlingx-system-data.rst @@ -56,8 +56,9 @@ The following content is excluded from the backup: changes on the ``/etc`` directory. After a restore operation has been completed, these modifications must be reapplied. -- Home directories and passwords of local user accounts. They must be backed up - manually by the sysadmin. +- Local linux user accounts and groups, their home directories, and passwords + will not be carried over during an upgrade. The configuration and management + of additional users/groups is not recommended. - The ``/root`` directory. Use the sysadmin account instead when root access is needed. diff --git a/doc/source/updates/kubernetes/upgrading-all-in-one-simplex.rst b/doc/source/updates/kubernetes/upgrading-all-in-one-simplex.rst index dc1cb241f..c835c61f0 100644 --- a/doc/source/updates/kubernetes/upgrading-all-in-one-simplex.rst +++ b/doc/source/updates/kubernetes/upgrading-all-in-one-simplex.rst @@ -340,27 +340,9 @@ For more details, see :ref:`Contents of System Backup Once the data restoration is complete the upgrade state will be set to *upgrading-hosts*. -#. Check the status of the upgrade. - - .. code-block:: none - - ~(keystone_admin)]$ system upgrade-show - +--------------+--------------------------------------+ - | Property | Value | - +--------------+--------------------------------------+ - | uuid | 61e5fcd7-a38d-40b0-ab83-8be55b87fee2 | - | state | upgrading-hosts | - | from_release | nn.nn | - | to_release | nn.nn | - +--------------+--------------------------------------+ - -#. Unlock controller-0. - - .. code-block:: none - - ~(keystone_admin)]$ system host-unlock controller-0 - - This step is required only for Simplex systems that are not a subcloud. + + The upgrade playbook will automatically trigger unlock upon successful + completion. #. Activate the upgrade.