Recent content by fusion

  1. F

    proxmox no boot (please help)

    still doesn't start the same error, I've tried everything: (
  2. F

    proxmox no boot (please help)

    yes proxmox 5.1 with zfs update-grub
  3. F

    proxmox no boot (please help)

    I followed these steps, all right, but the problem remains. zpool import -R /mnt rpool mount -t proc /proc /mnt/proc mount --rbind /dev /mnt/dev mount --rbind /sys /mnt/sys chroot /mnt bin/bash grub-install /dev/sda update-grub2 update-initramfs -u
  4. F

    proxmox no boot (please help)

    Raid 0 controller. (Ahci)
  5. F

    proxmox no boot (please help)

    Hello, today I restart the server and now does not boot puts me this on screen. Thank you for your help.
  6. F

    Zfs and Hardware Raid.

    Hi, I'm renting some servers with hardware raid. RAID controller (P222) RAID controller (P420) Configured as hardware RAID 0. I'm using ZFS (RAID1), what danger can I have ?, or will I only lose performance, a few days ago I use it like this and at the moment everything normal. Thanks for...
  7. F

    ssd disk wearout

    Hello, meaning "WearOut" exactly? On this server I pass from 45% to 49% in three weeks ... the discs have a problem?
  8. F

    cache=none or cache=Write Back.

    if I also noted that with cache: none has more performance. how do I a speed test zfs disk?
  9. F

    cache=none or cache=Write Back.

    Hello , I have installed Proxmox with ZFS RAID Z1. I have a doubt. In a KVM Virtio, always use VirtIO = Write Back. But doing tests, I see Default(no cache). It is much faster write speed. test: dd if=/dev/zero of=test bs=64k count=16k conv=fdatasync cache: none = 1073741824...