edit metadata

This commit is contained in:
2025-02-12 15:01:15 +01:00
parent 341b6ed46f
commit 1ce84ebc53
43 changed files with 214 additions and 207 deletions

View File

@@ -5,15 +5,15 @@ tags: [ "xe", "virtualization", "volume" ]
# Make a local iso repository
```bash
```sh
STORE_PATH=/var/opt/xen/ISO_Store
```
```bash
```sh
mkdir -p $STORE_PATH
```
```bash
```sh
xe sr-create name-label="$STORAGE_NAME" type=iso device-config:location=$STORE_PATH device-config:legacy_mode=true content-type=iso
```
@@ -23,7 +23,7 @@ This creates a UUID for the new directory:
# Main Console
```bash
```sh
xsconsole
```
@@ -31,13 +31,13 @@ xsconsole
List volumes:
```bash
```sh
lvs
```
List groups:
```bash
```sh
vgs
```