Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Off Topic
    4. Proxmox
    5. Speicherplatz des Proxmox voll - aber womit?

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    Speicherplatz des Proxmox voll - aber womit?

    This topic has been deleted. Only users with topic management privileges can see it.
    • Thomas Braun
      Thomas Braun Most Active @guitardoc last edited by Thomas Braun

      @guitardoc

      Schau dir das besser per

      df -h | sort
      

      an. /proc ist ein virtuelles Dateisystem, das spielt keine Rolle bei der tatsächlichen Auslastung der physischen Datenträger.
      Edit: Siehe
      https://www.linux-praxis.de/das-proc-dateisystem

      Dich interessieren nur die unter /dev angelegten Geräte.
      Ich hangel mich gerne per

      ncdu /
      

      durch die Dateisysteme und schaue wo die dicken Hunde liegen.

      G 1 Reply Last reply Reply Quote 1
      • G
        guitardoc @Homoran last edited by

        @homoran Da dachte ich, dass es das gleiche Problem war, was ich schon mal hatte, wo die externe Platte plötzlich nicht richtig gemounted war und die Backups auf local gesichert wurden.

        Ich denke aber, dass es diesmal ein anderes Problem ist, denn ich habe die Platte wieder nach mnt/sda gemounted und auch ein Backup durchlaufen lassen, das hat funktioniert (das sind die 20G).

        1 Reply Last reply Reply Quote 0
        • G
          guitardoc @Thomas Braun last edited by

          @thomas-braun said in Speicherplatz des Proxmox voll - aber womit?:

          Dich interessieren nur die unter /dev angelegten Geräte.
          Ich hangel mich gerne per
          ncdu /

          durch die Dateisysteme und schaue wo die dicken Hunde liegen.

          Das ist ja das was ich nicht verstehe - da ist nix drauf und trotzdem ist die Platte anscheinend voll:

          301aa5d3-6c3a-49b7-b4b9-2bcf9090a52f-image.png

          Thomas Braun 1 Reply Last reply Reply Quote 0
          • Thomas Braun
            Thomas Braun Most Active @guitardoc last edited by

            @guitardoc

            /dev/mapper/pve-root  98497780 93414108     34124 100% /
            /dev/sda             245024372 20917948 211587088   9% /mnt/sda
            

            Das Gerät /dev/sda ist nur zu 9% voll.
            Dein Problem liegt also in /dev/mapper/pve-root , das ist der Host.

            G 1 Reply Last reply Reply Quote 1
            • G
              guitardoc @Thomas Braun last edited by

              @thomas-braun Hmm, aber wie komme ich da ran? ncdu / lässt mich da nicht zugreifen:

              1562fd7d-ccf8-49cf-847f-7b2f7fe1eb32-image.png

              Thomas Braun 1 Reply Last reply Reply Quote 0
              • Thomas Braun
                Thomas Braun Most Active @guitardoc last edited by

                @guitardoc

                Da wirst du 'von außen' dran müssen. Wie groß hast du denn im Proxmox den Container angelegt?
                Ich hab aber von Proxmox weiter keine Ahnung, muss dir jemand anders mit den Details helfen.

                G 1 Reply Last reply Reply Quote 1
                • G
                  guitardoc @Thomas Braun last edited by guitardoc

                  @thomas-braun Es sind 5 Container:
                  32G
                  12G
                  8G
                  4G
                  4G

                  EDIT: Möglicherweise hat es aber doch was mit den Backups zu tun. Ich hab gerade gesehen, dass irgendwelche Snapshots erstellt wurden und dann die Container (LXCs) gesperrt worden sind. Hab die Container entsperrt

                  pct unlock 101
                  

                  und die Snapshots gelöscht

                  pct delsnapshot 101 vzdump
                  

                  und das für alle fünf Container. Vielleicht ist da was übrig geblieben?

                  Thomas Braun 1 Reply Last reply Reply Quote 0
                  • Thomas Braun
                    Thomas Braun Most Active @guitardoc last edited by

                    @guitardoc

                    Und in welchem haust der iobroker?

                    G 1 Reply Last reply Reply Quote 1
                    • G
                      guitardoc @Thomas Braun last edited by

                      @thomas-braun 32G

                      G 1 Reply Last reply Reply Quote 0
                      • G
                        guitardoc @guitardoc last edited by

                        Hab hier noch was entdeckt - vielleicht hilft das weiter:

                        e6e4296f-8433-428d-aa45-15058fc8999a-image.png

                        P 1 Reply Last reply Reply Quote 0
                        • P
                          peterfido @guitardoc last edited by

                          @guitardoc Nein, das ist normal. Weiter oben habe ich geschrieben, wo ich gucken würde.

                          G 1 Reply Last reply Reply Quote 1
                          • G
                            guitardoc @peterfido last edited by

                            @peterfido Da ist alles recht leer:
                            535b7e04-ac3f-4e1c-b8ac-7636c0a6b37d-image.png
                            5f94490d-c313-492c-a994-00d1f909c4b5-image.png
                            3453968b-7eb4-49d2-8f25-ca2046d82c3e-image.png

                            G 1 Reply Last reply Reply Quote 0
                            • G
                              guitardoc @guitardoc last edited by

                              Aber ich habe eine Vermutung. Möglicherweise wurden Backups nicht auf die externe Platte gespeichert, sondern auf local (das hatte ich schon mal, warum auch immer hab ich nie herausgefunden). Ich hab doch die externe Platte entfernt und dann in Storage wieder hinzugefügt. Damit sind die Verweise auf Backups jetzt auf die externe Platte gerichtet und die, welche vielleicht auf local liegen, an die komme ich nicht mehr ran. Hmm. Wie könnte man das prüfen?

                              Thomas Braun 1 Reply Last reply Reply Quote 0
                              • Thomas Braun
                                Thomas Braun Most Active @guitardoc last edited by Thomas Braun

                                @guitardoc sagte in Speicherplatz des Proxmox voll - aber womit?:

                                Wie könnte man das prüfen?

                                ls -lh /opt/iobroker/backups
                                

                                anschauen. Jedenfalls wenn du Backups vom ioBroker meinst.

                                G 1 Reply Last reply Reply Quote 0
                                • G
                                  guitardoc @Thomas Braun last edited by guitardoc

                                  @thomas-braun Nein, ich meinte die Backups vom Proxmox. Die beinhalten ja alle vzdump im Dateinamen. Kann man den Proxmox auf Dateiebene nicht mal durchsuchen, ob da solche Dateien irgendwo liegen? Ich hab da aber keine Idee wie...

                                  Thomas Braun P 3 Replies Last reply Reply Quote 0
                                  • Thomas Braun
                                    Thomas Braun Most Active @guitardoc last edited by

                                    @guitardoc

                                    Da bin ich raus. Keine Ahnung von Proxmox.

                                    1 Reply Last reply Reply Quote 0
                                    • P
                                      peterfido @guitardoc last edited by

                                      @guitardoc externe Platte abziehen, und unter

                                      ls- l /mnt
                                      

                                      durchhangeln.

                                      1 Reply Last reply Reply Quote 1
                                      • P
                                        peterfido @guitardoc last edited by

                                        @guitardoc Backups lasse ich auf Netzlaufwerke ablegen.

                                        G 1 Reply Last reply Reply Quote 1
                                        • G
                                          guitardoc @peterfido last edited by

                                          @peterfido said in Speicherplatz des Proxmox voll - aber womit?:

                                          @guitardoc Backups lasse ich auf Netzlaufwerke ablegen.

                                          Ja, aber das nützt auch nichts, wenn der Proxmox entscheidet, dass es das Laufwerk gerade mal nicht gibt. Und das war hier wieder mal der Fall, denn ich habe die Übeltäter gefunden:

                                          mn@proxmox:~$ ls -l /mnt
                                          total 8
                                          drwxr-xr-x 7 root root 4096 Jun  4 17:41 sda
                                          drwxr-xr-x 2 root root 4096 Oct 23  2023 vzsnap0
                                          mn@proxmox:~$ ls -l /mnt/vzsnap0
                                          total 0
                                          mn@proxmox:~$ ls -l /mnt/sda
                                          total 20
                                          drwxr-xr-x 2 root root 4096 Jun 10 02:30 dump
                                          drwxr-xr-x 2 root root 4096 Jun  4 17:41 images
                                          drwxr-xr-x 2 root root 4096 Jun  4 17:41 private
                                          drwxr-xr-x 2 root root 4096 Jun  4 17:41 snippets
                                          drwxr-xr-x 4 root root 4096 Jun  4 17:41 template
                                          mn@proxmox:~$ ls -l /mnt/sda/dump
                                          total 84355876
                                          -rw-r--r-- 1 root root         900 Jun  5 02:31 vzdump-lxc-101-2025_06_05-02_30_03.log
                                          -rw-r--r-- 1 root root 11244814311 Jun  5 02:31 vzdump-lxc-101-2025_06_05-02_30_03.tar.zst
                                          -rw-r--r-- 1 root root           8 Jun  5 02:31 vzdump-lxc-101-2025_06_05-02_30_03.tar.zst.notes
                                          -rw-r--r-- 1 root root         900 Jun  6 02:32 vzdump-lxc-101-2025_06_06-02_30_00.log
                                          -rw-r--r-- 1 root root 11279122146 Jun  6 02:32 vzdump-lxc-101-2025_06_06-02_30_00.tar.zst
                                          -rw-r--r-- 1 root root           8 Jun  6 02:32 vzdump-lxc-101-2025_06_06-02_30_00.tar.zst.notes
                                          -rw-r--r-- 1 root root         900 Jun  7 02:31 vzdump-lxc-101-2025_06_07-02_30_03.log
                                          -rw-r--r-- 1 root root 11324898258 Jun  7 02:31 vzdump-lxc-101-2025_06_07-02_30_03.tar.zst
                                          -rw-r--r-- 1 root root           8 Jun  7 02:31 vzdump-lxc-101-2025_06_07-02_30_03.tar.zst.notes
                                          -rw-r--r-- 1 root root         900 Jun  8 02:31 vzdump-lxc-101-2025_06_08-02_30_00.log
                                          -rw-r--r-- 1 root root 11371813356 Jun  8 02:31 vzdump-lxc-101-2025_06_08-02_30_00.tar.zst
                                          -rw-r--r-- 1 root root           8 Jun  8 02:31 vzdump-lxc-101-2025_06_08-02_30_00.tar.zst.notes
                                          -rw-r--r-- 1 root root        1391 Jun  9 02:30 vzdump-lxc-101-2025_06_09-02_30_03.log
                                          -rw-r--r-- 1 root root         185 Jun 10 02:30 vzdump-lxc-101-2025_06_10-02_30_04.log
                                          -rw-r--r-- 1 root root         901 Jun  5 02:32 vzdump-lxc-102-2025_06_05-02_31_54.log
                                          -rw-r--r-- 1 root root  5420945476 Jun  5 02:32 vzdump-lxc-102-2025_06_05-02_31_54.tar.zst
                                          -rw-r--r-- 1 root root          10 Jun  5 02:32 vzdump-lxc-102-2025_06_05-02_31_54.tar.zst.notes
                                          -rw-r--r-- 1 root root         901 Jun  6 02:33 vzdump-lxc-102-2025_06_06-02_32_20.log
                                          -rw-r--r-- 1 root root  5421785412 Jun  6 02:33 vzdump-lxc-102-2025_06_06-02_32_20.tar.zst
                                          -rw-r--r-- 1 root root          10 Jun  6 02:33 vzdump-lxc-102-2025_06_06-02_32_20.tar.zst.notes
                                          -rw-r--r-- 1 root root         901 Jun  7 02:32 vzdump-lxc-102-2025_06_07-02_31_58.log
                                          -rw-r--r-- 1 root root  5421383275 Jun  7 02:32 vzdump-lxc-102-2025_06_07-02_31_58.tar.zst
                                          -rw-r--r-- 1 root root          10 Jun  7 02:32 vzdump-lxc-102-2025_06_07-02_31_58.tar.zst.notes
                                          -rw-r--r-- 1 root root         901 Jun  8 02:32 vzdump-lxc-102-2025_06_08-02_31_54.log
                                          -rw-r--r-- 1 root root  5421496245 Jun  8 02:32 vzdump-lxc-102-2025_06_08-02_31_54.tar.zst
                                          -rw-r--r-- 1 root root          10 Jun  8 02:32 vzdump-lxc-102-2025_06_08-02_31_54.tar.zst.notes
                                          -rw-r--r-- 1 root root        1393 Jun  9 02:31 vzdump-lxc-102-2025_06_09-02_30_37.log
                                          -rw-r--r-- 1 root root         185 Jun 10 02:30 vzdump-lxc-102-2025_06_10-02_30_04.log
                                          -rw-r--r-- 1 root root         903 Jun  5 02:33 vzdump-lxc-103-2025_06_05-02_32_43.log
                                          -rw-r--r-- 1 root root  2240440960 Jun  5 02:33 vzdump-lxc-103-2025_06_05-02_32_43.tar.zst
                                          -rw-r--r-- 1 root root          13 Jun  5 02:33 vzdump-lxc-103-2025_06_05-02_32_43.tar.zst.notes
                                          -rw-r--r-- 1 root root         903 Jun  6 02:34 vzdump-lxc-103-2025_06_06-02_33_10.log
                                          -rw-r--r-- 1 root root  2240729006 Jun  6 02:34 vzdump-lxc-103-2025_06_06-02_33_10.tar.zst
                                          -rw-r--r-- 1 root root          13 Jun  6 02:34 vzdump-lxc-103-2025_06_06-02_33_10.tar.zst.notes
                                          -rw-r--r-- 1 root root         903 Jun  7 02:33 vzdump-lxc-103-2025_06_07-02_32_46.log
                                          -rw-r--r-- 1 root root  2240936539 Jun  7 02:33 vzdump-lxc-103-2025_06_07-02_32_46.tar.zst
                                          -rw-r--r-- 1 root root          13 Jun  7 02:33 vzdump-lxc-103-2025_06_07-02_32_46.tar.zst.notes
                                          -rw-r--r-- 1 root root         903 Jun  8 02:33 vzdump-lxc-103-2025_06_08-02_32_42.log
                                          -rw-r--r-- 1 root root  2241369262 Jun  8 02:33 vzdump-lxc-103-2025_06_08-02_32_42.tar.zst
                                          -rw-r--r-- 1 root root          13 Jun  8 02:33 vzdump-lxc-103-2025_06_08-02_32_42.tar.zst.notes
                                          -rw-r--r-- 1 root root        1338 Jun  9 02:31 vzdump-lxc-103-2025_06_09-02_31_02.log
                                          -rw-r--r-- 1 root root         185 Jun 10 02:30 vzdump-lxc-103-2025_06_10-02_30_04.log
                                          -rw-r--r-- 1 root root         900 Jun  5 02:33 vzdump-lxc-200-2025_06_05-02_33_40.log
                                          -rw-r--r-- 1 root root  1238712165 Jun  5 02:33 vzdump-lxc-200-2025_06_05-02_33_40.tar.zst
                                          -rw-r--r-- 1 root root           9 Jun  5 02:33 vzdump-lxc-200-2025_06_05-02_33_40.tar.zst.notes
                                          -rw-r--r-- 1 root root         900 Jun  6 02:34 vzdump-lxc-200-2025_06_06-02_34_07.log
                                          -rw-r--r-- 1 root root  1238726654 Jun  6 02:34 vzdump-lxc-200-2025_06_06-02_34_07.tar.zst
                                          -rw-r--r-- 1 root root           9 Jun  6 02:34 vzdump-lxc-200-2025_06_06-02_34_07.tar.zst.notes
                                          -rw-r--r-- 1 root root         900 Jun  7 02:33 vzdump-lxc-200-2025_06_07-02_33_43.log
                                          -rw-r--r-- 1 root root  1238678524 Jun  7 02:33 vzdump-lxc-200-2025_06_07-02_33_43.tar.zst
                                          -rw-r--r-- 1 root root           9 Jun  7 02:33 vzdump-lxc-200-2025_06_07-02_33_43.tar.zst.notes
                                          -rw-r--r-- 1 root root         900 Jun  8 02:33 vzdump-lxc-200-2025_06_08-02_33_40.log
                                          -rw-r--r-- 1 root root  1238680395 Jun  8 02:33 vzdump-lxc-200-2025_06_08-02_33_40.tar.zst
                                          -rw-r--r-- 1 root root           9 Jun  8 02:33 vzdump-lxc-200-2025_06_08-02_33_40.tar.zst.notes
                                          -rw-r--r-- 1 root root         900 Jun  9 02:32 vzdump-lxc-200-2025_06_09-02_31_59.log
                                          -rw-r--r-- 1 root root  1238698569 Jun  9 02:32 vzdump-lxc-200-2025_06_09-02_31_59.tar.zst
                                          -rw-r--r-- 1 root root           9 Jun  9 02:32 vzdump-lxc-200-2025_06_09-02_31_59.tar.zst.notes
                                          -rw-r--r-- 1 root root        1392 Jun 10 02:30 vzdump-lxc-200-2025_06_10-02_30_04.log
                                          -rw-r--r-- 1 root root         897 Jun  5 02:34 vzdump-lxc-300-2025_06_05-02_33_54.log
                                          -rw-r--r-- 1 root root  1078996976 Jun  5 02:34 vzdump-lxc-300-2025_06_05-02_33_54.tar.zst
                                          -rw-r--r-- 1 root root           6 Jun  5 02:34 vzdump-lxc-300-2025_06_05-02_33_54.tar.zst.notes
                                          -rw-r--r-- 1 root root         896 Jun  6 02:35 vzdump-lxc-300-2025_06_06-02_34_21.log
                                          -rw-r--r-- 1 root root  1079332788 Jun  6 02:35 vzdump-lxc-300-2025_06_06-02_34_21.tar.zst
                                          -rw-r--r-- 1 root root           6 Jun  6 02:35 vzdump-lxc-300-2025_06_06-02_34_21.tar.zst.notes
                                          -rw-r--r-- 1 root root         897 Jun  7 02:34 vzdump-lxc-300-2025_06_07-02_33_57.log
                                          -rw-r--r-- 1 root root  1079552147 Jun  7 02:34 vzdump-lxc-300-2025_06_07-02_33_57.tar.zst
                                          -rw-r--r-- 1 root root           6 Jun  7 02:34 vzdump-lxc-300-2025_06_07-02_33_57.tar.zst.notes
                                          -rw-r--r-- 1 root root         897 Jun  8 02:34 vzdump-lxc-300-2025_06_08-02_33_53.log
                                          -rw-r--r-- 1 root root  1078827870 Jun  8 02:34 vzdump-lxc-300-2025_06_08-02_33_53.tar.zst
                                          -rw-r--r-- 1 root root           6 Jun  8 02:34 vzdump-lxc-300-2025_06_08-02_33_53.tar.zst.notes
                                          -rw-r--r-- 1 root root        1389 Jun  9 02:32 vzdump-lxc-300-2025_06_09-02_32_13.log
                                          -rw-r--r-- 1 root root         185 Jun 10 02:30 vzdump-lxc-300-2025_06_10-02_30_11.log
                                          mn@proxmox:~$ ls -l /mnt/sda/images
                                          total 0
                                          mn@proxmox:~$ ls -l /mnt/sda/private
                                          total 0
                                          mn@proxmox:~$ ls -l /mnt/sda/snippets
                                          total 0
                                          mn@proxmox:~$ ls -l /mnt/sda/template
                                          total 8
                                          drwxr-xr-x 2 root root 4096 Jun  4 17:41 cache
                                          drwxr-xr-x 2 root root 4096 Jun  4 17:41 iso
                                          mn@proxmox:~$ ls -l /mnt/sda/template/cache
                                          total 0
                                          mn@proxmox:~$ ls -l /mnt/sda/template/iso
                                          total 0
                                          

                                          Es gibt da aber wohl eine Einstellung, wo man dem System sagen kann, dass das eine physisch gemountete Platte ist und er nicht ins Rootverzeichnis schreiben soll, wenn er die nicht findet. Hab da mal irgendwo was dazu gelesen, muss ich mal nachforschen.

                                          Aber zum Thema - wie bekomme ich diese Dateien jetzt weg ohne irgendwas anderes mit in den Abgrund zu reißen?

                                          P Dr. Bakterius 2 Replies Last reply Reply Quote 0
                                          • P
                                            peterfido @guitardoc last edited by

                                            @guitardoc Wenn er die jetzt nicht im PVE unter dem Pfad anzeigt, dann im dump-Ordner

                                            rm vzdump*
                                            

                                            nerven die Nachfragen, dann

                                            rm -f vzdump*
                                            
                                            G 1 Reply Last reply Reply Quote 1
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            473
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            6
                                            60
                                            1564
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo