Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Want EBS volumes attached without source snapshot #87

Open
temujin9 opened this issue Dec 20, 2011 · 3 comments
Open

Want EBS volumes attached without source snapshot #87

temujin9 opened this issue Dec 20, 2011 · 3 comments

Comments

@temujin9
Copy link
Contributor

The source snapshot capability is unnecessary for cases where the volume in question is just a formatted but empty drive. facet.volume can already attach a non-snapshot volume to a machine; it just needs to know how to format it before it mounts it. A flag like "format 'xfs'" should be used to designate this, and there should be sufficient guards in the code to prevent any accidental reformatting of existing volumes.

@ghost ghost assigned temujin9 Dec 20, 2011
@temujin9
Copy link
Contributor Author

Postponed: not essential, current solutions are functional if pessimal.

@temujin9
Copy link
Contributor Author

@mrflip In the burndown you say: "can create ebs volumes at launch with no snapshot". How? The snapshot_name I see in use just links back to a growable snapshot.

@mrflip
Copy link
Member

mrflip commented Feb 22, 2012

Currently we launch with a 1GB XFS
And resize, but you wanted to find out if there is a way to make a volume createAtLaunch with no snapshot.

Both the fog and AWS API would have to allow. This will be trivial to implement, just someone's gotta do the research.

On Feb 21, 2012, at 5:20 PM, Nathaniel Eliotreply@reply.github.com wrote:

@mrflip In the burndown you say: "can create ebs volumes at launch with no snapshot". How? The snapshot_name I see in use just links back to a growable snapshot.


Reply to this email directly or view it on GitHub:
#87 (comment)

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

No branches or pull requests

2 participants