Recent content by gcakici

  1. G

    Configuration for ZFS pool

    Although it's enough capacity, redundancy is lower with this configuration and that's a priority. Thank you tough.
  2. G

    Configuration for ZFS pool

    Yes striped, my mistake. Thanks
  3. G

    Configuration for ZFS pool

    I've a 12 slot Supermicro chassis and have 12 x 1TB Samsung PRO SSD drives. Configuring them for ZFS pool, which one is better to go? 2 VDEVs striped, each has 6 drives with raidz2, usable space 8 drives 1 VDEV with 11 drives with raidz3, usable space 8 drives Also I have an Intel P3700 PCI...
  4. G

    how pve-zsync acts

    Could any body please write down how to do that with pve-zsync command? I couldn't figure out with the man pages or wiki info about zsync. My vm is numbered 766 and below are the pool names with disks ; pool-0-1-35 1.17T 9.37T 96K /pool-0-1-35 pool-0-1-35/vmvols...
  5. G

    how pve-zsync acts

    I have two zpools and one of my vm's resides on both. It does have the first disk in local zfs pool and other disk on the zfs pool2. I wonder how pve-zsync acts since I can not express two destination pools on the command line. Is there a way to do that which is not documented or it is simply...
  6. G

    New exclamation mark storage

    May be there's also problem about snapshoted ZFS volumes. I had a pool with the size of the 14TB and also the zpool list shows as below. I had a snapshot created by pve-zsync and that shows it as plus to my usage and it increases my usage in graph view.
  7. G

    [SOLVED] Configure ZFS Replication

    You should really mention that prerequisite on the wiki page https://pve.proxmox.com/wiki/Storage_Replication otherwise it takes time to understand and run the replication.
  8. G

    Proxmox 5 & Ceph Luminous/Bluestore super slow!?

    Hi, what is you WAL and DB config? Type of hardware, sizing and other stuff?
  9. G

    Poor performance on ZFS compared to LVM (same hardware)

    Now it's 0.7.3, does that change your performance? Have you tried it?
  10. G

    Does anybody uses Synology for external storage ?

    I use it for backups via NFS. No problem running for that purpose for more that 3 years.
  11. G

    Ceph OSD with file journal

    Didn't help. I've tried the next recommendation from Udo and it goes as I replied below.
  12. G

    Ceph OSD with file journal

    Yes, It worked that way. After the reboot, permission becomes restored and OSD is not booting and Ceph is not starting. I think that's a UDEV issue that I've seen on your older posts. But I can't fix that either.
  13. G

    Ceph OSD with file journal

    Thank you for the reply. This is exactly what I did for my installation. Before the execution of the command ; #ceph osd tree ID WEIGHT TYPE NAME UP/DOWN REWEIGHT PRIMARY-AFFINITY -1 0 root default -2 0 host prox-ceph-5-1-51 #ceph-disk zap /dev/sda The operation...