Hey guys.
Firstly this is an amazing hypervisor. But i think my understanding of linux is a bit dated.
Here is what I have....
I have a OpenMediaVault server that is going to be a Proxmox server that will host OpenMediaVault as a VM.
What I am trying to do...
ZFS RAID0 two 1tb HDs to hold VM images.
What have I done?
zpool create -f deadpool /dev/sda /dev/sdb
Confirmed it worked.......
root@pve:/# df -h
Filesystem Size Used Avail Use% Mounted on
udev 16G 0 16G 0% /dev
tmpfs 3.2G 9.1M 3.2G 1% /run
/dev/mapper/pve-root 37G 3.3G 32G 10% /
tmpfs 16G 40M 16G 1% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 16G 0 16G 0% /sys/fs/cgroup
/dev/sdc2 511M 304K 511M 1% /boot/efi
deadpool 1.8T 0 1.8T 0% /deadpool
/dev/fuse 30M 16K 30M 1% /etc/pve
tmpfs 3.2G 0 3.2G 0% /run/user/0
checked the ZFS pool status.....
root@pve:/# zpool status
pool: deadpool
state: ONLINE
scan: none requested
config:
NAME STATE READ WRITE CKSUM
deadpool ONLINE 0 0 0
sda ONLINE 0 0 0
sdb ONLINE 0 0 0
errors: No known data errors
I added it as a ZFS pool in the "Datacenter" area of Proxmox with the name of WadeWilson.
NOW THE PROBLEM.....
I can transfer VM's to the ZFS Pool (/deadpool) but I can not upload ISOs nor can I create vms in the pool.
I was told I need DIR's in the /deadpool dir. Which i did mkdir (I think this is where i went wrong)
root@pve:/deadpool# ls -l
total 2
drwxr-xr-x 2 root root 2 Dec 13 07:46 Files
drwxr-xr-x 2 root root 2 Dec 13 07:50 images
drwxr-xr-x 2 root root 2 Dec 13 07:45 ISOs
drwxr-xr-x 2 root root 2 Dec 13 07:45 VMs
root@pve:/deadpool#
so what did I do wrong?
Firstly this is an amazing hypervisor. But i think my understanding of linux is a bit dated.
Here is what I have....
I have a OpenMediaVault server that is going to be a Proxmox server that will host OpenMediaVault as a VM.
What I am trying to do...
ZFS RAID0 two 1tb HDs to hold VM images.
What have I done?
zpool create -f deadpool /dev/sda /dev/sdb
Confirmed it worked.......
root@pve:/# df -h
Filesystem Size Used Avail Use% Mounted on
udev 16G 0 16G 0% /dev
tmpfs 3.2G 9.1M 3.2G 1% /run
/dev/mapper/pve-root 37G 3.3G 32G 10% /
tmpfs 16G 40M 16G 1% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 16G 0 16G 0% /sys/fs/cgroup
/dev/sdc2 511M 304K 511M 1% /boot/efi
deadpool 1.8T 0 1.8T 0% /deadpool
/dev/fuse 30M 16K 30M 1% /etc/pve
tmpfs 3.2G 0 3.2G 0% /run/user/0
checked the ZFS pool status.....
root@pve:/# zpool status
pool: deadpool
state: ONLINE
scan: none requested
config:
NAME STATE READ WRITE CKSUM
deadpool ONLINE 0 0 0
sda ONLINE 0 0 0
sdb ONLINE 0 0 0
errors: No known data errors
I added it as a ZFS pool in the "Datacenter" area of Proxmox with the name of WadeWilson.
NOW THE PROBLEM.....
I can transfer VM's to the ZFS Pool (/deadpool) but I can not upload ISOs nor can I create vms in the pool.
I was told I need DIR's in the /deadpool dir. Which i did mkdir (I think this is where i went wrong)
root@pve:/deadpool# ls -l
total 2
drwxr-xr-x 2 root root 2 Dec 13 07:46 Files
drwxr-xr-x 2 root root 2 Dec 13 07:50 images
drwxr-xr-x 2 root root 2 Dec 13 07:45 ISOs
drwxr-xr-x 2 root root 2 Dec 13 07:45 VMs
root@pve:/deadpool#
so what did I do wrong?