Search results

  1. P

    As zpool list always given the wrong free space ?

    So it is not a bug or fault it is what Microsoft would call a feature.
  2. P

    As zpool list always given the wrong free space ?

    Just notice that my 4TB , 3 + 1 , which should be about 15TB total, but 11.5TB usable . So with 4.91TB used I have 9.4TB free . Mirrors look to be correct but not my raidz1-0 root@pve1:~# zpool list NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT...
  3. P

    why is rsync so slow ?

    trying to copy a parts zpool from one computer to another both running zfs , but not a cluster . Tried a SMB share and using rsync -arpvh /sorce /des , which works o.k , but slow . Not bandwidth , cpu , or io limited but get 70 M/S on a easy 300M/S connection . Can easy get the 300M/S which is a...
  4. P

    SATA interface or SSD defect?

    Had the same problem with a 870_qvo_4tb , but I think it is controller related too , because I don't have the same problem on the Ryzen , it looks to be intel cpus . So added this GRUB_CMDLINE_LINUX_DEFAULT="quiet libata.force=noncq" to grub.
  5. P

    [SOLVED] stupid people win stupid prizes .

    Hi , not heard of Veeam before , does it backup the main proxmox disk or does it backup the lot , zpools and all ? That is the first and last I'll do that ( hopefully ) , so MC looks like the way to go , I was lucky that I think it crashed the system before it got to my zpools. Now it's time to...
  6. P

    [SOLVED] stupid people win stupid prizes .

    Hi , Today I was going to backup my ZFS array almost 8TB of data , easy mount my backup drive and mount it , what was on it was full of junk data , so I did a rm -r , but messed up by doing a rm -r /* Very lucky don't think I've deleted any data off the ZFS array or I would be really crying ...
  7. P

    Create Pool

    oops I didn't fully read your first post , my post as been edited a little , sound like you have a mirror and want to add a extra disk , which is a , NO NO , because adding a extra disk will make it a mirror and a single disk strip , so a single disk and you will loose all your data . you need...
  8. P

    Create Pool

    Yes , 3 disks equals 2 disks of data and 1 disk for parity ( but more like 7.7tb ), so if anyone disk fails you can regenerate the failed disk , BUT if a second disk dies while you are regenerating your data, all is lost . SO YES IF ONLY 1 DISK ( raidx1). If a disk dies , you need to replace the...
  9. P

    Innodisk Egpl-101 10Gb nic module

    it does that if you put in a any nvme drive , after add a nvme ssd I could work out why I could not log in , then logging in locally found it had changed the network letters.
  10. P

    Innodisk Egpl-101 10Gb nic module

    it show what the can find on the internet , I have a Asrock Deskmini X300 filled to the max running proxmox , but was looking for a way to add 10gbt , but today had a video come up on youtube about the innodick egpl-101 which peaked my interest. So how did it go ? does it now work with the...
  11. P

    GPU Passthrough with USB problems

    it was a long time ago , but I do know that the USB passthrough of a Corsair Commander XT doesn't work if you are using RDC you need to use noVNC or direct GPU.
  12. P

    WINXP best practise for GPU setting and RDP use

    You want to install the virtio_win drivers then use virtio_gpu for display .
  13. P

    GPU Passthrough with USB problems

    Hi , getting some use out of my Ryzen 9 3900x which I've not switch on for a couple of years now, but want to use it for GPU Passthrough. After a lot of playing and missed steps I've got the GPU working , BUT have a Corsair Commander PRO fan controller + a H150i Platinum water cooler . Which I...
  14. P

    Tried adding a usb hard drive ( ZFS ) , and get a constant stream of error message

    there is 2 bios updates for my deskmini x300 both say beta , I think I may just reformat and start again OR try that on a spare disk and see if that fixes it , and if it still get errors I know there is no point in nuking my system .
  15. P

    Tried adding a usb hard drive ( ZFS ) , and get a constant stream of error message

    Tried adding a usb 3.1 gen 1 hard drive ( ZFS ) in single drive mode , and get a constant stream of error message when reading or writing to the drive, not sure if it AMD Ryzen 7 5700G related a bad driver / set up etc. I'm on the latest version 8.0.3 upgraded from version 7.4 ? , tried adding...
  16. P

    /usr/sbin/grub-probe: error: disk `lvmid/********' not found.

    I did that to one of my VMs I didn't backup . I just did the create a new VM with the same number and just replaced the data disk for that VM. That looked easier than working out to write all the config files .
  17. P

    /usr/sbin/grub-probe: error: disk `lvmid/********' not found.

    I tried a week to fix my problem and in the end I just give up and started again with the backups . But what a learned is don't keep the backups on the same disk it boots from . do daily backup of VM which change . If you have all your backup which you can get to easy it is just a install...
  18. P

    /usr/sbin/grub-probe: error: disk `lvmid/********' not found.

    I tried everything for a week , but in the end I just pulled all the VM backups from the disk , which was only a day old at the time, formatted and started again , one of my VMs was a Emby server which had a sperate zfs drive passed to it directly and was glad I could see all that data . It was...
  19. P

    Is it possible to make the VMs / CTs start at a different number, not 100 ?

    Is it possible to set the starting range of VMs / CTs from 100 which is the default , so you can have one proxmox server start at 100 and the next 200 ? Yes , I know you can make a VM use any number , but that mean setting it to 200 each time and moving it until you get a useable number .