-
Notifications
You must be signed in to change notification settings - Fork 34
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
[RFE] docs for lvm support #700
[RFE] docs for lvm support #700
Comments
You can create the LVM setup with pvcreate, vgcreate, lvcreate, and lvconvert as usual. Here is some copy paste snippet: Setting up the LVM cacheFirst, we create physical volumes for our devices, and check that it worked
Then, we create a volume group with our three physical devices. In that volume
Now we need to turn those logical volumes into the actual cache. First we
With that, we've set up the data volume to be cached with our SSD disks. We can
Would be nice to have a docs PR. |
Addressed in flatcar/flatcar-website#362 - available here: https://www.flatcar.org/docs/latest/setup/storage/lvm/ |
Current situation
i want to use lvm to setup caching
Impact
improve filesytem performance
Ideal future situation
be able to enable lvm by enabling some systemd service
i think
systemctl start lvm2-monitor.service
works but idk much about lvm
The text was updated successfully, but these errors were encountered: