In testing Proxmox VE, several issues were found.
Problem#1
I seem to remember fdisk issues being reported last year. See below for the problem accounting. Proxmox is a polished product. Although this is correctable by the user, this kind of issue should not occur.
Problem#2
All modern servers have 2 LAN connections on te Motherboard. Proxmox does not ask which adapter to be used for LAN to WAN service at installation time. Nor, does it do an auto-detect for where the LAN cabe is plugged.
These 2 items, you may want to address before you make Proxmox VE generally available.(GA)
All in all, the 2.0 beta looks very well. Thanks for this great work.
------------------------------------ FDISK Problems -----------------------------------
From Proxmox VE
From PartedMagic
Problem#1
I seem to remember fdisk issues being reported last year. See below for the problem accounting. Proxmox is a polished product. Although this is correctable by the user, this kind of issue should not occur.
Problem#2
All modern servers have 2 LAN connections on te Motherboard. Proxmox does not ask which adapter to be used for LAN to WAN service at installation time. Nor, does it do an auto-detect for where the LAN cabe is plugged.
These 2 items, you may want to address before you make Proxmox VE generally available.(GA)
All in all, the 2.0 beta looks very well. Thanks for this great work.
------------------------------------ FDISK Problems -----------------------------------
From Proxmox VE
Code:
# fdisk -l
Disk /dev/sda: 10.3 GB, 10262568960 bytes
255 heads, 63 sectors/track, 1247 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0001bbb8
Device Boot Start End Blocks Id System
/dev/sda1 * 1 66 523264 83 Linux
Partition 1 does not end on cylinder boundary.
/dev/sda2 66 1248 9497600 8e Linux LVM
Disk /dev/dm-0: 2415 MB, 2415919104 bytes
255 heads, 63 sectors/track, 293 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Disk /dev/dm-0 doesn't contain a valid partition table
Disk /dev/dm-1: 1207 MB, 1207959552 bytes
255 heads, 63 sectors/track, 146 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Disk /dev/dm-1 doesn't contain a valid partition table
Disk /dev/dm-2: 4894 MB, 4894752768 bytes
255 heads, 63 sectors/track, 595 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Disk /dev/dm-2 doesn't contain a valid partition table
Code:
root@PartedMagic:~# fdisk -l
Disk /dev/sda: 10.3 GB, 10262568960 bytes
255 heads, 63 sectors/track, 1247 cylinders, total 20044080 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0001bbb8
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 1048575 523264 83 Linux
/dev/sda2 1048576 20043775 9497600 8e Linux LVM
Disk /dev/mapper/pve-swap: 1207 MB, 1207959552 bytes
255 heads, 63 sectors/track, 146 cylinders, total 2359296 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Disk /dev/mapper/pve-swap doesn't contain a valid partition table
Disk /dev/mapper/pve-root: 2415 MB, 2415919104 bytes
255 heads, 63 sectors/track, 293 cylinders, total 4718592 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Disk /dev/mapper/pve-root doesn't contain a valid partition table
Disk /dev/mapper/pve-data: 4894 MB, 4894752768 bytes
255 heads, 63 sectors/track, 595 cylinders, total 9560064 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Disk /dev/mapper/pve-data doesn't contain a valid partition table
Last edited: