3-xen-orchestra-install #4

Merged
hygienic-books merged 84 commits from 3-xen-orchestra-install into main 2023-10-22 14:23:54 +00:00
Showing only changes of commit 6b12f31866 - Show all commits

View File

@ -161,10 +161,10 @@ function import_pool () {
function create_pool () { function create_pool () {
# Create a temporary pool that is not cached # Create a temporary pool that is not cached
# #
# Add zfsprops 'compression' unless environment variable # Add zfsprops 'compression' unless environment variable
# ARCHZBM_ZFSPROPS_NO_COMPRESSION is set to any value. # ARCHZBM_ZFSPROPS_NO_COMPRESSION is set to any value.
# #
# Add zfsprops 'encryption' along with 'keyformat' and a 'keylocation' # Add zfsprops 'encryption' along with 'keyformat' and a 'keylocation'
# unless environment variable ARCHZBM_ZFSPROPS_NO_ENCRYPTION is set to # unless environment variable ARCHZBM_ZFSPROPS_NO_ENCRYPTION is set to
# any value. # any value.
@ -258,7 +258,7 @@ function pacman_dl_parallel () {
function pacman_dont_check_space () { function pacman_dont_check_space () {
# See pacman bug comment # See pacman bug comment
# https://bugs.archlinux.org/task/45070#comment142712 # https://bugs.archlinux.org/task/45070#comment142712
# #
# When we pacstrap onto ZFS pacman incorrectly calculates and # When we pacstrap onto ZFS pacman incorrectly calculates and
# overestimates required disk space. We instead assume an installation # overestimates required disk space. We instead assume an installation
# gets done with at least a 10 GiB drive which is plenty. Skip pacman's # gets done with at least a 10 GiB drive which is plenty. Skip pacman's