mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-22 02:05:41 +01:00
Change the order of power off machine and pvscan command in step 2
Run pvscan command before power off the machine.
This commit is contained in:
parent
5089b26cf8
commit
993ad31e6e
@ -9,11 +9,12 @@ This guide is limited to migrate a Harbor OVA instance to a next release. All Ha
|
||||
- **"Networking properties"** if need to keep these settings. you can find them in **"Edit Settings"** -> **"vApp Options"**
|
||||
![Screenshot of vApp Options](img/ovainstall/vappoptions.png)
|
||||
|
||||
2. In the vSphere Web Client, Select **"Shut Down Guest OS"** on the existing OVA instances, then select **"Edit Settings"**, remove the **"Hard disk 2"**, uncheck **"Delete files from datastore"**. All disks in the logical volume "data1_vg" should be removed if the original logic volume have been extended. Use pvscan command to check disks in logical volume "data1_vg".
|
||||
2. Use pvscan command to check disks in logical volume "data1_vg". Note down all location of disk files in logical volume "data1_vg".
|
||||
|
||||
![Screenshot of pvscan](img/ovainstall/pvscan.png)
|
||||
|
||||
Usually, the sda is the Hard Disk1 in the **"Edit Settings"** pannel, and the sdb is Hard Disk2 and so on. Note down all location of disk files in logical volume "data1_vg".
|
||||
In the vSphere Web Client, Select **"Shut Down Guest OS"** on the existing OVA instances, then select **"Edit Settings"**, remove the **"Hard disk 2"**, uncheck **"Delete files from datastore"**. All disks in the logical volume "data1_vg" should be removed if the original logic volume have been extended.
|
||||
Usually, the sda is the Hard Disk1 in the **"Edit Settings"** pannel, and the sdb is Hard Disk2 and so on.
|
||||
|
||||
![Screenshot of Remove Disk](img/ovainstall/removedisk.png)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user