alces-software / flight-aws-marketplace

Templates for flight in AWS marketplace
GNU Affero General Public License v3.0
2 stars 0 forks source link

Viewing storage configurations setup with alces storage command #47

Closed wdm78 closed 8 years ago

wdm78 commented 8 years ago

It would be useful to be able to see the names of storage configurations setup by users with the alces storage configure command.

mjtko commented 8 years ago

What’s the use case here? Users can see what they have set up by using alces storage avail — is this for admin use?

wdm78 commented 8 years ago

I think I was getting confused about what alces storage avail displays - ideally, I'd like a way to see both what storage areas are setup, and what storage types are enabled. I think alces storage avail is doing the former, when I'd wrongly assumed it was doing the latter. This issue should probably be about how to list what storage back-ends are enabled (or available to be enabled).

mjtko commented 8 years ago

If you want to see what backends are available, you can do this:

[vagrant@login-2bf7dc3(el7cluster) ~]$ al sto avail --backends
[ ] base/dropbox
[*] base/posix
[*] base/s3

Do we need both in one view? Maybe it's a bit confusing to have both behaviours under one command?

mjtko commented 8 years ago

Perhaps avail for backends and show to show the configured storage areas?

vlj91 commented 8 years ago

Moving to clusterware as it is more appropriate there

vlj91 commented 8 years ago

This issue was moved to alces-software/clusterware#203