Hello,
Recently we got a new server and installed Proxmox on it. It has two nvme disks ( 2 x 500GB ).
The problem starts when we attempt to use the whole storage.
While with the second disk we had zero problems, with the main disk ( which is partitioned as the OS is set up on it), we are not able to use it.
nvme1n1 is working flawlessly, we're using it as lvm storage. However, we're not able to do the same with nvme0n1.
Here is some information so that maybe any of you can help us out as we're desperate .
With the case of nvme1n1 we only had to, pvcreate , vgcreate using the disk directly and it worked perfectly.
However, the moment we attempt to do the same with nvme0n1, it doesn't work.
So the option would be creating a partition on nvme0n1 with the space left.
However, when we do pvcreate, vgcreate ... the created partition only has 500M available storage which is what confuses me the most as when we cfdisk , it appears as 420G.
Any clue what could we be doing wrong?
Thank you in advance!
Recently we got a new server and installed Proxmox on it. It has two nvme disks ( 2 x 500GB ).
The problem starts when we attempt to use the whole storage.
While with the second disk we had zero problems, with the main disk ( which is partitioned as the OS is set up on it), we are not able to use it.
Code:
gyazo dot com/a50085e5ba79ae6889ae5351610fc48d.png
Here is some information so that maybe any of you can help us out as we're desperate .
PHP:
fdisk -l
Disk /dev/nvme0n1: 419.2 GiB, 450098159616 bytes, 879097968 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
Disklabel type: gpt
Disk identifier: 16969A16-0242-48B7-A6DC-AB1AD687C990
Device Start End Sectors Size Type
/dev/nvme0n1p1 2048 879097934 879095887 419.2G Linux LVM
Disk /dev/nvme1n1: 419.2 GiB, 450098159616 bytes, 879097968 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
With the case of nvme1n1 we only had to, pvcreate , vgcreate using the disk directly and it worked perfectly.
However, the moment we attempt to do the same with nvme0n1, it doesn't work.
Code:
pvcreate /dev/nvme0n1
Can't open /dev/nvme0n1 exclusively. Mounted filesystem?
So the option would be creating a partition on nvme0n1 with the space left.
Code:
gyazo dot com/b3990f1d7a6768ece1113998fa76263d.png
Any clue what could we be doing wrong?
Thank you in advance!