Cant create CT from arch base

SpaceCowBoy

Member
Feb 13, 2016
51
0
11
39
getting error
Code:
extracting archive '/var/lib/vz/template/cache/archlinux-base_2015-24-29-1_x86_64.tar.gz'
tar: ./usr/share/licenses/common/Apache/license.txt: Cannot open: Too many levels of symbolic links
Total bytes read: 395755520 (378MiB, 111MiB/s)
tar: Exiting with failure status due to previous errors
TASK ERROR: command 'tar xpf /var/lib/vz/template/cache/archlinux-base_2015-24-29-1_x86_64.tar.gz --totals --sparse --numeric-owner --acls --xattrs '--xattrs-include=user.*' '--xattrs-include=security.capability' '--warning=no-xattr-write' -C /var/lib/lxc/102/rootfs --skip-old-files --anchored --exclude './dev/*'' failed: exit code 2
I'm trying to create on a ZFS pool if that matters.
 
Update. I'm able to create a CT on my proxmox main drive without error. I get the above error when trying to create on my zfs pool. Is there a way to manually move the ct over to my zfs pool? I really would prefer to have zfs snapshots ect if I can.
 
Final update. I'm able to make a CT of Debian just fine on the zfs pool. So I'm just going to go Debian. Im guessing whoever does the arch file needs to rework something.
 
Can't reproduce this. How's your storage configured, what are the exact settings you use to create the container and how did you configure your ZFS?
 
Can't reproduce this. How's your storage configured, what are the exact settings you use to create the container and how did you configure your ZFS?

Used default settings to create container but changed the ram to 2gb.
Zpool was added via the proxmox web gui. It was originally created with open zfs on a different system.

Proxmox install is running off a separate ext4 drive from the zpool.

I'm not too worried about it Debian will work for my use.