Docker est un logiciel open source qui permet de déployer des applications dans des containers virtuels. Ses containers peuvent ensuite être déployés sur n’importe plateforme compatible.
How to Dual Boot Windows11 and Proxmox? – GetLabsDone
Proxmox is one of the open-source, free virtualization software available for anyone to use. Sometimes you might wonder how you can dual boot windows machines with Proxmox?. Maybe you already have a pretty decent laptop or PC running with windows 11/10. For daily tasks, you would want to use windows 11, and for running multiple …
How to Tag VLAN on Proxmox Bridge Interface? – GetLabsDone
You are planning to build a server setup and are excited to turn your PC or Server into a Proxmox VE with which you can run multiple VMs in it. But there is a problem: the machine you will build the lab with has a single interface. It is good to run the management and …
Reinstall CEPH on Proxmox 6 | Page 2 | Proxmox Support Forum
There seems to be some leftover. After you purged Ceph, is /var/lib/ceph/ empty? And is there no ceph.conf anymore? Tried to purge and no ceph.conf anymore, it didn't work! Tried many ways...
Remove Disk from LVM for use with CEPH OSD | Proxmox Support Forum
Hi, I'm building an CEPH cluster with Proxmox 5.1, this is a new system just intalled, I'm adding disks to OSD, but for a reason I don't know there is one disk that is marked as LVM in USAGE...
Nous avons vu dans les précédents articles comment installer Proxmox VE ainsi que la création d'un template. Aujourd'hui, nous allons voir comment créer un cluster et ajouter/supprimer un nœud (nom d'un serveur dans un cluster, node en anglais). Les avantages du cluster sous Proxmox VE Ils sont multiples mais
[PVE7] - wipe disk doesn't work in GUI | Proxmox Support Forum
HI I have tried to wipe out an HDD which I previously using as Ceph OSD drive and get this message: disk/partition '/dev/sdb' has a holder (500) I could do wipefs from CLI but works only if I...
Nous avons vu dans les précédents articles comment installer Proxmox VE ainsi que la création d'un template. Aujourd'hui, nous allons voir comment créer un cluster et ajouter/supprimer un nœud (nom d'un serveur dans un cluster, node en anglais). Les avantages du cluster sous Proxmox VE Ils sont multiples mais
Proxmox VE 6 - Removing cluster configuration | Proxmox Support Forum
I am new to Proxmox VE, still reading the docs, so please forgive my easy question. I need to completely remove the cluster configuration from one of my servers. There are no nodes attached, no...
I would like to use plain kvm virtualization inside a container created in proxmox. Using plain LXC/LXD this is possible by running (see github.com/lxc/lxd/issues/2718): lxc config device add...
ZFS vs LVM for Proxmox OS disk? | Proxmox Support Forum
Hi, As of 2019 - what are the pros/cons of ZFS vs LVM for the Proxmox OS disk? (This won't be for actual VM disks - which we are storing on Ceph - or even for ISOs - stored on CephFS - but...
How to run VMware ESXI 7.0 on hardware with unsupported CPUs - Flemming's Blog
Installation with Legacy CPU If you try to install ESXi 7 on an hardware with older CPU(s) that is no longer officially supported by VMware, you will get a error message similar to this when booting the installation medium: Even if it is unsupported it might work in practice.To bypass this error in the boot, […]
Consul is a service networking solution to automate network configurations, discover services, and enable secure connectivity across any cloud or runtime.
Lancer des containers Docker avec Proxmox VE (et LXC)
Introduction J’ai trouvé plusieurs tutos pour installer Docker (engine) à l’intérieur d’un container LXC sous Proxmox VE pour ensuite lancer des containers Docker dedans. Le souci c’est que vous devez vous logger dans le container LXC avant de pouvoir interagir avec vos containers Docker. On peut aussi installer Docker directement sur Proxmox VE mais ce n’est pas trop conseillé et on n’a pas la facilité d’usage de LXC avec la GUI de Proxmox.