Search results

  1. J

    Job for zfs-mount.service failed because the control process exited with error code

    I am also having this issue after updating to the latest Proxmox version: root@TracheServ:/# systemctl start zfs-mount.service Job for zfs-mount.service failed because the control process exited with error code. See "systemctl status zfs-mount.service" and "journalctl -xe" for details...
  2. J

    [SOLVED] What is suddenly taking up so much space on local?

    Hey Aaron, I had abondoned this for the time being, but this issue has come up again after the latest update: Setting up zfsutils-linux (0.8.5-pve1) ... zfs-import-scan.service is a disabled or a static unit not running, not starting it. Job for zfs-mount.service failed because the control...
  3. J

    [SOLVED] What is suddenly taking up so much space on local?

    root@TracheServ:~# cat /etc/pve/storage.cfg zfspool: local-zfs pool rpool/data content rootdir,images sparse 1 dir: local path /var/lib/vz content rootdir,images,vztmpl,backup,snippets,iso maxfiles 1 shared 0 zfspool: Storage.1...
  4. J

    [SOLVED] What is suddenly taking up so much space on local?

    Okay here's something, my User.data drive and local are showing the same size available despite User.data being mounted on the ZFS drive. Is this because User.data is for some reason saving to local?
  5. J

    [SOLVED] What is suddenly taking up so much space on local?

    Graph: Local-ZFS is thin provisioned indeed. Yes as Local-ZFS storage changes, so does Local storage as expected. I thought qcow2 disks couldn't be thin provisioned? Does it have to do with this article from ya'll where my Qcow2 disks were growing too large...
  6. J

    [SOLVED] What is suddenly taking up so much space on local?

    Oh and I haven't taken the time to thank you yet Aaron! I really appreciate the support. I'm leaving on vacation today so this was a terrible way to start the day - but moving everything off of local and off of the User.data mount point seems to have me back and running again - albeit without...
  7. J

    [SOLVED] What is suddenly taking up so much space on local?

    root@TracheServ:~# zfs list NAME USED AVAIL REFER MOUNTPOINT Nextcloud.Storage 1.82T 834G 105G /Nextcloud.Storage Nextcloud.Storage/vm-201-disk-0 7.59G 834G 7.59G - Nextcloud.Storage/vm-400-disk-0 14.2G 834G 14.2G...
  8. J

    [SOLVED] What is suddenly taking up so much space on local?

    Nextcloud.Storage is a ZFS mirrored pool. I definitely have access to the storage as I'm storing plenty of stuff on it. Pics attached. So where do I go from here?
  9. J

    [SOLVED] What is suddenly taking up so much space on local?

    Although I have recently implemented the user data backups to the spare drive so there's definitely a correlation there as well. This disk fill up happened overnight when a backup drive would have bene running.
  10. J

    [SOLVED] What is suddenly taking up so much space on local?

    I'm more and more confident that it has to do with this error: https://forum.proxmox.com/threads/directory-mounted-on-2-5tb-zfs-disk-only-uses-200gb.78969/#post-349639 After waking up to a 100% full root directory, I panicked. The only thing I have done new recently was migrate disks to qcow2...
  11. J

    [SOLVED] What is suddenly taking up so much space on local?

    Spare is a single mounted drive separate from the local drive that just has backups of user data.
  12. J

    [SOLVED] What is suddenly taking up so much space on local?

    ncdu 1.13 ~ Use the arrow keys to navigate, press ? for help --- /mnt ------------------------------------------------------------------------------------------------------------ 437.9 GiB [##########] /pve...
  13. J

    [SOLVED] What is suddenly taking up so much space on local?

    root@TracheServ:~# cat /etc/pve/storage.cfg zfspool: local-zfs pool rpool/data content rootdir,images sparse 1 dir: local path /var/lib/vz content rootdir,images,vztmpl,backup,snippets,iso maxfiles 1 shared 0 zfspool: Storage.1...
  14. J

    [SOLVED] What is suddenly taking up so much space on local?

    root@TracheServ:~# cat /etc/pve/storage.conf cat: /etc/pve/storage.conf: No such file or directory root@TracheServ:~# systemctl status pve-cluster ● pve-cluster.service - The Proxmox VE cluster filesystem Loaded: loaded (/lib/systemd/system/pve-cluster.service; enabled; vendor preset...
  15. J

    [SOLVED] What is suddenly taking up so much space on local?

    root@TracheServ:~# cat /etc/pve/storage.conf cat: /etc/pve/storage.conf: No such file or directory root@TracheServ:~# I have only defined storage via the GUI thus far.
  16. J

    [SOLVED] What is suddenly taking up so much space on local?

    I woke up this morning to a locked out server. My local storage had gone up to 100% usage and resulted in I/O errors. I was able to recover by rebooting the server which freed up a couple MB which then allowed me to move disks off of there. Here is the output of ncdu / 446.8 GiB [##########]...
  17. J

    Directory mounted on 2.5TB ZFS disk only uses 200GB

    I think this may be a related problem to another post I made: https://forum.proxmox.com/threads/what-is-suddenly-taking-up-so-much-space-on-local.78967/ This morning I woke up and found that my local storage had reached 100% and I was getting I/O errors. Interestingly, the size of the directory...
  18. J

    Directory mounted on 2.5TB ZFS disk only uses 200GB

    I created a directory User.data at /Nextcloud.Storage which is my 2.5TB user data drive. The drive has at least 1TB free space, so what gives?
  19. J

    [SOLVED] What is suddenly taking up so much space on local?

    5 days ago, my local directory starting becoming more full despite me not adding any new disks in there. What gives?
  20. J

    How to schedule "Live Snapshots" similarly to backups

    I do have ZFS storage! Thanks for explaining snapshots mode, that's what I suspected from my experiments but wanted to confirm. Its a shame that there isn't a scheduled snapshot mechanism in the GUI, any idea if there's one in the pipeline?