Hello If you want XFS on the guest, the best is create a disk and format it as XFS.
Host XFS -> Virtualbox shared folder -> not XFS on VM. Alvaro On Wed, Jul 5, 2017 at 10:57 PM, <[email protected]> wrote: > Hi Alvaro, > > Thanks for the response. The host directory is having XFS filesystem which > is completely supported by ScyllaDB. > > I am not supposed to to use NFS as I am intended to test the working > performance of a Data volume (XFS filesystem) mounted on host. > > Therfore kindly help me regarding how to proceed. > > I have tried adding synced folders (shared) changing its ownership to > scylla:scylla dynamically in vagrant. But still getting the same error. > > > Thanks & regards, > Praveen Kumar A > > On Wednesday, June 28, 2017 at 4:50:28 AM UTC-7, Alvaro Miranda Aguilera > wrote: >> >> seems a scylla error message. >> >> are you sure that scylla will run on the kind of filesystem ? >> >> If your host and guest are linux, I would go with NFS. >> >> Alvaro. >> >> On Wed, Jun 28, 2017 at 1:08 AM, <[email protected]> wrote: >> >>> Hi all, >>> >>> I am trying to change data directory of Scylla DB cluster in a vagrant >>> container to point to a XFS volume mounted directory on the host system. >>> >>> I used synced folders to pass the directory to container adding >>> following line to Vagrantfile : >>> *config.vm.synced_folder "/dir1/", "/mydir1",* >>> * owner:"scylla",* >>> * group:"scylla",* >>> * mount_options: ["dmode=775,fmode=664"]* >>> . But I am getting following error when starting ScyllaDB server: >>> * [shard 0] init - Directory '/mydir1/data' cannot be initialized. Tried >>> to do it but failed with: storage_io_error (Storage I/O error: 22: Invalid >>> argument)* >>> >>> >>> Kindly help in resolving this issue >>> >>> -- >>> This mailing list is governed under the HashiCorp Community Guidelines - >>> https://www.hashicorp.com/community-guidelines.html. Behavior in >>> violation of those guidelines may result in your removal from this mailing >>> list. >>> >>> GitHub Issues: https://github.com/mitchellh/vagrant/issues >>> IRC: #vagrant on Freenode >>> --- >>> You received this message because you are subscribed to the Google >>> Groups "Vagrant" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To view this discussion on the web visit https://groups.google.com/d/ms >>> gid/vagrant-up/b3b15d49-602a-48e5-8ca1-9f5fd4e9aebe%40googlegroups.com >>> <https://groups.google.com/d/msgid/vagrant-up/b3b15d49-602a-48e5-8ca1-9f5fd4e9aebe%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> >> >> -- >> Alvaro >> >> -- > This mailing list is governed under the HashiCorp Community Guidelines - > https://www.hashicorp.com/community-guidelines.html. Behavior in > violation of those guidelines may result in your removal from this mailing > list. > > GitHub Issues: https://github.com/mitchellh/vagrant/issues > IRC: #vagrant on Freenode > --- > You received this message because you are subscribed to the Google Groups > "Vagrant" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/vagrant-up/c7e23b2d-d572-453d-9e7f-175a2f0d3352%40googlegroups.com > <https://groups.google.com/d/msgid/vagrant-up/c7e23b2d-d572-453d-9e7f-175a2f0d3352%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Alvaro -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/vagrant/issues IRC: #vagrant on Freenode --- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/CAHqq0exj0rynckGNRugHD__sF9LMy57p_wsizE1ww_QZ2gCyWA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
