Diskless Linux boot using ZFS, iSCSI & PXE
Diskless Linux boot using ZFS, iSCSI & PXE
SpaceVM: с нуля до кластера за 15 минут
Предлагаем вашему вниманию пошаговый мануал, позволяющий за 15 минут из «чистого» инсталла получить рабочий кластер SpaceVM с общим хранилищем, сетями и ролями контроллеров. Все это — через понятный веб-интерфейс плюс пару CLI-команд там, где это действительно уместно. Поехали!
https://habr.com/ru/companies/spacevm/articles/1043480/
#виртуализация #кластеризация #отказоустойчивость #gfs2 #iscsi #итинфраструктура
Diskless Linux boot using ZFS, iSCSI and PXE
https://aniket.foo/posts/20260505-netboot/
#HackerNews #DisklessLinux #ZFS #iSCSI #PXE #Boot #Technology
Отказоустойчивый кластер виртуализации KVM на Astra Linux
Импортозамещение, уход вендоров, требования регуляторов, безопасность — причин переезжать с продуктов Microsoft и VMware сегодня хватает. Но важно, чтобы это было осознанное инженерное решение, а не реакция по принципу «лишь бы уйти». Тем более что далеко не всегда есть смысл переплачивать за продукт, который для вашей инфраструктуры избыточен. В статье разбираю, как собрать отказоустойчивую виртуализацию на базе Astra Linux: DRBD + GFS2 + Pacemaker против Ceph. Отказоустойчивый кластер KVM на Астре
https://habr.com/ru/articles/1001494/
#astra_linux #drbd9 #ceph #gfs2 #iscsi #pacemaker #импортозамещение #виртуализация #системное_администрирование #астра_линукс
I finally solved my zfs-on-iSCSI systemd quandry:
# cat /etc/systemd/system/zfs-iscsi-import.service
[Unit]
Description=Trigger ZFS import after iSCSI availability
After=cloud-init.target
Wants=cloud-init.target
[Service]
Type=oneshot
ExecStartPre=/sbin/modprobe zfs
ExecStart=/bin/systemctl start zfs-import.target
RemainAfterExit=yes
[Install]
WantedBy=default.target
For the longest time #Backblaze hasn't supported the backup of networked drives, but has supported #iSCSI. Sadly, and annoyingly quietly, v9.2.2.878 of the client killed iSCSI support, so my array is now blocked.
I'd have liked some notice, but okay. The new setup (local drives, iSCSI as local backup) is now working with much better small file handling, and thankfully the data deduplication worked perfectly, so no re-upload required.
Hey fedi, is LUKS over iSCSI over the web a good idea?
Usecase would be personal storage for mostly media.
Exclusive mount is not really an issue, but still feels kinda meh.
My main concern is: does this work good enough in practice over not super-reliable links?
secondary: does it perform well enough?
Are there other setups with data encrypted on client that do not statically leak a ton of metadata like file structure?
What is NVMe Storage?
NVMe, or Non-Volatile Memory Express, is a modern access and storage protocol for flash-based solid-state storage. Designed for low overhead, latency, and response times, it aims for the highest achievable throughput. With NVMe over TCP, NVMe has its own successor to the familiar iSCSI. While commonly found in home computers and laptops (M.2 factor), it is designed from the ground up for all types of commodity and enterprise workloads. It guarantees fast load times and response times, even […]