Patches are welcome, and if you supply spare drives, and I'd be happy to
test/review things for you,
Seth
There's no reason for all the complexity. "We don't have to be perfect, we only need to be Good Enough." As well as "K.I.S.S" "Simple is Better"
GIT? patchfile?Whatever floats your... It's not that I receive too many patches these days. (If you're on github, let me mirror my personal repo there, so I can learn about the pull-request workflow...: THERE, done )
Nobody ever took me up on it, though.
--
To post to this group, send email to zfs-...@googlegroups.com
To visit our Web site, click on http://zfs-fuse.net/
Is it possible now to use zfs-fuse and set the ashift to 12? On Linux Mint Debian with 0.7.0-8 i wanted to do
zpool create -o ashift=12 xuse mirror /opt/xuse-link/xuse-f1-110g.zfs /opt/xuse-link/xuse-f3d-110g.zfs
(I have collected all pools in a common link folder - when I want to replace a location I just change the symlink and after a scrub all is well agein ;-) and got
property 'ashift' is not a valid pool property
so far I have only accomplished this:
- Start PC-BSD in a virtual machine with 4 virtual small file-based disks
- create an ashift-12 pool there
- convert the vdi's to raw image files
- import the small pool into zfs-fuse
- gradually replace the dummy files with larger ones or partitions or disk to taste.
--
To post to this group, send email to zfs-...@googlegroups.com
To visit our Web site, click on http://zfs-fuse.net/