You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Perhaps as an additional appendix in existing docs, or separate file that can be referenced in future release announcements, let's add some discussion on typical upgrade paths. Starting example to follow for yum:
upgrade master node yum upgrade "*-ohpc"
upgrade packages in compute image yum --installroot=$CHROOT upgrade "*-ohpc"
rebbuild vnfs image wwvnfs -y --chroot $CHROOT
It is probably also worth a tooltip (or equivalent) to mention how to expire package manager metadata when folks are anxious to upgrade immediately after a release:
Perhaps as an additional appendix in existing docs, or separate file that can be referenced in future release announcements, let's add some discussion on typical upgrade paths. Starting example to follow for yum:
upgrade master node
yum upgrade "*-ohpc"
upgrade packages in compute image
yum --installroot=$CHROOT upgrade "*-ohpc"
rebbuild vnfs image
wwvnfs -y --chroot $CHROOT
It is probably also worth a tooltip (or equivalent) to mention how to expire package manager metadata when folks are anxious to upgrade immediately after a release:
yum:
zypper:
zypper clean -a
The text was updated successfully, but these errors were encountered: