Hi,
I have a new Proxmox 4.2 ZFS machine with three local storages on three different physical hard disk drives
(local-zfs, local-zfs-hgst and local-zfs-wd).
till now I have three VMs (VMID 101, 202, 303 for example)
Two of the VMs (101,202) are new Linux installations, both each with two virtual Disks on two different local storages.
The third VM (303), also with tho virtual Disks, is a migration from a Proxmox 3.4 machine without ZFS, this was a standard LVM / ext4 installation => vzdump to an sshfs mount to the new Proxmox4.2 ZFS Server.
In addition I have the following questions in order to understand it:
In the Proxmox Web-UI "Storage View" I can see all of the Storages an all of the vm-disks, there is one more Storage, called "local".
But on the Linux shell I am very confused which are the right commands to view the vm-disks and its physical storage use (e.g. in GB)
The first two VMS, the new installations I can not see with the command e.g.
e.g. the directory /var/lib/vz/images is empty.
The third VM(303), I migrate on the Proxmox 3.4 with vzdump (I take for this scenario an sshfs mount to the new Server) and restore it with
And this third VM I can see with the command
My questions:
Is it the wrong way I migrate this third VM?
What are the correct shell commands, and what can / should I read to find information about the storage use of the VMs out? And to better understanding.
(the zfs wiki entry I have already read)
I have a new Proxmox 4.2 ZFS machine with three local storages on three different physical hard disk drives
(local-zfs, local-zfs-hgst and local-zfs-wd).
till now I have three VMs (VMID 101, 202, 303 for example)
Two of the VMs (101,202) are new Linux installations, both each with two virtual Disks on two different local storages.
The third VM (303), also with tho virtual Disks, is a migration from a Proxmox 3.4 machine without ZFS, this was a standard LVM / ext4 installation => vzdump to an sshfs mount to the new Proxmox4.2 ZFS Server.
In addition I have the following questions in order to understand it:
In the Proxmox Web-UI "Storage View" I can see all of the Storages an all of the vm-disks, there is one more Storage, called "local".
But on the Linux shell I am very confused which are the right commands to view the vm-disks and its physical storage use (e.g. in GB)
The first two VMS, the new installations I can not see with the command e.g.
Code:
ls -alh or df -h
The third VM(303), I migrate on the Proxmox 3.4 with vzdump (I take for this scenario an sshfs mount to the new Server) and restore it with
Code:
qmrestore -storage local vzdump-qemu-107....vma.lzo 107
Code:
ls -alh and df -h
My questions:
Is it the wrong way I migrate this third VM?
What are the correct shell commands, and what can / should I read to find information about the storage use of the VMs out? And to better understanding.
(the zfs wiki entry I have already read)