I'm evaluating Proxmox VE on behalf of a customer.
One Point of interest is the (hopefully seamless) integration in the existing ZFS storage environment.
There are several sun/oracle hardware based (current OmniOS) storage clusters in place.
Most of the test catalog works very well. So I'm able to:
Whatever I do (running or stopped vm, most recent snapshot or older one, vm with many snapshots or just one) - everything fails with the same error:
command '/usr/bin/ssh -o 'BatchMode=yes' -i /etc/pve/priv/zfs/192.168.100.3_id_rsa root@192.168.100.3 zfs list -t snapshot -o name -s creation' failed: got timeout
The command:
ssh -i /etc/pve/priv/zfs/192.168.100.3_id_rsa root@192.168.100.3 zfs list -t snapshot -o name -s creation
takes 6,09 sec. to display a result.
The vm.conf (with one snapshots) is:
balloon: 512
bootdisk: virtio0
cores: 1
ide2: none,media=cdrom
memory: 1024
name: test.testbed.org
net0: virtio=E2:15:18:FE:E5:B2,bridge=vmbr0
numa: 0
ostype: l26
parent: test01
smbios1: uuid=0a86b194-781f-43df-bb3c-24d611c918e2
sockets: 1
virtio0: storage03-store01:vm-150-disk-1,size=8G
[test01]
#test01
balloon: 512
bootdisk: virtio0
cores: 1
ide2: none,media=cdrom
memory: 1024
name: test.testbed.org
net0: virtio=E2:15:18:FE:E5:B2,bridge=vmbr0
numa: 0
ostype: l26
smbios1: uuid=0a86b194-781f-43df-bb3c-24d611c918e2
snaptime: 1453669910
sockets: 1
virtio0: storage03-store01:vm-150-disk-1,size=8G
The current test-system is based on pve-manager/4.1-5 (testing-repository)
any ideas?
regards
Robert
One Point of interest is the (hopefully seamless) integration in the existing ZFS storage environment.
There are several sun/oracle hardware based (current OmniOS) storage clusters in place.
Most of the test catalog works very well. So I'm able to:
- Connect Proxmox VE systems to the ZFS-storage via ISCSI
- create, run/shutdown systems
- create snapshots (manually and automaticly based on a qm-cli script)
- delete snapshots (manually and automaticly based on a qm-cli script)
Whatever I do (running or stopped vm, most recent snapshot or older one, vm with many snapshots or just one) - everything fails with the same error:
command '/usr/bin/ssh -o 'BatchMode=yes' -i /etc/pve/priv/zfs/192.168.100.3_id_rsa root@192.168.100.3 zfs list -t snapshot -o name -s creation' failed: got timeout
The command:
ssh -i /etc/pve/priv/zfs/192.168.100.3_id_rsa root@192.168.100.3 zfs list -t snapshot -o name -s creation
takes 6,09 sec. to display a result.
The vm.conf (with one snapshots) is:
balloon: 512
bootdisk: virtio0
cores: 1
ide2: none,media=cdrom
memory: 1024
name: test.testbed.org
net0: virtio=E2:15:18:FE:E5:B2,bridge=vmbr0
numa: 0
ostype: l26
parent: test01
smbios1: uuid=0a86b194-781f-43df-bb3c-24d611c918e2
sockets: 1
virtio0: storage03-store01:vm-150-disk-1,size=8G
[test01]
#test01
balloon: 512
bootdisk: virtio0
cores: 1
ide2: none,media=cdrom
memory: 1024
name: test.testbed.org
net0: virtio=E2:15:18:FE:E5:B2,bridge=vmbr0
numa: 0
ostype: l26
smbios1: uuid=0a86b194-781f-43df-bb3c-24d611c918e2
snaptime: 1453669910
sockets: 1
virtio0: storage03-store01:vm-150-disk-1,size=8G
The current test-system is based on pve-manager/4.1-5 (testing-repository)
any ideas?
regards
Robert
Last edited: