Search results

  1. C

    Proxmox looses SMB/CIFS connection

    I tried that, did not work. CPU load goes up to 50%, IO delay does not go past 3% - until the cifs share is lost then the IO delay is stuck at 12% I then tried umount -f -l /mnt/pve/nas from syslog: May 17 09:41:27 pve pvestatd[1047]: unable to activate storage 'nas' - directory...
  2. C

    Proxmox looses SMB/CIFS connection

    the machine is directly plugged into the network switch (it sits right next to it - so does the NAS), so yes, network connection is stable. :) the PVE machine uses a 1GbE link, my NAS a 10GbE link. when I did the backup, I had all (both) VMs stopped. so it is literally just proxmox VE that is...
  3. C

    Proxmox looses SMB/CIFS connection

    I use a smb share for backups, almost everytime I do a backup proxmox loses connection for some reason. I have already tried to upgrade the kernel, but still the same issue after ~15% of the backup is done. When this happens the NAS appears with status "unknown" inside of proxmox, I must reboot...
  4. C

    Best pratice to backup the host?

    Oops, yes my mistake. The proxmox is installed on a raid1 with 2x 120GB SSDs. The VM's etc. are on a raidz1 with 4x 1000GB drives. My question is only about the host which runs on the raid1 Hmm.... I need to look into that. Currently there is a seperate NAS to which I do VM backups. I need to...
  5. C

    Best pratice to backup the host?

    Hello! I have proxmox running in RAIDZ1 (*edit* I meant RAID1) on 2x 120GB SSDs - just proxmox is on there, nothing else (not even iso's). So lets consider the worst case, both SSDs die - how do I prepare for that? create an image of one or both(?) of the mirrored SSD's (with i.e. TrueImage)...
  6. C

    [SOLVED] include site name in e-mail notification

    Thank you for the fast and helpful reply! /etc/zfs/zed.d/zed.rc ZED_EMAIL_OPTS="-s '@SUBJECT@' @ADDRESS@ -r pve@FQDM.com" Gave me the desired result. :)
  7. C

    [SOLVED] include site name in e-mail notification

    Hi! I tried to find any info on how I can customize the alert e-mail notification I get but I could not find any info on that. When I get a notification then it is from "root", I have no idea which site/instance it came from - not even the body of the e-mail tells me the site name. Is...
  8. C

    [SOLVED] HOW TO BACKUP PROXMOX CONFIGURATION FILES.

    I am considering to switch to proxmox, but not until I can figure out how to do a scheduled backup of the host so that I can easily and quickly do a bare-metal restore. It blows my mind that this does not exists in proxmox......
  9. C

    [SOLVED] incorrect ZFS pool & disk state ?

    You are right! If the disk drops out *while data is read/written* to the pool it does go to 'degraded' and I get a notification from zfs zed. Thank you! :)
  10. C

    ZFS pool import fails on boot, but appears to be imported after

    I can confirm the issue. During boot - before the login screen shows up - I also get an error that my ssds zpool could not get imported. Nov 05 19:23:21 proxmox systemd[1]: Starting Import ZFS pools by cache file... Nov 05 19:23:21 proxmox systemd[1]: Condition check resulted in Import ZFS pools...
  11. C

    [SOLVED] incorrect ZFS pool & disk state ?

    Hello! I am currently test driving proxmox 7 on a test machine and ran into this confusing behaviour. I created a new RAID10 ZFS out of 4x 120GB drives. Then I UNPLUGGED the 120GB Samsung SSD yet it still shows up as "ONLINE" in the ZFS stats (both in the webGUI and console)!? Also the ZFS...
  12. C

    No email notification for zfs status degraded

    wow, I just ran into this while testing proxmox as I consider to switch to it. 1. I am shocked that this has not been resolved in zed in over a year 2. I am also dissapointed that proxmox does not come with a drive health alert/report system out of the box, you'd think that this is kinda...