chore: format mardown files with Prettier
This commit is contained in:
parent
8560ca0661
commit
819c798e99
@ -436,8 +436,8 @@ If you are using HA, maintenance mode will be required before doing any reboot o
|
|||||||
|
|
||||||
Maintenance mode will trigger two actions internally:
|
Maintenance mode will trigger two actions internally:
|
||||||
|
|
||||||
* disabling the host (no new VMs could start on it)
|
- disabling the host (no new VMs could start on it)
|
||||||
* evacuate VMs that can be evacuated ("agile" VMs, which could be live migrated)
|
- evacuate VMs that can be evacuated ("agile" VMs, which could be live migrated)
|
||||||
|
|
||||||
It's perfect if you want to shutdown the host for hardware replacement, or if you want to do some other operations without disrupting your production.
|
It's perfect if you want to shutdown the host for hardware replacement, or if you want to do some other operations without disrupting your production.
|
||||||
|
|
||||||
|
@ -82,8 +82,8 @@ member: 348
|
|||||||
|
|
||||||
The plugin needs to know that Bruce Wayne belongs to the heroes group. To do so, you need to set 2 entries in the configuration:
|
The plugin needs to know that Bruce Wayne belongs to the heroes group. To do so, you need to set 2 entries in the configuration:
|
||||||
|
|
||||||
- **Group attribute**, which is the name of the *group* attribute that is used to list users within a group. In this example, it would be `member`.
|
- **Group attribute**, which is the name of the _group_ attribute that is used to list users within a group. In this example, it would be `member`.
|
||||||
- **User attribute**, which is the name of the *user* attribute that is used to reference users in groups. In this example, it would be `uid` since `347`, `348`, etc. are user `uid`s.
|
- **User attribute**, which is the name of the _user_ attribute that is used to reference users in groups. In this example, it would be `uid` since `347`, `348`, etc. are user `uid`s.
|
||||||
|
|
||||||
Save the configuration and you're good to go. From now on, every time an LDAP user logs into XO, the plugin will automatically create or update that user's groups and add them to those groups. If you need to import all the groups at once, you can do so from Settings > Groups > Synchronize LDAP Groups. This can be useful if you want to assign ACLs on groups without having to wait for a member of the group to log in.
|
Save the configuration and you're good to go. From now on, every time an LDAP user logs into XO, the plugin will automatically create or update that user's groups and add them to those groups. If you need to import all the groups at once, you can do so from Settings > Groups > Synchronize LDAP Groups. This can be useful if you want to assign ACLs on groups without having to wait for a member of the group to log in.
|
||||||
|
|
||||||
|
@ -85,7 +85,7 @@ When logical volume no longer necessary:
|
|||||||
|
|
||||||
## Mount block device
|
## Mount block device
|
||||||
|
|
||||||
> Tip: `offset` and `sizelimit` are only required on a partionned disk
|
> Tip: `offset` and `sizelimit` are only required on a partionned disk
|
||||||
|
|
||||||
```
|
```
|
||||||
> mkdir /tmp/block-mount
|
> mkdir /tmp/block-mount
|
||||||
|
Loading…
Reference in New Issue
Block a user