Problème de clonage

ShadowChris

New Member
Jan 6, 2022
3
0
1
22
Bonjour, je débute sur Proxmox.

Quand je tape la commande suivante :
Code:
qm clone 110 100

J'obtiens l'erreur suivante :
Code:
Linked clone feature is not supported for drive 'scsi0'

Serait-il possible d'obtenir de l'aide s'il vous plaît ?

Merci.
 
Hi,
you either need to move the scsi0 disk to a storage that supports linked clones (most storages except LVM should) or create a full clone instead with qm clone 110 100 --full 1.
 
Salut,
vous devez soit déplacer le disque scsi0 vers un stockage qui prend en charge les clones liés (la plupart des stockages sauf LVM le devraient) ou créer un clone complet à la place avec qm clone 110 100 --full 1[/ICODE ]. [/QUOTE] L'erreur suivante s'affiche : créer un clone complet du lecteur scsi0 (local-lvm:vm-110-disk-1) En utilisant la taille de bande par défaut de 64,00 Kio. ATTENTION : L'espace libre restant dans les données du thin pool pve/est trop faible (99,89 % >= 88, 89 %). Le redimensionnement est recommandé. Pourtant, j'ai encore énormément de place.
 
If it's an LVM-thin storage, a linked clone should also work. What version are you using pveversion -v? And please share the output of qm config 110.

The error message with the full clone indicates that storage is nearly full! Check the ouput of the lvs command. The pool itself is called data, but all volumes with Pool data occupy space there. The LSize column shows the provisioned space, while the Data% column shows the actual usage of that.
 
If it's an LVM-thin storage, a linked clone should also work. What version are you using pveversion -v? And please share the output of qm config 110.

The error message with the full clone indicates that storage is nearly full! Check the ouput of the lvs command. The pool itself is called data, but all volumes with Pool data occupy space there. The LSize column shows the provisioned space, while the Data% column shows the actual usage of that.
pveversion -v
1641560592221.png

qm config 110
1641560632982.png

lvs
1641560669314.png
 

Attachments

  • 1641560267153.png
    1641560267153.png
    33.6 KB · Views: 1
Proxmox VE 5.x is end-of-life since more than a year, so you should consider upgrading to 6.x.

The metadata of the thin pool is nearly full (Meta% column)!
If you still have some space in the pve VG, you can use
Code:
lvextend --poolmetadatasize +<size><unit> pve/data

If you don't, your best option might be to reduce swap first to create some space
  1. swapoff /dev/pve/swap
  2. lvreduce -L -1G pve/swap
  3. mkswap /dev/pve/swap
  4. swapon /dev/pve/swap
Then run the above lvextend command.
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!