Hi Carlos,
Thanks for hint!
This one worked.
So what worked:
zpool -> zfs block device fomatted as ext4 and mounted as folder
storage repository created with ffs driver.
The other drivers, meaning :
- file, fileSR on mounted ext4 FS,
- ext/lvm pointed to /dev/zd0
- ffs directly on ZFS.
Failed.
Other last resort option was to create file on ZFS, losetup and
create VG on it.
FFS directly on ZFS failed most probably due to unsupported O_DIRECT
flag (err=22) and other failed most probably for similar reasons.
If anyone would have some questions, feel free to email me directly
at love-spam-remove-me-up-to-here-dkadds2+xen-api@xxxxxxxxx
Based on my experience, there seem to be a lot to be fixed on xen
side to be really user friendly/usable.
Based on ZFS list of features there should be direct connector from
Xen side.
Regards,
Dawid
On 30/12/14 20:04, Carlos Reategui
wrote:
Have you tried using ext4 on a ZVOL and putting
your VHDs there?
|