Closed jooola closed 5 months ago
"invalid argument" error comes from mmap
call. I am not sure if p9 filesystem have mmap support. If not, it's not possible to use bbolt on that.
Discussed during sig-etcd triage meeting. @ahrtr should we close this in favor of the more detailed tracking issue for plan 9 https://github.com/etcd-io/bbolt/issues/587?
It should be a feature request, please refer to https://github.com/etcd-io/bbolt/issues/665
I tried to store a db on a 9p_virtio shared file system but it throw me a 'invalid argument' error. The db file gets created but seems it don't like something related to the file system. Running on a regular file system works just fine.
Running on debian 9 a qemu/kvm virtual machine, sharing file system with host trough 9p_virtio module, in 'mapped' mode.
Here is my fstab :
The only logs I get from go is
invalid argument
: