Search results

  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...
  10. F

    Which is better a RAID 5 (raidz-1) or Raid1 and one of the disks use as cache?

    Hi, I have 3 SSDs 512 gigas, Samsung PM871a. Which is better a RAID 5 (raidz-1) or Raid1 and one of the disks use as cache (ZFS)? Thank you
  11. F

    fsyncs / SECOND ZFS

    Hello, On a server with 2 512GB SSDs, RAID 1 (ZFS), I get a fsyncs / SECOND. The discs are: Samsung PM871a These values are normal? We need to put another SSD for cache and log ,although the discs are ssd?? I can put the cache and the log on a single disc or dangerous and neceistaria...
  12. F

    Failed to create message: Input/output error (Vm no start)

    Hello, restart the server Proxmox and the vm works again
  13. F

    Failed to create message: Input/output error (Vm no start)

    hello, when I want to start this vm 102, I give me this error, as I can fix it? thanks Failed to create message: Input/output error TASK ERROR: start failed: command '/usr/bin/systemd-run --scope --slice qemu --unit 102 -p 'KillMode=none' -p 'CPUShares=1000' /usr/bin/kvm -id 102 -chardev...
  14. F

    proxmox-ve-differential-backups

    Hello someone uses this script? https://ayufan.eu/projects/proxmox-ve-differential-backups/ I do not understand how Proxmox not have the option of incremental backup natively. with images of over 150 gb I find it very necessary. PVE-zsync, can be a replacement for this?