infinit / infinit

The Infinit policy-based software-defined storage platform.

Home Page:http://infinit.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

filesystem - flag or not?

frimdo opened this issue · comments

I infinit v0.7.3, the command for creating a new silo is:

# infinit silo create --filesystem --capacity 2GB --name local

But in v0.8.0, the same command says:

# infinit silo create --filesystem --capacity 2GB --name local
infinit: command line error: unknown option: --filesystem
Try 'infinit create --help' for more information.

The problem is solved by using

infinit silo create filesystem --capacity 2GB --name local

There is no information about this in documentation, so u guess it is either bug in silo binary, or in docs.

I went through the same problem. And only then I've seen in the changelog the details of this change.

It's not a bug, it's just partially documented. As Infinit developers are working hard, many changes are expected until version 1.0. And during those changes, the documentation stays temporarily outdated.

;)

PS: I'm not a team member of Infinit (just a really happy community user trying to contribute a little)

Exactly what I expected. So this issue can be closed or used as note of "outdated informations in docs" :-)

commented

Fixed in c3056376 please close when it's deployed @cadeuh