Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Add FilesystemTag #41
Conversation
wallyworld
referenced this pull request
in juju/juju
Feb 19, 2015
Merged
Add support for file system storage sources, and rootfs provider #1626
|
I'm not really keen on having such a broad definition for the tag. Why not just use a number, like in other places? Having a broad definition makes it difficult to impossible to encode additional information later, if necessary. Also, I think we'll probably want to have an optional machine component like in volume tags, to indicate that the filesystem is tied to that machine. |
wallyworld
added some commits
Feb 19, 2015
|
LGTM |
added a commit
that referenced
this pull request
Feb 20, 2015
wallyworld
merged commit ce4ecb2
into
master
Feb 20, 2015
added a commit
to juju/juju
that referenced
this pull request
Feb 23, 2015
wallyworld
deleted the
filesystem-tag
branch
May 26, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
wallyworld commentedFeb 19, 2015
Add support for a Filesystem tag.
For maximum flexibility, the tag id is allowed to be any valid directory name. This is because in Juju, when no location is specified when creating a fs mount, the mount point is created from the tag id.