Recent content by ixproxmox

  1. I

    NFS4 only servers for storage cannot be configured from interface

    Just a note that the problem still seems to be here. Had to downgrade to nfsv3 to get NFS working.
  2. I

    Help: Pools is full

    Solved now, coming back with cause later.
  3. I

    Help: Pools is full

    Looks like I managed to free up a bit. But still wonder why this happened.. but that I need to analyze later. It stills shows yellow on my vms on zfs in the GUI for some reason... root@p1:/etc/pve# kill -9397049 -bash: kill: 9397049: invalid signal specification root@p1:/etc/pve# kill -9...
  4. I

    Help: Pools is full

    root@p1:/etc/pve# zfs destroy -f rpool/data/vm-125-disk-0 cannot destroy 'rpool/data/vm-125-disk-0': dataset is busy root@p1:/etc/pve# qm destroy 125 can't remove VM 125 - protection mode enabled
  5. I

    Help: Pools is full

    But how :) The GUI doesn't let me and rm -Rf rpool/data/vm-304-state-BeforeCpanel doesn't delete them either. root@p1:/etc/pve# qm delsnapshot 304 BeforeCpanel unable to create output file '/var/log/pve/tasks/0/UPID:p1:001ACB8D:0E364084:65687DE0:qmdelsnapshot:304:root@pam:' - No space left...
  6. I

    Help: Pools is full

    I have VMs in both pools, it is my zfs-vm's that are in trouble... I could even delete "Virtual Machine 125" that are in that pool with 300 GB disks, but I can't even remove it's protection due to no storage space. So can't delete anything either. I couldn't find any big files in the "/" root...
  7. I

    Help: Pools is full

    oot@p1:/etc/pve# zpool list -v NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT rpool 888G 861G 27.4G - - 57% 96% 1.00x ONLINE -...
  8. I

    Help: Pools is full

    Under different places, it says my two pools have lot of space. But see here, system is full! I have a zfs pool and a raid pool. It shows status OK on both and free space in giu with several TB free space. But all my vms on zfs volume has yellow mark and I can't do anything with them. I have...
  9. I

    backup-server: error fetching datastores - 500 Can't connect to xxxxxxxx:8007 (hostname verification failed)

    Haven't found a way around it yet unfortunately, since there isn't any devices in between.
  10. I

    backup-server: error fetching datastores - 500 Can't connect to xxxxxxxx:8007 (hostname verification failed)

    Thanks for the reply. I'm using FQDN for the public IP using one ISP, while I use an local/internal backup-server at a seperate fiber line between two data centers (for backups only). Maybe I can solve this by some routing, but that's my initial issue. Have local private IP at proxmox and...
  11. I

    backup-server: error fetching datastores - 500 Can't connect to xxxxxxxx:8007 (hostname verification failed)

    I just found out that the reason why my proxmox-backups fails over time is because I use Let's encrypt certificate is renewed from time to time (I used the fingerprint): https://forum.proxmox.com/threads/pbs-error-fetching-datastores-fingerprint-xx-not-verified-abort-500.90342/ The work-around...
  12. I

    Additional IP on the Proxmox host - again

    Yes, of course there are different needs, but in most threads I found it seemed to match what I was looking for (except the one I quoted of course):confused: But it might just be me misunderstanding the questions in those cases. How do I add that command, is it as simple as create a new file in...
  13. I

    Additional IP on the Proxmox host - again

    It has been asked many times and I have tried so many different solutions. The most common answer from Proxmox-members or staff seems to be like this (in this quote, a fw thing- but still): "You would configure the IP for proxmox in the bridge instead of the NIC, then pass the bridge through to...
  14. I

    pve-firewall status update error: iptables_restore_cmdlist

    This is from the syslog - repeated message tons of time (7.4-3). Is this something I should ignore? I have disabled ipv6 (on os-level) both on the host and on all vms and the suggested fix in the error message seems to indicate the error is related to ipv6 - maybe just a dependency that is...