Currently running the bulk of my storage through a mergerfs/snapraid pool and have two other drives outside of that pool for various other things. The issue I am running into is that I want to create a virtio drive for a VM that I want located on the pool because it has more storage. I tried moving the existing drive onto the pool but I get an error:
When I tried to manually move the drive file from it's location outside of the pool to the storage location inside the pool, it would not register in the VM. Then when I created a smaller (32GB) virtual drive that was located inside the pool and wanted to format that drive inside the VM, I would only get I/O errors and the system wouldn't create or modify the drive file at all.
Would this indicate that one of my drives is dieing? I checked the individual drives and only one of them gives me some cause for concern but the directory I am trying to write too is not located on this particular drive. I've been able to complete backup operations and move large files in and out of the mergerfs pool without issue. Not sure why creating this virtual drive is giving me such issue.
Code:
update VM 100: -virtio0 CT_VM_Backups:600,format=qcow2,backup=0
TASK ERROR: error with cfs lock 'storage-CT_VM_Backups': unable to create image: got lock timeout - aborting command
When I tried to manually move the drive file from it's location outside of the pool to the storage location inside the pool, it would not register in the VM. Then when I created a smaller (32GB) virtual drive that was located inside the pool and wanted to format that drive inside the VM, I would only get I/O errors and the system wouldn't create or modify the drive file at all.
Would this indicate that one of my drives is dieing? I checked the individual drives and only one of them gives me some cause for concern but the directory I am trying to write too is not located on this particular drive. I've been able to complete backup operations and move large files in and out of the mergerfs pool without issue. Not sure why creating this virtual drive is giving me such issue.
Last edited: