Search results

  1. 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...
  2. K

    [SOLVED] Proxmox ZFS shows incorrect value on windows

    solved it had to run sdelete.exe sdelete.exe -c d:
  3. 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%...
  4. 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...
  5. 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?
  6. 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]...
  7. 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 --...
  8. 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...
  9. 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?
  10. 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...
  11. 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
  12. 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?
  13. 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)
  14. 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...
  15. 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?
  16. K

    [SOLVED] ZFS questions working with VM storage issue?

    so i think i solved this issue, so i had to create volblocksize 64k and on the VM i have to add ashift 16 and now it seems to be showing the data correctly
  17. K

    [SOLVED] ZFS questions working with VM storage issue?

    thanks for the reply, so i would need to use block size 32k for that rpool/data/vm-145-disk-2 so within the VM it would show the correct storage? as for the zfs pool inside of the VM would it need to be ashift 12? and the same block size?
  18. K

    [SOLVED] ZFS questions working with VM storage issue?

    Thank you so much for the reply, currently my host has 8 disks root@prometheus2:~# lsblk -o NAME,PHY-SeC NAME PHY-SEC sda 512 ├─sda1 512 ├─sda2 512 └─sda3 512 sdb 512 ├─sdb1 512 ├─sdb2 512 └─sdb3 512 sdc 512 ├─sdc1...
  19. K

    [SOLVED] ZFS questions working with VM storage issue?

    Thanks for the reply, i did read alot but the snapshots is what really helps alots inside of the vm my rpool is a raid z-1 root@prometheus2:~# zfs get all rpool NAME PROPERTY VALUE SOURCE rpool type filesystem - rpool creation...
  20. K

    [SOLVED] ZFS questions working with VM storage issue?

    Hi I was wondering if someone could shed some light on the issue im having. Currently i have proxmox working with ZFS and a few vms, I have a VM running ubuntu with OS ext4 but created another virtual disk and within that VM also has a ZFS for snapshots (zentyal) now here is the issue as the...