Commit 387fc10
committed
Add support for custom libvirt volume pool name
Allow users to configure a custom libvirt storage pool name instead of
the hardcoded "oooq_pool" default. This is useful for environments that
require specific storage pool naming conventions or want to use existing
pools.
Changes:
- Add LIBVIRT_VOLUME_POOL environment variable with default "oooq_pool"
- Pass libvirt_volume_pool to ansible-playbook in 02_configure_host.sh
- Document the new variable in config_example.sh1 parent 68ba840 commit 387fc10
3 files changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
| 175 | + | |
175 | 176 | | |
176 | 177 | | |
177 | 178 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
| 253 | + | |
253 | 254 | | |
254 | 255 | | |
255 | 256 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
663 | 663 | | |
664 | 664 | | |
665 | 665 | | |
| 666 | + | |
| 667 | + | |
| 668 | + | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
| 672 | + | |
666 | 673 | | |
667 | 674 | | |
668 | 675 | | |
| |||
0 commit comments