openstorage icon indicating copy to clipboard operation
openstorage copied to clipboard

A multi-host clustered implementation of the open storage specification

Results 113 openstorage issues
Sort by recently updated
recently updated
newest added

priority/P2
driver/nfs

I'm running "osd --daemon --file /etc/osd-config.yml" on coreos 1235.5.0. I get the following log output before the program exits with status 0. osd-config.yml: `osd: drivers: nfs: server: "10.68.19.1" path: "/"`...

driver/nfs

See #165

priority/P2
backlog

From @adityadani 's comment on #207: > @jvinod This could be a separate discussion, but do we want a writable volume to be provided as a readyOnly volume to a...

priority/P1
feature/csi

It looks like a `name` should be provided, but the help screen for `osd create` does not show examples or arguments correctly. It should be something like `osd create [options]...

help wanted
priority/P3

When reading the code, the package name of volume/drivers is not `drivers` but `volumedrivers` instead, which is very confusing. This should be fixed to match the directory name.

Hi, I am having some problems running a ArangoDB docker container using volumes provided by openstorage nfs driver as shown below **attempt to run arangodb container** ``` charles@work-rack-5 $ docker...

Hi, why is it that the osd cli doesn't return any results about the nfs driver i have enabled via the config.yaml? I get no results or output when I...

The REST API document at http://api.openstorage.org seems to have fallen behind, it needs to be updated. Also need to add more information about various states/members which are represented by numbers....