Skip to content

Commit

Permalink
doc/projects: point out that new projects don't have a profile
Browse files Browse the repository at this point in the history
This is a bit unintuitive, so add a note to make this clearer.

Signed-off-by: Ruth Fuchss <[email protected]>
  • Loading branch information
ru-fu committed Oct 11, 2023
1 parent 61a9a3d commit f04e98e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/howto/projects_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ To create a project called `my-restricted-project` that blocks access to securit

lxc project create my-restricted-project --config restricted=true --config restricted.backups=allow

```{tip}
When you create a project without specifying configuration options, {config:option}`project-features:features.profiles` is set to `true`, which means that profiles are isolated in the project.
Consequently, the new project does not have access to the `default` profile of the `default` project and therefore misses essential configuration (like the root disk).
```

(projects-configure)=
## Configure a project

Expand Down

0 comments on commit f04e98e

Please sign in to comment.