Hi !
I have a ZFS plugin malfunction after upgrade to most recent 3.3:
The storage run under Nexenta 3.1.5
The malfunction nature is - when I try to create new hdd i have error message like this:
It seems like zfs create command don't get actual volume name for creation.
But when I downgrade libpve-storage-perl to 3.0-25 this problem disappears....
I have a ZFS plugin malfunction after upgrade to most recent 3.3:
Code:
root@kvm3:~# pveversion -vproxmox-ve-2.6.32: 3.3-147 (running kernel: 2.6.32-37-pve)
pve-manager: 3.3-20 (running version: 3.3-20/d0640ef1)
pve-kernel-2.6.32-20-pve: 2.6.32-100
pve-kernel-2.6.32-19-pve: 2.6.32-96
pve-kernel-2.6.32-28-pve: 2.6.32-124
pve-kernel-2.6.32-25-pve: 2.6.32-113
pve-kernel-2.6.32-37-pve: 2.6.32-147
pve-kernel-2.6.32-17-pve: 2.6.32-83
pve-kernel-2.6.32-34-pve: 2.6.32-140
pve-kernel-2.6.32-11-pve: 2.6.32-66
pve-kernel-2.6.32-18-pve: 2.6.32-88
pve-kernel-2.6.32-23-pve: 2.6.32-109
lvm2: 2.02.98-pve4
clvm: 2.02.98-pve4
corosync-pve: 1.4.7-1
openais-pve: 1.1.4-3
libqb0: 0.11.1-2
redhat-cluster-pve: 3.2.0-2
resource-agents-pve: 3.9.2-4
fence-agents-pve: 4.0.10-2
pve-cluster: 3.0-16
qemu-server: 3.3-19
pve-firmware: 1.1-3
libpve-common-perl: 3.0-24
libpve-access-control: 3.0-16
libpve-storage-perl: 3.0-30
pve-libspice-server1: 0.12.4-3
vncterm: 1.1-8
vzctl: 4.0-1pve6
vzprocps: 2.0.11-2
vzquota: 3.1-2
pve-qemu-kvm: 2.1-12
ksm-control-daemon: 1.1-1
glusterfs-client: 3.5.2-1
Code:
root@kvm3:~# cat /etc/pve/storage.cfg............
zfs: nexentastorage-sas
blocksize 4K
target iqn.1986-03.com.sun:02:sas-target
pool sas
iscsiprovider comstar
portal 192.168.107.31
content images
sparse
nowritecache
............
The storage run under Nexenta 3.1.5
The malfunction nature is - when I try to create new hdd i have error message like this:
Code:
command '/usr/bin/ssh -o 'BatchMode=yes' -i /etc/pve/priv/zfs/192.168.107.31_id_rsa root@192.168.107.31 zfs create -s -b 4K -V 33554432k sas/' failed: exit code 1 (500)
But when I downgrade libpve-storage-perl to 3.0-25 this problem disappears....