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:
parent
a0e8072aa9
commit
5eb6610d95
5 changed files with 8 additions and 5 deletions
|
|
@ -284,7 +284,7 @@ I'll document my final decision and its implementation in a future article.
|
|||
|
||||
:::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:
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,9 @@ image: /img/blog/2025-11-30-reduire-disque-vm/clonezilla-logo.svg
|
|||
import Tabs from '@theme/Tabs';
|
||||
import TabItem from '@theme/TabItem';
|
||||
|
||||

|
||||
<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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue