Hi everyone,
I'm new to Proxmox (from VMware) and am looking for some assistance with the filesystem structure from the Proxmox PVE .iso (as opposed to installing proxmox over the top of a base debian install)
preface: This might be a limitation to my knowledge of LVM, so bear with me!
I am trying to use ovftool to bring a VM from my existing ESXi server over to proxmox. The server has 1 drive that is ~1.2TB in size.
The PVE server ended up with the following:
local = 100GB
local-lvm = 6.2TB
So essentially I'm trying to do ovftool vi://root@esxihost.domain.local <local-lvm> so that the .vmdk will actually fit on the server, but I'm not sure that this is even possible given that the partition for local-lvm doesn't appear to be actually mounted to the FS:
can someone help me figure how I would actually get the .ovf of this large server onto PVE?
I'm new to Proxmox (from VMware) and am looking for some assistance with the filesystem structure from the Proxmox PVE .iso (as opposed to installing proxmox over the top of a base debian install)
preface: This might be a limitation to my knowledge of LVM, so bear with me!
I am trying to use ovftool to bring a VM from my existing ESXi server over to proxmox. The server has 1 drive that is ~1.2TB in size.
The PVE server ended up with the following:
local = 100GB
local-lvm = 6.2TB
So essentially I'm trying to do ovftool vi://root@esxihost.domain.local <local-lvm> so that the .vmdk will actually fit on the server, but I'm not sure that this is even possible given that the partition for local-lvm doesn't appear to be actually mounted to the FS:
Code:
oot@pve01:/tmp# lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 6.4T 0 disk
├─sda1 8:1 0 1007K 0 part
├─sda2 8:2 0 512M 0 part /boot/efi
└─sda3 8:3 0 6.4T 0 part
├─pve-swap 253:0 0 8G 0 lvm [SWAP]
├─pve-root 253:1 0 96G 0 lvm /
├─pve-data_tmeta 253:2 0 15.8G 0 lvm
│ └─pve-data-tpool 253:4 0 6.2T 0 lvm
│ ├─pve-data 253:5 0 6.2T 0 lvm
│ ├─pve-vm--100--disk--0 253:6 0 32G 0 lvm
│ ├─pve-vm--140--disk--0 253:7 0 32G 0 lvm
│ └─pve-vm--101--disk--0 253:8 0 32G 0 lvm
└─pve-data_tdata 253:3 0 6.2T 0 lvm
└─pve-data-tpool 253:4 0 6.2T 0 lvm
├─pve-data 253:5 0 6.2T 0 lvm
├─pve-vm--100--disk--0 253:6 0 32G 0 lvm
├─pve-vm--140--disk--0 253:7 0 32G 0 lvm
└─pve-vm--101--disk--0 253:8 0 32G 0 lvm
sr0 11:0 1 1024M 0 rom
can someone help me figure how I would actually get the .ovf of this large server onto PVE?