-
Notifications
You must be signed in to change notification settings - Fork 931
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Update storage volume How-to (#14578)
This is a first draft of changes I discussed with @minaelee last week. Broadly speaking: - Replaces CLI specifications with concrete examples (shift from a [generic how to use](https://www.diataxis.fr/reference/) to [more specific/focused tasks](https://www.diataxis.fr/how-to-guides/)). This doesn't entirely turn this into a How-to the diataxis way, but it's closer. CLI specs should be left to `--help` and the man pages. - Convert from the old `lxc config set key value` to the new `lxc config set key=value` - Misc wording and content improvements - align with the current state of LXD (ex. add `powerflex`) - improve precision (ex. `s/path for accessing/mount point/` as in `mount(8)`) - Move "View storage volumes" to the beginning of the document: The first thing I do as a user is ask "how can I see/understand the current state of my system"; only then do I start considering how to mutate that state into what I want. Also puts the `<volume_type>/<volume_name>` syntax front and center; this was a point of confusion for me when I was learning how LXD does storage volumes. I'd be happy for some feedback on any of this; this is closer to what I would want to use to learn about LXD storage.
- Loading branch information
Showing
1 changed file
with
79 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters