xen builder & rke2 changes

This commit is contained in:
2025-03-10 20:47:42 -04:00
parent fe8f75514c
commit 35d27b7607
3 changed files with 62 additions and 121 deletions

View File

@@ -31,10 +31,8 @@
"xen_blkfront"
"xenfs"
# iSCSI & Multipath
# iSCSI
"iscsi_tcp"
"dm_multipath"
"dm_round_robin"
];
};
@@ -64,6 +62,11 @@
# 51820 # Canal CNI with WireGuard IPv4 (if using encryption)
# 51821 # Canal CNI with WireGuard IPv6 (if using encryption)
];
# Allow Multicast
extraCommands = ''
iptables -A INPUT -m pkttype --pkt-type multicast -j ACCEPT
'';
};
};
@@ -77,18 +80,6 @@
name = "iqn.2025.placeholder:initiator"; # Overridden @ Runtime
};
# Enable Multipath
multipath = {
enable = true;
defaults = ''
defaults {
user_friendly_names yes
find_multipaths yes
}
'';
pathGroups = [ ];
};
# Cloud Init
cloud-init = {
enable = true;