Comment 19 for bug 1544818

Revision history for this message
TatyanaGladysheva (tgladysheva) wrote :

Verified on MOS 8.0 + MU3 updates.

Before updates:
After provisioning the last partition doesn't have ext2 format:
root@node-1:~# parted /dev/vda print list
Model: Virtio Block Device (virtblk)
Disk /dev/vda: 53.7GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt

Number Start End Size File system Name Flags
 1 1049kB 26.2MB 25.2MB primary bios_grub
 2 26.2MB 236MB 210MB primary
 3 236MB 446MB 210MB ext2 primary
 4 446MB 19.8GB 19.3GB primary
 5 19.8GB 30.6GB 10.8GB primary
 6 30.6GB 52.1GB 21.5GB primary
 7 52.1GB 53.5GB 1335MB primary
 8 53.5GB 53.5GB 21.0MB primary

After updates:
After provisioning the last partition has ext2 format:
root@node-3:~# parted /dev/vda print list
Model: Virtio Block Device (virtblk)
Disk /dev/vda: 53.7GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt

Number Start End Size File system Name Flags
 1 1049kB 26.2MB 25.2MB primary bios_grub
 2 27.3MB 237MB 210MB primary
 3 238MB 448MB 210MB ext2 primary
 4 449MB 19.8GB 19.4GB primary
 5 19.8GB 30.6GB 10.8GB primary
 6 30.6GB 52.2GB 21.5GB primary
 7 52.2GB 53.5GB 1355MB primary
 8 53.5GB 53.6GB 21.0MB ext2 primary