Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

[os-images] Cannot enable ros service volume-netshare #2142

Closed
pcassimans opened this issue Oct 27, 2017 · 4 comments
Closed

[os-images] Cannot enable ros service volume-netshare #2142

pcassimans opened this issue Oct 27, 2017 · 4 comments

Comments

@pcassimans
Copy link

RancherOS Version: (ros os version)
Version 1.1.0

Where are you running RancherOS? (docker-machine, AWS, GCE, baremetal, etc.)
iohyve

When i ask the list of available services, get "volume-netshare" as one of them.
If I try to enable it by:

sudo ros service enable volume-netshare

I get the following error:

FATA[0001] Failed to load volume-netshare : non-200 http response: 404
@pcassimans pcassimans changed the title [os-images] [os-images] Cannot enable ros service volume-netshare Oct 27, 2017
@cnf
Copy link

cnf commented Nov 11, 2017

I have the same problem, any update on this?

RancherOS v1.1.0 running bare metal.

@ulm0
Copy link
Contributor

ulm0 commented Nov 13, 2017

Same here :/ unable to run the service

@niusmallnan
Copy link
Contributor

niusmallnan commented Dec 9, 2017

Anyone with this problem can try this:

rm -f /var/lib/rancher/cache/*
ros service list
disabled amazon-ecs-agent
disabled crontab
disabled open-iscsi
disabled kernel-extras
disabled kernel-headers
disabled kernel-headers-system-docker
disabled open-vm-tools
disabled rancher-server
disabled rancher-server-stable
disabled zfs
disabled amazon-metadata
disabled volume-cifs
disabled volume-efs
disabled volume-nfs

In fact, volume-netshare contains three services volume-cifs volume-efs volume-nfs.
We have the wrong name in the ros service list, now it should be fixed.

@niusmallnan niusmallnan added this to the v1.1.2 milestone Dec 11, 2017
@kingsd041
Copy link
Contributor

Tested with RancherOS version- v1.1.2-rc2
volume-cifs volume-efs volume-nfs can be enabled.

# ros service list | grep volume
enabled  volume-cifs
enabled  volume-efs
enabled  volume-nfs

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants