You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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 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)
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.
The text was updated successfully, but these errors were encountered: