Hi! I am hoping someone can help me out.
I installed the latest version of Proxmox onto my Server;
4 x 4TB drives - NAS / MEDIA
2 x 2TB drives - VM / LXC
500GB M2 - Proxmox OS
Now I made my 4 x 4TB drives a raidz1 using CLI and i have not imported it into proxmox yet, though this isnt the issue.
My 2 x 2TB drives I created a mirror and set it to use ID's
Now that this was done i went into proxmox, added the pool as a DIR, as trying to add it as a ZFS would not allow me to later download templates or even install any LXC's onto it, and i specified everything in the DIR options; Disk Image / ISO Image / Container Templates / VZDump / Container.
Once adding it as a DIR i could download templates, both using the Proxmox GUI and the CLI, no problems.
I started going through the process of creating an LXC, specifying everything it needed and i ran into this error:
If anybody could help me out I would be so thankful!
I installed the latest version of Proxmox onto my Server;
4 x 4TB drives - NAS / MEDIA
2 x 2TB drives - VM / LXC
500GB M2 - Proxmox OS
Now I made my 4 x 4TB drives a raidz1 using CLI and i have not imported it into proxmox yet, though this isnt the issue.
My 2 x 2TB drives I created a mirror and set it to use ID's
Code:
zpool create Data mirror sda sdf
zpool export Data
zpool import -d /dev/disk/by-id Data
Now that this was done i went into proxmox, added the pool as a DIR, as trying to add it as a ZFS would not allow me to later download templates or even install any LXC's onto it, and i specified everything in the DIR options; Disk Image / ISO Image / Container Templates / VZDump / Container.
Once adding it as a DIR i could download templates, both using the Proxmox GUI and the CLI, no problems.
I started going through the process of creating an LXC, specifying everything it needed and i ran into this error:
Code:
()
Formatting '/Data/images/100/vm-100-disk-1.raw', fmt=raw size=53687091200
mke2fs 1.43.4 (31-Jan-2017)
Discarding device blocks: 4096/13107200 done
Creating filesystem with 13107200 4k blocks and 3276800 inodes
Filesystem UUID: 5120cd28-b694-45c5-88fc-4198b274943b
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
4096000, 7962624, 11239424
Allocating group tables: 0/400 done
Writing inode tables: 0/400 done
Creating journal (65536 blocks): done
Multiple mount protection is enabled with update interval 5 seconds.
Writing superblocks and filesystem accounting information: 0/400
Warning, had trouble writing out superblocks.
TASK ERROR: command 'mkfs.ext4 -O mmp -E 'root_owner=0:0' /Data/images/100/vm-100-disk-1.raw' failed: exit code 144
If anybody could help me out I would be so thankful!