Search results

  1. B

    PBS completely full disk

    Yeeeees, it does work! Thank you!! Or at least that's what it seems now. I did journalctl --vacuum-time=1h I moved more than 2GB to an external drive. I renamed /etc/proxmox-backup/sync.cfg (which had a line saying schedule *:0/30, which I think it means every 30min!) I did not know what service...
  2. B

    PBS completely full disk

    No difference. I guess I'll have to go there physically and reinstall everything from scratch. And then configure a quota. Is it in the roadmap having a default quota enabled or any other mechanism to avoid this? If not, where should I register an issue, suggestion or something similar? Thanks
  3. B

    PBS completely full disk

    By the way. I did step 2. I am waiting to pass those 24 hours (but I'm afraid that sync job will spoil the party).
  4. B

    PBS completely full disk

    The PBS has a sync job that worries me. I mean it will daily connect to another PBS to pull data. I cannot remove that sync job from the GUI (I get the no-space-left error). Is there any way to somehow disable it (or kill it) through commands? I guess that step 1 would make it.
  5. B

    PBS completely full disk

    Thank you. On step 1, when trying to set the read-only maintenance mode through the GUI on the datastore, I get the following error: mkstemp "/etc/proxmox-backup/datastore.tmp_XXXXXX" failed: ENOSPC: No space left on device (400) Is there any workaround to accomplish this first step or should...
  6. B

    PBS completely full disk

    Thank you. I don't understand. I think I know what a datastore is, but what is a dataset? I don't mind loosing every data or even configuration, as far as it becomes again the healthy PBS it was. If it were not remote, I would have reinstalled PBS from scratch (and then configure a quota). But...
  7. B

    PBS completely full disk

    Thank you. I understood that is run automatically 24h and 5 min after deletion. But anyway when trying to run it manually it gives me an unable to start garbage collection job on datastore mydatastore - ENOSPC: No space left on device (400) error
  8. B

    PBS completely full disk

    Hello. I have a remote PBS with 2 disks as a ZFS-mirror. It all worked great but the disks got completely full so it is not operable anymore. I can access it through GUI and SSH, but I can only run few commands. I have deleted almost every log and most of its backups and then waited for more...
  9. B

    File server recommendation

    I have just seen having an NFS server is a really easy thing and there is no need for a GUI. So I guess I'll go for a very basic luks-encrypted gnulinux vm and have my NFS server there.
  10. B

    Fresh FDE zfs-mirror installation

    Thank you very much for your help. It all looks too headache-inducer for me. I think for the time being I'll stick with my one-by-one LUKS-encrypted VMs on my non-encrypted PVE.
  11. B

    File server recommendation

    Thank you very much for the info. Unfortunately that solution does not fit my needs. I have read replication and migration won't work with ZFS-encrypted datasets. I am looking for a solution compatible with a ZFS-replication-based cluster.
  12. B

    Fresh FDE zfs-mirror installation

    Thank you. According to what I have read in this forum, Proxmox replication does not work with ZFS encryption. I want to run a ZFS-based cluster. So it seems the solution @mr44er proposed is not valid for my case. Please correct me if I am wrong.
  13. B

    Fresh FDE zfs-mirror installation

    Sorry, I got lost, I'm not any expert, but I'd like to know the proposal! The only thing I clearly understood is the first sentence: install pve on 1 ssd : ) Would you please elaborate on the other steps? And, what is iO? Thank you.
  14. B

    Fresh FDE zfs-mirror installation

    Maybe I did not explain correctly, or I don't exactly understand what you mean. I currently have encrypted VMs because I configured LUKS through the installer of each guest OS (Debian). ZFS encryption would be nice, but I don't use it. I discarded it because I think it was problematic -if I...
  15. B

    File server recommendation

    Hello! I've never had a file server, but I now I think I need to have one as a PVE guest, a very basic one. I'd like something simple and easy, with a GUI. Its only purpose will be to store some simple data of a few vms and containers. I would go for the Turnkey file server LXC container but I...
  16. B

    Fresh FDE zfs-mirror installation

    Yes, that's what I have now, LUKS-encrypted VMs. The main problem I find is I can't (or don't know how to) encrypt LXC containers, so I end up having heavy VMs and the host quickly runs out of resources. If I had an encrypted host, I could use containers and have many diferent services I cannot...
  17. B

    Fresh FDE zfs-mirror installation

    I saw that post before but I did not go through the whole thread where it comes the interesting part... Thank you! There I see a step-by-step guide made by @Dunuin and then @Anotheruser announcing they managed to do it. Unfortunately that guide is a bit too advanced for me, I would have...
  18. B

    Fresh FDE zfs-mirror installation

    Hey @news , you seem to be a very funny person, as much as smart, but the game we play here is about helping each other, that's why I asked for help. Anyone knows if what I ask is possible? I have been reading many different things on Proxmox encryption but I have not understood how I could...
  19. B

    Fresh FDE zfs-mirror installation

    Hello! I have a computer with 2 disks of similar size. I would like to have them LUKS-encrypted and then install PVE on them with ZFS mirror. What steps should I follow? Thank you!
  20. B

    local-shared storage

    I did not know that was possible. In the end I realized that what I need is just a common file server, so I'll go for a Turnkey file server. Thank you very much!