-
Notifications
You must be signed in to change notification settings - Fork 122
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
can't create swap volume #109
Comments
Do you want the lvm cookbook to be able to add newly created volumes as swap space? I use a modified version of the swap cookbook to add volumes created by lvm as swap space. I don't mount the created volume with lvm. Mark |
ideally - yes. But creating not mounted anywhere volume is enought :-) |
@theundefined lvm_logical_volume "name" do |
I believe this request is already possible, as we do this by creating a logical volume without defining the filesystem, nor mount point. My company does this and attaches the volume directly into a VM. |
Currently there is no possibility to create a swap volume. Iw would be nice to add that
The text was updated successfully, but these errors were encountered: