Search results

  1. K

    [SOLVED] pve-zync another port?

    Hi I was wondering if it possible to to pve-zync to another port Example: I have two server in site A server a1 server a2 And on site B i have another 2 servers server b1 server b2 i would need to pve-zync from server b1 to a1 and b2 to a2 but without the use of site to site, Currently i would...
  2. K

    Nested Virtual Box

    Sorry for the late reply, this week im going to try another approach and post back
  3. K

    Nested Virtual Box

    whats odd is that kvm within the ubuntu works but virtual does not really odd
  4. K

    Nested Virtual Box

    Thanks for the reply so im using this guide https://notes.netbytesec.com/2020/12/cape-sandbox-installation-from-0-to-hero.html $ sudo apt update $ sudo apt install virtualbox virtualbox-ext-pack -y $ sudo virtualbox
  5. K

    Nested Virtual Box

    Thanks for the reply,whats odd is that i can run KVM within the ubuntu machine i think it might be a virtualbox 6.1 issue as 5.1 seems to work root@prometheus2:~# pveversion -v proxmox-ve: 6.3-1 (running kernel: 5.4.73-1-pve) pve-manager: 6.3-2 (running version: 6.3-2/22f57405) pve-kernel-5.4...
  6. K

    Nested Virtual Box

    Hi, I was wondering if someone else could shed some light, currently i have proxmox with ubuntu 20 virtualized, inside of that ubuntu im going to run cuckoo but i need virtual box in the ubuntu, but when i check the virtual box i see the VT-x greyed out i have on options KVM hardware...
  7. K

    [SOLVED] Proxmox ZFS shows incorrect value on windows

    solved it had to run sdelete.exe sdelete.exe -c d:
  8. K

    [SOLVED] Proxmox ZFS shows incorrect value on windows

    Thanks for the reply so i added 3 gigs to the VM disk then retrim DETALLADO: Invocando a volver a optimizar en Datos (D:)... DETALLADO: Realizando el paso 1: DETALLADO: Volver a optimizar: 0% completado... DETALLADO: Volver a optimizar: 1% completado... DETALLADO: Volver a optimizar: 2%...
  9. K

    [SOLVED] Proxmox ZFS shows incorrect value on windows

    thanks for the reply, sorry i mean trim not defrag DETAILED: Volume information: DETAILED: Volume size = 127.99 GB DETAILED: Cluster size = 4KB DETAILED: Used space = 4.03 GB DETAILED: Available space = 123.95 GB DETAILED: Assignment units: DETAILED: Block Count = 33553663 DETAILED...
  10. K

    [SOLVED] ZFS questions working with VM storage issue?

    quick question when running SSD is there a rule of thumb? when configuring proxmox? as i see when configuring VM there is an option for SSD?
  11. K

    very odd issue with pve-zync?

    i checked on the ssh logs of the remote site that is sending the zfs data i see this Aug 10 22:49:57 prometheus2 sshd[4832]: Accepted publickey for root from 201.xx.xx..xx port 2288 ssh2: RSA SHA256:lKNW3g4Mo0HUKolRlv9EmSACaMfb/6xzRCjWDRLudGs Aug 10 22:49:57 prometheus2 sshd[4832]...
  12. K

    very odd issue with pve-zync?

    @Fabian_E so today again getting this odd issue alert as its fails COMMAND:zfs send -i rpool/data/vm-106-disk-0@rep_drpolympus_2021-08-10_16:05:17 -- rpool/data/vm-106-disk-0@rep_drpolympus_2021-08-10_17:49:03 | ssh -o 'BatchMode=yes' root@190.xxx.xxx -- zfs recv -F --...
  13. K

    [SOLVED] Proxmox ZFS shows incorrect value on windows

    Thanks for the reply, sorry ill put it in code root@prometheus3:~# zfs get all rpool/data/vm-131-disk-1 NAME PROPERTY VALUE SOURCE rpool/data/vm-131-disk-1 type volume - rpool/data/vm-131-disk-1 creation...
  14. K

    [SOLVED] ZFS questions working with VM storage issue?

    interesting, did not know about the 8 diskz1 everything below 32k is a waste, so it also depends on how many disks of the server having and if its a raid10 or raid z1 Lets say i raid 10 striped mirror ( 4disks) and running a MSSQL VM the recomended virtual disk would be 4k?
  15. K

    [SOLVED] Proxmox ZFS shows incorrect value on windows

    Thanks for the reply, currently i have it by default 8k volblocksize with thin root@prometheus3:~# zfs get reservation,refreservation rpool/data/vm-131-disk-1 NAME PROPERTY VALUE SOURCE rpool/data/vm-131-disk-1 reservation none default...
  16. K

    [SOLVED] ZFS questions working with VM storage issue?

    Thanks for the reply, so if i understood correctly its always best to leave 8k volblocksize on proxmox and leave by default the windows NTFS and linux ext4 as its 4k volblocksize, and if i change on windows NTFS storage 64k i would leave on proxmox the 8k volblocksize
  17. K

    [SOLVED] ZFS questions working with VM storage issue?

    thanks for the reply, but what is the VM data storage of a mssql is 64k NTFS wouldn't the volblocksize on proxmox should be the same? So the lower the volblocksize on zfs Proxmox the better?
  18. K

    [SOLVED] ZFS questions working with VM storage issue?

    do these blocksize matter in the I/OPS? so what i have been seeing is that normally there is going to be an alignment issue as normally windows and linux have 4k by default (except when install MSSQL which should be NTFS 64K)
  19. K

    [SOLVED] Proxmox ZFS shows incorrect value on windows

    Hi, Currently i have Proxmox with raid 10 with a windows VM. The size on the windows VM is 128 gigs and using 3gigs but on proxmox says 87 gigs, which is odd because i have discard enabled. rpool/data/vm-131-disk-1 87.9G 481G 87.9G - rpool/data/vm-131-disk-1...
  20. K

    [SOLVED] ZFS questions working with VM storage issue?

    i was curious how come by default volblock size on Proxmox is 8k when all the vms normally are 4k the NTFS windows or ext4 woulnt there always be an alightment issue for space? or its it better 8k?