Correction formatage articles et réorganisation fichiers

- Corriger formatage Markdown dans articles blog
- Réorganiser structure fichiers pour meilleure lisibilité
- Mettre à jour liens internes et références
This commit is contained in:
Tellsanguis 2025-11-30 12:32:59 +01:00
parent a0e8072aa9
commit 5eb6610d95
5 changed files with 8 additions and 5 deletions

View file

@ -284,7 +284,7 @@ Je documenterai ma décision finale et sa mise en œuvre dans un prochain articl
:::info Mise à jour : Solution finale retenue :::info Mise à jour : Solution finale retenue
Après avoir testé l'Option 1 avec un [script Python de gestion des ressources LINSTOR](https://forgejo.tellserv.fr/Tellsanguis/blog_tech/src/branch/main/manage_linstor_resources.py), j'ai constaté que cette approche, bien que fonctionnelle, ajoutait une complexité trop importante et des risques de désynchronisation pour une utilisation en production. Après avoir testé l'Option 1 avec un [script Python de gestion des ressources LINSTOR](/scripts/blog/2025-11-26-linstor-drbd-opentofu/manage_linstor_resources.py), j'ai constaté que cette approche, bien que fonctionnelle, ajoutait une complexité trop importante et des risques de désynchronisation pour une utilisation en production.
**La décision finale** : Partitionner les disques NVMe de chaque nœud Proxmox selon la stratégie suivante : **La décision finale** : Partitionner les disques NVMe de chaque nœud Proxmox selon la stratégie suivante :

View file

@ -9,7 +9,9 @@ image: /img/blog/2025-11-30-reduire-disque-vm/clonezilla-logo.svg
import Tabs from '@theme/Tabs'; import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem'; import TabItem from '@theme/TabItem';
![Clonezilla Logo](/img/blog/2025-11-30-reduire-disque-vm/clonezilla-logo.svg) <p align="center">
<img src="/img/blog/2025-11-30-reduire-disque-vm/clonezilla-logo.svg" alt="Clonezilla Logo" width="300" />
</p>
Comment migrer une VM vers un disque plus petit en préservant toutes les données avec Clonezilla, afin d'optimiser l'utilisation du stockage Linstor DRBD dans un cluster Proxmox. Comment migrer une VM vers un disque plus petit en préservant toutes les données avec Clonezilla, afin d'optimiser l'utilisation du stockage Linstor DRBD dans un cluster Proxmox.

View file

@ -284,7 +284,7 @@ I'll document my final decision and its implementation in a future article.
:::info Update: Final Solution Adopted :::info Update: Final Solution Adopted
After testing Option 1 with a [Python script for LINSTOR resource management](https://forgejo.tellserv.fr/Tellsanguis/blog_tech/src/branch/main/manage_linstor_resources.py), I found that this approach, while functional, added too much complexity and synchronization risks for production use. After testing Option 1 with a [Python script for LINSTOR resource management](/scripts/blog/2025-11-26-linstor-drbd-opentofu/manage_linstor_resources.py), I found that this approach, while functional, added too much complexity and synchronization risks for production use.
**The final decision**: Partition the NVMe drives on each Proxmox node according to the following strategy: **The final decision**: Partition the NVMe drives on each Proxmox node according to the following strategy:

View file

@ -9,7 +9,9 @@ image: /img/blog/2025-11-30-reduire-disque-vm/clonezilla-logo.svg
import Tabs from '@theme/Tabs'; import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem'; import TabItem from '@theme/TabItem';
![Clonezilla Logo](/img/blog/2025-11-30-reduire-disque-vm/clonezilla-logo.svg) <p align="center">
<img src="/img/blog/2025-11-30-reduire-disque-vm/clonezilla-logo.svg" alt="Clonezilla Logo" width="300" />
</p>
How to migrate a VM to a smaller disk while preserving all data using Clonezilla, to optimize Linstor DRBD storage usage in a Proxmox cluster. How to migrate a VM to a smaller disk while preserving all data using Clonezilla, to optimize Linstor DRBD storage usage in a Proxmox cluster.

View file

@ -1,5 +1,4 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
# -*- coding: utf-8 -*-
# Auteur: BENE Maël # Auteur: BENE Maël
# Version: 1.0 # Version: 1.0
# Date de création: 27-11-2025 # Date de création: 27-11-2025