Hi,

> We need feedback from Max, Hardy and Xavier.

I gave this sshfs a bit of a go, but running into several problems.
First the install command causes some problems:

$ vagrant plugin install vagrant-dusty-sshfs --plugin-source 
https://dustymabe.fedorapeople.org/gemrepo/

Installing the 'vagrant-dusty-sshfs' plugin. This can take a few minutes...
Bundler, the underlying system Vagrant uses to install plugins,
reported an error. The error is shown below. These errors are usually
caused by misconfigured plugin installations or transient network
issues. The error from Bundler is:

Could not find gem 'vagrant-dusty-sshfs (>= 0) ruby' in any of the gem sources 
listed in your Gemfile or available on this machine.

Warning: this Gemfile contains multiple primary sources. Using `source` more 
than once without a block is a security risk, and may result in installing 
unexpected gems. To resolve this warning, use a block to indicate which gems 
should come from the secondary source. To upgrade this warning to an error, run 
`bundle config disable_multisource true`.Warning: this Gemfile contains 
multiple primary sources. Using `source` more than once without a block is a 
security risk, and may result in installing unexpected gems. To resolve this 
warning, use a block to indicate which gems should come from the secondary 
source. To upgrade this warning to an error, run `bundle config 
disable_multisource true`.

I downloaded the gem locally instead and installed it via:

$ vagrant plugin install ~/Downloads/vagrant-sshfs-0.1.0.gem

That worked. I added a synced folder directive to the Vagrantfile and did a 
'vagrant up'.
Now I get:

==> cdk: Installing SSHFS client...
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!

yum -y install fuse-sshfs

Stdout from the command:

Loaded plugins: product-id, search-disabled-repos, subscription-manager
No package fuse-sshfs available.


Stderr from the command:

Error: Nothing to do

Seems the required fuse-sshfs package is not available in any of the default 
repos
configured for the CDK. So I guess my next question(s) are:

- where do I get fuse-sshfs?
- how do I get it installed on the CDK VM (aka which repos do I need to enable 
and how)?
- is it possible to get fuse-sshfs pre-installed on the box?

--Hardy

Attachment: pgpMRt1Aox04n.pgp
Description: PGP signature

_______________________________________________
Container-tools mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/container-tools

Reply via email to