Backup Stops working

Yes, I noticed that as well.
Is there any commands or anything I can do to release or halt whatever is frozen in the backup? or reset the backup process somehow?

I can try to do a backup locally, just to test it, but I am beginning to think it is more than just the storage device.

Thanks for your help with this.
 
Yes, I noticed that as well.
Is there any commands or anything I can do to release or halt whatever is frozen in the backup? or reset the backup process somehow?

You need to remove the snapshot:

# lvremove /dev/pve/vzsnap-zicominc2-0

if that does not work, try

# dmsetup remove -f /dev/pve/vzsnap-zicominc2
 
Neither command worked and got these errors.

Code:
zicominc2:~# lvremove /dev/pve/vzsnap-zicominc2-0
  /dev/dm-2: read failed after 0 of 4096 at 0: Input/output error
  Can't remove open logical volume "vzsnap-zicominc2-0"

Code:
zicominc2:~# dmsetup remove -f /dev/pve/vzsnap-zicominc2
dm_task_set_name: Device /dev/pve/vzsnap-zicominc2 not found
dm_task_set_name: Device /dev/pve/vzsnap-zicominc2 not found
dm_task_set_name: Device /dev/pve/vzsnap-zicominc2 not found
Command failed