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
Copy file name to clipboardExpand all lines: docs/reference/cloud/list-of-supported-clouds/the-lxd-cloud-and-juju.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,7 +129,7 @@ With LXD system containers, constraints are interpreted as resource *maximums* (
129
129
130
130
LXD (localhost) does not officially support attaching loopback devices for storage out of the box. However, with some configuration you can make this work.
131
131
132
-
Each container uses the 'default' LXD profile, but also uses a model-specific profile with the name`juju-<model-name>`. Editing a profile will affect all of the containers using it, so you can add loop devices to all LXD containers by editing the 'default' profile, or you can scope it to a model.
132
+
Each container uses the 'default' LXD profile, but also uses a model-specific profile with the name`juju-<model-name>-<model-short-UUID>` where`<model-short-UUID>` is the first 6 characters of the model UUID. Editing a profile will affect all of the containers using it, so you can add loop devices to all LXD containers by editing the 'default' profile, or you can scope it to a model.
133
133
134
134
To add loop devices to your container, add entries to the 'default', or model-specific, profile, with`lxc profile edit <profile>`: