[SOLVED] qm: Unrecognized Command: 'list_extent'

mihanson

Active Member
Nov 1, 2018
34
3
28
48
I recently patched my Proxmox 5.3 with the FreeNAS iSCSI API. I can now use the FreeNAS as storage. However, when I try to clone an existing EFI Linux VM onto the FreeNAS storage, I am seeing a ZFS error (unrecognized command 'list_extent'):
Code:
root@pve:~# qm clone 108 208 -description "daily-driver clone on FreeNAS" -name "daily-driver-clone" -storage freenas-vm-storage
create full clone of drive efidisk0 (local-zfs:vm-108-disk-0)
unrecognized command 'list_extent'
usage: zfs command args ...
where 'command' is one of the following:
        create [-pu] [-o property=value] ... <filesystem>
        create [-ps] [-b blocksize] [-o property=value] ... -V <size> <volume>
        destroy [-fnpRrv] <filesystem|volume>
        destroy [-dnpRrv] <filesystem|volume>@<snap>[%<snap>][,...]
        destroy <filesystem|volume>#<bookmark>
        snapshot|snap [-r] [-o property=value] ... <filesystem|volume>@<snap> ...
        rollback [-rRf] <snapshot>
        clone [-p] [-o property=value] ... <snapshot> <filesystem|volume>
        promote <clone-filesystem>
        rename [-f] <filesystem|volume|snapshot> <filesystem|volume|snapshot>
        rename [-f] -p <filesystem|volume> <filesystem|volume>
        rename -r <snapshot> <snapshot>
        rename -u [-p] <filesystem> <filesystem>        bookmark <snapshot> <bookmark>
        list [-Hp] [-r|-d max] [-o property[,...]] [-s property]...
            [-S property]... [-t type[,...]] [filesystem|volume|snapshot] ...
        set <property=value> ... <filesystem|volume|snapshot> ...
        get [-rHp] [-d max] [-o "all" | field[,...]]
            [-t type[,...]] [-s source[,...]]
            <"all" | property[,...]> [filesystem|volume|snapshot|bookmark] ...
        inherit [-rS] <property> <filesystem|volume|snapshot> ...
        upgrade [-v]
        upgrade [-r] [-V version] <-a | filesystem ...>
        userspace [-Hinp] [-o field[,...]] [-s field] ...
            [-S field] ... [-t type[,...]] <filesystem|snapshot>
        groupspace [-Hinp] [-o field[,...]] [-s field] ...
            [-S field] ... [-t type[,...]] <filesystem|snapshot>
        mount
        mount [-vO] [-o opts] <-a | filesystem>
        unmount|umount [-f] <-a | filesystem|mountpoint>
        share <-a | filesystem>
        unshare <-a | filesystem|mountpoint>
        send [-DnPpRvLec] [-[iI] snapshot] <snapshot>
        send [-Le] [-i snapshot|bookmark] <filesystem|volume|snapshot>
        send [-nvPe] -t <receive_resume_token>
        receive|recv [-vnsFu] [-o <property>] ... [-x <property>] ... [-l <filesystem|volume>] ... <filesystem|volume|snapshot>
        receive|recv [-vnsFu] [-d | -e] [-o <property>] ... [-x <property>] ... [-l <filesystem|volume>] ... <filesystem>
        receive|recv -A <filesystem|volume>
        allow <filesystem|volume>
        allow [-ldug] <"everyone"|user|group>[,...] <perm|@setname>[,...]
            <filesystem|volume>
        allow [-ld] -e <perm|@setname>[,...] <filesystem|volume>
        allow -c <perm|@setname>[,...] <filesystem|volume>
        allow -s @setname <perm|@setname>[,...] <filesystem|volume>
        unallow [-rldug] <"everyone"|user|group>[,...]
            [<perm|@setname>[,...]] <filesystem|volume>
        unallow [-rld] -e [<perm|@setname>[,...]] <filesystem|volume>
        unallow [-r] -c [<perm|@setname>[,...]] <filesystem|volume>
        unallow [-r] -s @setname [<perm|@setname>[,...]] <filesystem|volume>
        hold [-r] <tag> <snapshot> ...
        holds [-Hp] [-r|-d depth] <filesystem|volume|snapshot> ...
        release [-r] <tag> <snapshot> ...
        diff [-FHt] <snapshot> [snapshot|filesystem]
        jail <jailid|jailname> <filesystem>
        unjail <jailid|jailname> <filesystem>
Each dataset is of the form: pool/[dataset/]*dataset[@name]
For the property list, run: zfs set|get
For the delegated permission list, run: zfs allow|unallow
transferred: 0 bytes remaining: 131072 bytes total: 131072 bytes progression: 0.00 %
transferred: 131072 bytes remaining: 0 bytes total: 131072 bytes progression: 100.00 %
transferred: 131072 bytes remaining: 0 bytes total: 131072 bytes progression: 100.00 %
create full clone of drive scsi0 (local-zfs:vm-108-disk-1)
unrecognized command 'list_extent'
usage: zfs command args ...
where 'command' is one of the following:
        create [-pu] [-o property=value] ... <filesystem>
        create [-ps] [-b blocksize] [-o property=value] ... -V <size> <volume>
        destroy [-fnpRrv] <filesystem|volume>
        destroy [-dnpRrv] <filesystem|volume>@<snap>[%<snap>][,...]
        destroy <filesystem|volume>#<bookmark>
        snapshot|snap [-r] [-o property=value] ... <filesystem|volume>@<snap> ...
        rollback [-rRf] <snapshot>
        clone [-p] [-o property=value] ... <snapshot> <filesystem|volume>
        promote <clone-filesystem>
        rename [-f] <filesystem|volume|snapshot> <filesystem|volume|snapshot>
        rename [-f] -p <filesystem|volume> <filesystem|volume>
        rename -r <snapshot> <snapshot>
        rename -u [-p] <filesystem> <filesystem>        bookmark <snapshot> <bookmark>
        list [-Hp] [-r|-d max] [-o property[,...]] [-s property]...
            [-S property]... [-t type[,...]] [filesystem|volume|snapshot] ...
        set <property=value> ... <filesystem|volume|snapshot> ...
        get [-rHp] [-d max] [-o "all" | field[,...]]
            [-t type[,...]] [-s source[,...]]
            <"all" | property[,...]> [filesystem|volume|snapshot|bookmark] ...
        inherit [-rS] <property> <filesystem|volume|snapshot> ...
        upgrade [-v]
        upgrade [-r] [-V version] <-a | filesystem ...>
        userspace [-Hinp] [-o field[,...]] [-s field] ...
            [-S field] ... [-t type[,...]] <filesystem|snapshot>
        groupspace [-Hinp] [-o field[,...]] [-s field] ...
            [-S field] ... [-t type[,...]] <filesystem|snapshot>
        mount
        mount [-vO] [-o opts] <-a | filesystem>
        unmount|umount [-f] <-a | filesystem|mountpoint>
        share <-a | filesystem>
        unshare <-a | filesystem|mountpoint>
        send [-DnPpRvLec] [-[iI] snapshot] <snapshot>
        send [-Le] [-i snapshot|bookmark] <filesystem|volume|snapshot>
        send [-nvPe] -t <receive_resume_token>
        receive|recv [-vnsFu] [-o <property>] ... [-x <property>] ... [-l <filesystem|volume>] ... <filesystem|volume|snapshot>
        receive|recv [-vnsFu] [-d | -e] [-o <property>] ... [-x <property>] ... [-l <filesystem|volume>] ... <filesystem>
        receive|recv -A <filesystem|volume>
        allow <filesystem|volume>
        allow [-ldug] <"everyone"|user|group>[,...] <perm|@setname>[,...]
            <filesystem|volume>
        allow [-ld] -e <perm|@setname>[,...] <filesystem|volume>
        allow -c <perm|@setname>[,...] <filesystem|volume>
        allow -s @setname <perm|@setname>[,...] <filesystem|volume>
        unallow [-rldug] <"everyone"|user|group>[,...]
            [<perm|@setname>[,...]] <filesystem|volume>
        unallow [-rld] -e [<perm|@setname>[,...]] <filesystem|volume>
        unallow [-r] -c [<perm|@setname>[,...]] <filesystem|volume>
        unallow [-r] -s @setname [<perm|@setname>[,...]] <filesystem|volume>
        hold [-r] <tag> <snapshot> ...
        holds [-Hp] [-r|-d depth] <filesystem|volume|snapshot> ...
        release [-r] <tag> <snapshot> ...
        diff [-FHt] <snapshot> [snapshot|filesystem]
        jail <jailid|jailname> <filesystem>
        unjail <jailid|jailname> <filesystem>
Each dataset is of the form: pool/[dataset/]*dataset[@name]
For the property list, run: zfs set|get
For the delegated permission list, run: zfs allow|unallow
transferred: 0 bytes remaining: 64424509440 bytes total: 64424509440 bytes progression: 0.00 %
transferred: 644245094 bytes remaining: 63780264346 bytes total: 64424509440 bytes progression: 1.00 %
transferred: 1294932639 bytes remaining: 63129576801 bytes total: 64424509440 bytes progression: 2.01 %
transferred: 1939177734 bytes remaining: 62485331706 bytes total: 64424509440 bytes progression: 3.01 %
transferred: 2583422828 bytes remaining: 61841086612 bytes total: 64424509440 bytes progression: 4.01 %
transferred: 3227667922 bytes remaining: 61196841518 bytes total: 64424509440 bytes progression: 5.01 %
transferred: 3878355468 bytes remaining: 60546153972 bytes total: 64424509440 bytes progression: 6.02 %
transferred: 4522600562 bytes remaining: 59901908878 bytes total: 64424509440 bytes progression: 7.02 %
transferred: 5166845657 bytes remaining: 59257663783 bytes total: 64424509440 bytes progression: 8.02 %
transferred: 5811090751 bytes remaining: 58613418689 bytes total: 64424509440 bytes progression: 9.02 %
transferred: 6461778296 bytes remaining: 57962731144 bytes total: 64424509440 bytes progression: 10.03 %
transferred: 7106023391 bytes remaining: 57318486049 bytes total: 64424509440 bytes progression: 11.03 %
transferred: 7750268485 bytes remaining: 56674240955 bytes total: 64424509440 bytes progression: 12.03 %
transferred: 8394513580 bytes remaining: 56029995860 bytes total: 64424509440 bytes progression: 13.03 %
transferred: 9045201125 bytes remaining: 55379308315 bytes total: 64424509440 bytes progression: 14.04 %
transferred: 9689446219 bytes remaining: 54735063221 bytes total: 64424509440 bytes progression: 15.04 %
transferred: 10333691314 bytes remaining: 54090818126 bytes total: 64424509440 bytes progression: 16.04 %
transferred: 10977936408 bytes remaining: 53446573032 bytes total: 64424509440 bytes progression: 17.04 %
transferred: 11628623953 bytes remaining: 52795885487 bytes total: 64424509440 bytes progression: 18.05 %
transferred: 12272869048 bytes remaining: 52151640392 bytes total: 64424509440 bytes progression: 19.05 %
transferred: 12917114142 bytes remaining: 51507395298 bytes total: 64424509440 bytes progression: 20.05 %
transferred: 13561359237 bytes remaining: 50863150203 bytes total: 64424509440 bytes progression: 21.05 %
transferred: 14212046782 bytes remaining: 50212462658 bytes total: 64424509440 bytes progression: 22.06 %
transferred: 14856291876 bytes remaining: 49568217564 bytes total: 64424509440 bytes progression: 23.06 %
transferred: 15500536971 bytes remaining: 48923972469 bytes total: 64424509440 bytes progression: 24.06 %
transferred: 16151224516 bytes remaining: 48273284924 bytes total: 64424509440 bytes progression: 25.07 %
transferred: 16795469611 bytes remaining: 47629039829 bytes total: 64424509440 bytes progression: 26.07 %
transferred: 17439714705 bytes remaining: 46984794735 bytes total: 64424509440 bytes progression: 27.07 %
transferred: 18083959799 bytes remaining: 46340549641 bytes total: 64424509440 bytes progression: 28.07 %
transferred: 18734647345 bytes remaining: 45689862095 bytes total: 64424509440 bytes progression: 29.08 %
transferred: 19378892439 bytes remaining: 45045617001 bytes total: 64424509440 bytes progression: 30.08 %
transferred: 20023137533 bytes remaining: 44401371907 bytes total: 64424509440 bytes progression: 31.08 %
transferred: 20667382628 bytes remaining: 43757126812 bytes total: 64424509440 bytes progression: 32.08 %
transferred: 21318070173 bytes remaining: 43106439267 bytes total: 64424509440 bytes progression: 33.09 %
transferred: 21962315268 bytes remaining: 42462194172 bytes total: 64424509440 bytes progression: 34.09 %
transferred: 22606560362 bytes remaining: 41817949078 bytes total: 64424509440 bytes progression: 35.09 %
transferred: 23250805456 bytes remaining: 41173703984 bytes total: 64424509440 bytes progression: 36.09 %
transferred: 23901493002 bytes remaining: 40523016438 bytes total: 64424509440 bytes progression: 37.10 %
transferred: 24545738096 bytes remaining: 39878771344 bytes total: 64424509440 bytes progression: 38.10 %
transferred: 25189983191 bytes remaining: 39234526249 bytes total: 64424509440 bytes progression: 39.10 %
transferred: 25834228285 bytes remaining: 38590281155 bytes total: 64424509440 bytes progression: 40.10 %
transferred: 26484915830 bytes remaining: 37939593610 bytes total: 64424509440 bytes progression: 41.11 %
transferred: 27129160925 bytes remaining: 37295348515 bytes total: 64424509440 bytes progression: 42.11 %
transferred: 27773406019 bytes remaining: 36651103421 bytes total: 64424509440 bytes progression: 43.11 %
transferred: 28417651113 bytes remaining: 36006858327 bytes total: 64424509440 bytes progression: 44.11 %
transferred: 29068338659 bytes remaining: 35356170781 bytes total: 64424509440 bytes progression: 45.12 %
transferred: 29712583753 bytes remaining: 34711925687 bytes total: 64424509440 bytes progression: 46.12 %
transferred: 30356828848 bytes remaining: 34067680592 bytes total: 64424509440 bytes progression: 47.12 %
transferred: 31001073942 bytes remaining: 33423435498 bytes total: 64424509440 bytes progression: 48.12 %
transferred: 31651761487 bytes remaining: 32772747953 bytes total: 64424509440 bytes progression: 49.13 %
transferred: 32296006582 bytes remaining: 32128502858 bytes total: 64424509440 bytes progression: 50.13 %
transferred: 32940251676 bytes remaining: 31484257764 bytes total: 64424509440 bytes progression: 51.13 %
transferred: 33590939222 bytes remaining: 30833570218 bytes total: 64424509440 bytes progression: 52.14 %
transferred: 34235184316 bytes remaining: 30189325124 bytes total: 64424509440 bytes progression: 53.14 %
transferred: 34879429410 bytes remaining: 29545080030 bytes total: 64424509440 bytes progression: 54.14 %
transferred: 35523674505 bytes remaining: 28900834935 bytes total: 64424509440 bytes progression: 55.14 %
transferred: 36174362050 bytes remaining: 28250147390 bytes total: 64424509440 bytes progression: 56.15 %
transferred: 36818607144 bytes remaining: 27605902296 bytes total: 64424509440 bytes progression: 57.15 %
transferred: 37462852239 bytes remaining: 26961657201 bytes total: 64424509440 bytes progression: 58.15 %
transferred: 38107097333 bytes remaining: 26317412107 bytes total: 64424509440 bytes progression: 59.15 %
transferred: 38757784879 bytes remaining: 25666724561 bytes total: 64424509440 bytes progression: 60.16 %
transferred: 39402029973 bytes remaining: 25022479467 bytes total: 64424509440 bytes progression: 61.16 %
transferred: 40046275067 bytes remaining: 24378234373 bytes total: 64424509440 bytes progression: 62.16 %
transferred: 40690520162 bytes remaining: 23733989278 bytes total: 64424509440 bytes progression: 63.16 %
transferred: 41341207707 bytes remaining: 23083301733 bytes total: 64424509440 bytes progression: 64.17 %
transferred: 41985452802 bytes remaining: 22439056638 bytes total: 64424509440 bytes progression: 65.17 %
transferred: 42629697896 bytes remaining: 21794811544 bytes total: 64424509440 bytes progression: 66.17 %
transferred: 43273942990 bytes remaining: 21150566450 bytes total: 64424509440 bytes progression: 67.17 %
transferred: 43924630536 bytes remaining: 20499878904 bytes total: 64424509440 bytes progression: 68.18 %
transferred: 44568875630 bytes remaining: 19855633810 bytes total: 64424509440 bytes progression: 69.18 %
transferred: 45213120724 bytes remaining: 19211388716 bytes total: 64424509440 bytes progression: 70.18 %
transferred: 45857365819 bytes remaining: 18567143621 bytes total: 64424509440 bytes progression: 71.18 %
transferred: 46508053364 bytes remaining: 17916456076 bytes total: 64424509440 bytes progression: 72.19 %
transferred: 47152298459 bytes remaining: 17272210981 bytes total: 64424509440 bytes progression: 73.19 %
transferred: 47796543553 bytes remaining: 16627965887 bytes total: 64424509440 bytes progression: 74.19 %
transferred: 48447231098 bytes remaining: 15977278342 bytes total: 64424509440 bytes progression: 75.20 %
transferred: 49091476193 bytes remaining: 15333033247 bytes total: 64424509440 bytes progression: 76.20 %
transferred: 49735721287 bytes remaining: 14688788153 bytes total: 64424509440 bytes progression: 77.20 %
transferred: 50379966382 bytes remaining: 14044543058 bytes total: 64424509440 bytes progression: 78.20 %
transferred: 51030653927 bytes remaining: 13393855513 bytes total: 64424509440 bytes progression: 79.21 %
transferred: 51674899021 bytes remaining: 12749610419 bytes total: 64424509440 bytes progression: 80.21 %
transferred: 52319144116 bytes remaining: 12105365324 bytes total: 64424509440 bytes progression: 81.21 %
transferred: 52963389210 bytes remaining: 11461120230 bytes total: 64424509440 bytes progression: 82.21 %
transferred: 53614076755 bytes remaining: 10810432685 bytes total: 64424509440 bytes progression: 83.22 %
transferred: 54258321850 bytes remaining: 10166187590 bytes total: 64424509440 bytes progression: 84.22 %
transferred: 54902566944 bytes remaining: 9521942496 bytes total: 64424509440 bytes progression: 85.22 %
transferred: 55546812039 bytes remaining: 8877697401 bytes total: 64424509440 bytes progression: 86.22 %
transferred: 56197499584 bytes remaining: 8227009856 bytes total: 64424509440 bytes progression: 87.23 %
transferred: 56841744678 bytes remaining: 7582764762 bytes total: 64424509440 bytes progression: 88.23 %
transferred: 57485989773 bytes remaining: 6938519667 bytes total: 64424509440 bytes progression: 89.23 %
transferred: 58130234867 bytes remaining: 6294274573 bytes total: 64424509440 bytes progression: 90.23 %
transferred: 58780922413 bytes remaining: 5643587027 bytes total: 64424509440 bytes progression: 91.24 %
transferred: 59425167507 bytes remaining: 4999341933 bytes total: 64424509440 bytes progression: 92.24 %
transferred: 60069412601 bytes remaining: 4355096839 bytes total: 64424509440 bytes progression: 93.24 %
transferred: 60713657696 bytes remaining: 3710851744 bytes total: 64424509440 bytes progression: 94.24 %
transferred: 61364345241 bytes remaining: 3060164199 bytes total: 64424509440 bytes progression: 95.25 %
transferred: 62008590336 bytes remaining: 2415919104 bytes total: 64424509440 bytes progression: 96.25 %
transferred: 62652835430 bytes remaining: 1771674010 bytes total: 64424509440 bytes progression: 97.25 %
transferred: 63303522975 bytes remaining: 1120986465 bytes total: 64424509440 bytes progression: 98.26 %
transferred: 63947768070 bytes remaining: 476741370 bytes total: 64424509440 bytes progression: 99.26 %
transferred: 64424509440 bytes remaining: 0 bytes total: 64424509440 bytes progression: 100.00 %
transferred: 64424509440 bytes remaining: 0 bytes total: 64424509440 bytes progression: 100.00 %
As you can see, the command completes and the zvol's are created on FreeNAS, but the clone will only boot into the EFI shell. I'm guessing this is an issue with the FreeNAS API. I had a Windows 7 clone work perfectly fine. Anyone have any ideas?
 
Last edited:
Today I created two new Linux VM's on my FreeNAS storage. One is EFI based and the other is BIOS based. The good news is that the VM's boot and seems to be working as expected. However, when starting the VM's from the command line, I can see the following "list_extent" ZFS error:
Code:
mihanson@pve:~$ sudo qm start 302
Use of uninitialized value $type in string eq at /usr/share/perl5/PVE/QemuServer.pm line 2026.
unrecognized command 'list_extent'
usage: zfs command args ...
where 'command' is one of the following:

        create [-pu] [-o property=value] ... <filesystem>
        create [-ps] [-b blocksize] [-o property=value] ... -V <size> <volume>
        destroy [-fnpRrv] <filesystem|volume>
        destroy [-dnpRrv] <filesystem|volume>@<snap>[%<snap>][,...]
        destroy <filesystem|volume>#<bookmark>

        snapshot|snap [-r] [-o property=value] ... <filesystem|volume>@<snap> ...
        rollback [-rRf] <snapshot>
        clone [-p] [-o property=value] ... <snapshot> <filesystem|volume>
        promote <clone-filesystem>
        rename [-f] <filesystem|volume|snapshot> <filesystem|volume|snapshot>
        rename [-f] -p <filesystem|volume> <filesystem|volume>
        rename -r <snapshot> <snapshot>
        rename -u [-p] <filesystem> <filesystem>        bookmark <snapshot> <bookmark>

        list [-Hp] [-r|-d max] [-o property[,...]] [-s property]...
            [-S property]... [-t type[,...]] [filesystem|volume|snapshot] ...

        set <property=value> ... <filesystem|volume|snapshot> ...
        get [-rHp] [-d max] [-o "all" | field[,...]]
            [-t type[,...]] [-s source[,...]]
            <"all" | property[,...]> [filesystem|volume|snapshot|bookmark] ...
        inherit [-rS] <property> <filesystem|volume|snapshot> ...
        upgrade [-v]
        upgrade [-r] [-V version] <-a | filesystem ...>
        userspace [-Hinp] [-o field[,...]] [-s field] ...
            [-S field] ... [-t type[,...]] <filesystem|snapshot>
        groupspace [-Hinp] [-o field[,...]] [-s field] ...
            [-S field] ... [-t type[,...]] <filesystem|snapshot>

        mount
        mount [-vO] [-o opts] <-a | filesystem>
        unmount|umount [-f] <-a | filesystem|mountpoint>
        share <-a | filesystem>
        unshare <-a | filesystem|mountpoint>

        send [-DnPpRvLec] [-[iI] snapshot] <snapshot>
        send [-Le] [-i snapshot|bookmark] <filesystem|volume|snapshot>
        send [-nvPe] -t <receive_resume_token>
        receive|recv [-vnsFu] [-o <property>] ... [-x <property>] ... [-l <filesystem|volume>] ... <filesystem|volume|snapshot>
        receive|recv [-vnsFu] [-d | -e] [-o <property>] ... [-x <property>] ... [-l <filesystem|volume>] ... <filesystem>
        receive|recv -A <filesystem|volume>

        allow <filesystem|volume>
        allow [-ldug] <"everyone"|user|group>[,...] <perm|@setname>[,...]
            <filesystem|volume>
        allow [-ld] -e <perm|@setname>[,...] <filesystem|volume>
        allow -c <perm|@setname>[,...] <filesystem|volume>
        allow -s @setname <perm|@setname>[,...] <filesystem|volume>

        unallow [-rldug] <"everyone"|user|group>[,...]
            [<perm|@setname>[,...]] <filesystem|volume>
        unallow [-rld] -e [<perm|@setname>[,...]] <filesystem|volume>
        unallow [-r] -c [<perm|@setname>[,...]] <filesystem|volume>
        unallow [-r] -s @setname [<perm|@setname>[,...]] <filesystem|volume>

        hold [-r] <tag> <snapshot> ...
        holds [-Hp] [-r|-d depth] <filesystem|volume|snapshot> ...
        release [-r] <tag> <snapshot> ...
        diff [-FHt] <snapshot> [snapshot|filesystem]

        jail <jailid|jailname> <filesystem>
        unjail <jailid|jailname> <filesystem>

Each dataset is of the form: pool/[dataset/]*dataset[@name]

For the property list, run: zfs set|get

For the delegated permission list, run: zfs allow|unallow

Here's the /var/log/syslog output:
Code:
Dec 14 11:21:02 pve qm[23186]: <root@pam> starting task UPID:pve:00005AF6:01E02246:5C14029E:qmstart:302:root@pam:
Dec 14 11:21:02 pve qm[23286]: start VM 302: UPID:pve:00005AF6:01E02246:5C14029E:qmstart:302:root@pam:
Dec 14 11:21:02 pve qm[23286]: FreeNAS::lun_command : list_lu(/dev/zvol/DataDump/data/proxmox-vm/vm-302-disk-0)
Dec 14 11:21:02 pve qm[23286]: FreeNAS::api_call : setup : sucessfull
Dec 14 11:21:02 pve qm[23286]: FreeNAS::API::get_target() : sucessfull
Dec 14 11:21:02 pve qm[23286]: FreeNAS::api_call : setup : sucessfull
Dec 14 11:21:02 pve qm[23286]: FreeNAS::API::get_globalconfig : target_basename=iqn.2017-12.com.lahansons
Dec 14 11:21:02 pve qm[23286]: FreeNAS::api_call : setup : sucessfull
Dec 14 11:21:02 pve qm[23286]: FreeNAS::API::get_target() : sucessfull
Dec 14 11:21:02 pve qm[23286]: FreeNAS::api_call : setup : sucessfull
Dec 14 11:21:02 pve qm[23286]: FreeNAS::API::get_target_to_extent() : sucessfull
Dec 14 11:21:02 pve qm[23286]: FreeNAS::API::get_target_to_extent() : change undef iscsi_lunid to 0
Dec 14 11:21:02 pve qm[23286]: FreeNAS::api_call : setup : sucessfull
Dec 14 11:21:02 pve qm[23286]: FreeNAS::API::get_extent : sucessfull
Dec 14 11:21:02 pve qm[23286]: FreeNAS::API::freenas_list_lu : sucessfull
Dec 14 11:21:02 pve qm[23286]: FreeNAS::list_lu(/dev/zvol/DataDump/data/proxmox-vm/vm-302-disk-0):name : lun found /dev/zvol/DataDump/data/proxmox-vm/vm-302-disk-0
Dec 14 11:21:02 pve qm[23286]: FreeNAS::lun_command : list_view(/dev/zvol/DataDump/data/proxmox-vm/vm-302-disk-0)
Dec 14 11:21:02 pve qm[23286]: FreeNAS::api_call : setup : sucessfull
Dec 14 11:21:02 pve qm[23286]: FreeNAS::API::get_target() : sucessfull
Dec 14 11:21:02 pve qm[23286]: FreeNAS::api_call : setup : sucessfull
Dec 14 11:21:02 pve qm[23286]: FreeNAS::API::get_globalconfig : target_basename=iqn.2017-12.com.lahansons
Dec 14 11:21:02 pve qm[23286]: FreeNAS::api_call : setup : sucessfull
Dec 14 11:21:02 pve qm[23286]: FreeNAS::API::get_target() : sucessfull
Dec 14 11:21:02 pve qm[23286]: FreeNAS::api_call : setup : sucessfull
Dec 14 11:21:02 pve qm[23286]: FreeNAS::API::get_target_to_extent() : sucessfull
Dec 14 11:21:02 pve qm[23286]: FreeNAS::API::get_target_to_extent() : change undef iscsi_lunid to 0
Dec 14 11:21:02 pve qm[23286]: FreeNAS::api_call : setup : sucessfull
Dec 14 11:21:02 pve systemd[1]: Started Proxmox VE replication runner.
Dec 14 11:21:03 pve qm[23286]: FreeNAS::API::get_extent : sucessfull
Dec 14 11:21:03 pve qm[23286]: FreeNAS::API::freenas_list_lu : sucessfull
Dec 14 11:21:03 pve qm[23286]: FreeNAS::list_lu(/dev/zvol/DataDump/data/proxmox-vm/vm-302-disk-0):lun-id : lun found 2
Dec 14 11:21:03 pve systemd[1]: Started 302.scope.
Dec 14 11:21:03 pve systemd-udevd[23311]: Could not generate persistent MAC address for tap302i0: No such file or directory
Dec 14 11:21:05 pve qm[23186]: <root@pam> end task UPID:pve:00005AF6:01E02246:5C14029E:qmstart:302:root@pam: OK

So syslog looks OK, but something is not right with /usr/share/perl5/PVE/QemuServer.pm Is this something to be concerned over?
 
please take this issue up with the authors of those patches - we don't support patches by third parties.
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!