Search results

  1. M

    How to remove NFS share while unavailable

    Unfortunately no luck, I've configured some machine with that NFS but the nodes still can't see each other and can't turn any VMs on. Here are the last logs from my services: Any further advice is highly appreciated. Thanks, B.
  2. M

    How to remove NFS share while unavailable

    @fireon @alexskysilk: That's the thing. I cannot migrate anything / alter anything. Cluster seems unresponsive.
  3. M

    How to remove NFS share while unavailable

    I've figured out that my first Proxmox node has a template with 2 disks on that NAS. Unfortunately I can't move the vm config or alter it in any way: - by stopping the corosync service it will tell me that I will not be able to alter a read-only file (as root) - by trying to alter / delete the...
  4. M

    How to remove NFS share while unavailable

    These are the lines from /etc/pve/storage.cfg which are referring to the NFS share that I want to remove: Also don't get me wrong but this not necessarily my main task ... I would like to make my Proxmox cluster operational. My guess is that currently it has something to do with this...
  5. M

    How to remove NFS share while unavailable

    @alexskysilk: - I can read the contents of the storage.conf file but if I try to edit it with nano / vim it freezes the screen after entering the command. - the NAS_SHARE is showing as folder in /mnt/pve/ but it is not mounted so the output of your suggested command is: NAS_SHARE not mounted.
  6. M

    How to remove NFS share while unavailable

    Hi all, I had a FreeNAS share mounted in my Proxmox environment as NFS storage. Due to some hardware issues we had to take the FreeNas appliance offline. Since we've restarted the first Proxmox VE node the entire cluster started acting weird: - when trying to start a VM (on any node) if fails...