Skip to content

Commit 5b6547d

Browse files
committed
Remove references to CentOS to cover Centos EOL status . . .
1 parent 92a1cd3 commit 5b6547d

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

articles/machine-learning/data-science-virtual-machine/ubuntu-upgrade.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: How to upgrade your Data Science Virtual Machine to Ubuntu 20.04
33
titleSuffix: Azure Data Science Virtual Machine
4-
description: Learn how to upgrade from CentOS and Ubuntu 18.04 to the latest Ubuntu 20.04 Data Science Virtual Machine.
4+
description: Learn how to upgrade from Ubuntu 18.04 to the latest Ubuntu 20.04 Data Science Virtual Machine.
55
keywords: deep learning, AI, data science tools, data science virtual machine, team data science process
66
services: machine-learning
77
ms.service: data-science-vm
@@ -15,10 +15,7 @@ ms.date: 05/08/2024
1515

1616
# Upgrade your Data Science Virtual Machine to Ubuntu 20.04
1717

18-
> [!CAUTION]
19-
> This article references CentOS, a Linux distribution that is End Of Life (EOL) status. Please consider your use and planning accordingly. For more information, see the [CentOS End Of Life guidance](/azure/virtual-machines/workloads/centos/centos-end-of-life).
20-
21-
If you have a Data Science Virtual Machine (DSVM) that runs an older release, such as Ubuntu 18.04 or CentOS, you should migrate your DSVM to Ubuntu 20.04. This migration ensures that you get the latest operating system patches, drivers, preinstalled software, and library versions. This document tells you how to migrate from either older Ubuntu versions or from CentOS.
18+
If you have a Data Science Virtual Machine (DSVM) that runs an older release, such as Ubuntu 18.04, you should migrate your DSVM to Ubuntu 20.04. This migration ensures that you get the latest operating system patches, drivers, preinstalled software, and library versions. This document tells you how to migrate from older Ubuntu versions.
2219

2320
## Prerequisites
2421

@@ -29,7 +26,7 @@ If you have a Data Science Virtual Machine (DSVM) that runs an older release, su
2926
You have two migration options:
3027

3128
- In-place migration, also called "same server" migration. This option upgrades the existing VM without creation of a new virtual machine. In-place migration is the easier way to migrate from Ubuntu 18.04 to Ubuntu 20.04.
32-
- Side-by-side migration, also called "inter-server" migration. This option transfers data from the existing virtual machine to a newly created VM. Side-by-side migration is the way to migrate from Centos to Ubuntu 20.04. You might prefer side-by-side migration for upgrades between Ubuntu versions if you believe that your old install became needlessly cluttered.
29+
- Side-by-side migration, also called "inter-server" migration. This option transfers data from the existing virtual machine to a newly created VM. You might prefer side-by-side migration for upgrades between Ubuntu versions if you believe that your old install became needlessly cluttered.
3330

3431
## Snapshot your VM in case you need to roll back
3532

@@ -43,7 +40,7 @@ In the Azure portal, use the search bar to find the **Snapshots** functionality.
4340

4441
## In-place migration
4542

46-
To migrate an older Ubuntu release, you might choose an in-place migration option. This migration doesn't create a new virtual machine and it has fewer steps compared to a side-by-side migration. For more control, or for a migration from a different distribution - for example, CentOS - consider a side-by-side migration. For more information, skip to the [Side-by-side migration](#side-by-side-migration) section of this document.
43+
To migrate an older Ubuntu release, you might choose an in-place migration option. This migration doesn't create a new virtual machine and it has fewer steps compared to a side-by-side migration. For more control, or for a migration from a different distribution, consider a side-by-side migration. For more information, skip to the [Side-by-side migration](#side-by-side-migration) section of this document.
4744

4845
1. From the Azure portal, launch your DSVM, and sign in with SSH. To do so, select **Connect** and **SSH**, and follow the connection instructions.
4946

@@ -53,7 +50,7 @@ To migrate an older Ubuntu release, you might choose an in-place migration optio
5350
sudo do-release-upgrade
5451
```
5552

56-
The upgrade process takes a while to complete. After it finishes, the program will request your permission to restart the virtual machine. Answer **Yes**. You'll be disconnected from the SSH session as the system reboots.
53+
The upgrade process takes a while to complete. After it finishes, the program will request your permission to restart the virtual machine. Answer **Yes**, to disconnect from the SSH session as the system reboots.
5754

5855
### If necessary, regenerate SSH keys
5956

@@ -76,9 +73,9 @@ You should now be able to connect with SSH. If you still have trouble, follow th
7673

7774
## Side-by-side migration
7875

79-
To migrate from CentOS, or for a clean OS install, you can do a side-by-side migration. This migration type has more steps, but offers more control over the exact files that carry over.
76+
For a clean OS install, you can do a side-by-side migration. This migration type has more steps, but offers more control over the exact files that carry over.
8077

81-
Migrations from other systems based on the same set of upstream source packages - for example [FAQ/CentOS3](https://wiki.centos.org/FAQ(2f)CentOS3.html) - should be relatively straightforward.
78+
Migrations from other systems based on the same set of upstream source packages should be relatively straightforward.
8279

8380
You can upgrade the operating system parts of the filesystem, and leave the user directories, for example `/home`, in place. If you do leave the old user home directories in place, you can expect some problems with the GNOME/KDE menus and other desktop items. It might be easier to create new user accounts, and mount the old directories somewhere else in the filesystem. This is done for purposes of reference, copying, or linking users' material after the migration.
8481
@@ -93,7 +90,7 @@ You can upgrade the operating system parts of the filesystem, and leave the user
9390
9491
### Create a disk from your VM snapshot
9592
96-
Create a VM snapshot as described previously, if you haven't already done so.
93+
Create a VM snapshot as described previously, if you haven't yet done so.
9794

9895
1. In the Azure portal, search for **Disks** and select **Add**. This opens the **Disk** page
9996

0 commit comments

Comments
 (0)