Proxmox, ceph, zfs, pfsense и все-все-все - часть 2
-
Добавил
Bash script to easily migrate Linux VMs from ESXi to Proxmox
В комментах:Ok, some questions:
Why let ovftool write an ova file when you convert it in the next step to ovf? ovftool can write directly as ovf.
Then it converts the entire disk to raw format, only to install the qemu guest agent. This should be left to the OS package manager, for example via Ansible/ssh, pre or post migration.
Finally it creates an empty VM and imports the raw disk to the final storage.
That's 4 storage conversions, which takes a lot of IO time and requires vast amounts of free available diskspace.
All this could be reduced to two simple steps:
ovftool --targetType OVF vi://root@esxi.host/vm.name /var/tmp
qm importovf 100 /var/tmp/vm.name/vm.name.ovf storage-location
Then use qm set to alter any parateters as needed, for example:
qm set 100 --ostype l26 --tablet 0 --cpu cputype=host --onboot 1 --agent enabled=1
--scsihw virtio-scsi-single --net0 virtio,bridge=vmbr0,firewall=0
qm start 100 -
Добавил
Network UPS Tools (NUT) Ultimate Guide -
Добавил
pfsensible.core - core modules for managing pfSense firewalls with ansible -
Добавил
How To Setup pfsense OpenVPN Policy Routing With Kill Switch Using A Privacy VPN -
Добавил
Proxmox SDN Configuration Step-by-Step -
Добавил
Create an internal only isolated network using SDN feature
Upgrading a Hyperconverged Proxmox Cluster from 7.4 to 8.1
Upgrading Ceph Quincy to Ceph Reef on Proxmox VE 8.1 -
Добавил
Automatically Connect Realtek RTL8156 USB 2.5G NICs to Proxmox Servers -
This post is deleted! -
This post is deleted! -
Здравствуйте, россияне, это Sussudio из блога Tech2Rue.
Теперь блог называется technonagib, и я также называюсь technonagib haha
Вот точные ссылки, поскольку я изменил ряд статей.
Примечание: статья о возможностях SDN в настоящее время переписывается.
https://technonagib.fr/installer-wireguard-lxc/
https://technonagib.fr/vlan-stacking-proxmox-ve/- Discord : https://lnkd.in/ep_Ykf2B
- Instagram : https://lnkd.in/ePyeQhav
- Reddit : https://lnkd.in/ek779KhV
- Twitter : https://lnkd.in/ebs3sEi6
The worldwide version of my blog : https://technonagib.com/
-
Hi
@sussudio
Thank you ) -
Добавил
Proxmox Remove Node from Cluster Including Ceph -
Добавил
Build up a Hyper-Converged Proxmox/Ceph Cluster -
-
Добавил
Mount Volumes into Proxmox VMs with Virtio-fs
High Available Proxmox cluster with Ceph and Dynamic Routing -
Добавил
Bash Script example for unattended PVE install
Windows cloudbase-init -
Добавил
CV4PVE-ADMIN - the easiest and most effective solution to monitor your multiple Proxmox VE cluster in a single web port (vCenter but for Proxmox VE)
Fully routed IPv6 on Promox and Docker with WireGuard as IPv4to6 tunnel -
Добавил
pfSense QEMU Guest Agent
How to enable copy and paste function on your Proxmox web console without installing additional software in your VM -
Добавил
Building Proxmox LXC with smb / cifs support From Your NAS -
-
Добавил
Proxmox Helper Scripts 50+ scripts to help with your Homelab / Home Automation -
Добавил
Setting up Proxmox CLUSTER and STORAGE (Local, ZFS, NFS, CEPH)