Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Off Topic
    4. Proxmox
    5. Problem mit Proxmox Speicher

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Problem mit Proxmox Speicher

    This topic has been deleted. Only users with topic management privileges can see it.
    • G
      guitardoc @MartinP last edited by

      @martinp

      6b84c2f0-5d9f-4177-bd21-ed85d951cf3c-image.png

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

        @guitardoc wie @haselchen vermutete, alles im Mapper

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

          @martinp Hmmm, was bedeutet das und was kann ich da tun?

          BananaJoe MartinP 2 Replies Last reply Reply Quote 0
          • BananaJoe
            BananaJoe Most Active @guitardoc last edited by BananaJoe

            @guitardoc wie groß ist den dein local-lvm Laufwerk? Eigentlich sollten da die VMs hin
            Verschieben kannst du die Festplatten der VMs über diesen Weg:
            7cad82e4-6eca-496d-aad8-62ac76b11be4-image.png

            1 Reply Last reply Reply Quote 1
            • MartinP
              MartinP @guitardoc last edited by

              @guitardoc Weiter eintauchen, ich bin aber auch ein linux-Autodidakt ...

              oot@pve:~# ls -l /dev/mapper
              total 0
              crw------- 1 root root 10, 236 Mar 30 18:03 control
              lrwxrwxrwx 1 root root       7 Mar 30 18:03 pve-data -> ../dm-5
              lrwxrwxrwx 1 root root       7 Mar 30 18:03 pve-data_tdata -> ../dm-3
              lrwxrwxrwx 1 root root       7 Mar 30 18:03 pve-data_tmeta -> ../dm-2
              lrwxrwxrwx 1 root root       7 Mar 30 18:03 pve-data-tpool -> ../dm-4
              lrwxrwxrwx 1 root root       7 Mar 30 18:03 pve-root -> ../dm-1
              lrwxrwxrwx 1 root root       7 Mar 30 18:03 pve-swap -> ../dm-0
              lrwxrwxrwx 1 root root       7 Mar 30 18:03 pve-vm--100--disk--0 -> ../dm-8
              lrwxrwxrwx 1 root root       8 Mar 30 18:03 pve-vm--100--disk--1 -> ../dm-11
              lrwxrwxrwx 1 root root       7 Mar 30 18:03 pve-vm--101--disk--0 -> ../dm-6
              lrwxrwxrwx 1 root root       8 Mar 30 18:03 pve-vm--103--disk--0 -> ../dm-10
              lrwxrwxrwx 1 root root       7 Mar 30 18:03 pve-vm--104--disk--0 -> ../dm-7
              lrwxrwxrwx 1 root root       7 Mar 30 18:03 pve-vm--107--disk--0 -> ../dm-9
              root@pve:~# 
              

              alles anscheinend symlinks

              Da kann man sich dann durchhangeln

              root@pve:~# df /dev/dm-4
              Filesystem     1K-blocks  Used Available Use% Mounted on
              udev             3956076     0   3956076   0% /dev
              root@pve:~# 
              
              1 Reply Last reply Reply Quote 1
              • BananaJoe
                BananaJoe Most Active @guitardoc last edited by

                @guitardoc sagte in Problem mit Proxmox Speicher:

                Möglicherweise hab ich Proxmox zu wenig Speicher gegeben, denn die Platte hat insgesamt 1 TB (local-lvm) und davon sind 60 GB belegt.

                Na siehste, ist doch genug Platz. Du hast die Daten mit auf das Bootlaufwerk gegeben, verschiebe die ausgeschalteten VMs
                Eine zum testen! Dann die nächste!

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

                  @bananajoe Hmm, hoffentlich mache ich da nichts falsch… Bei mir sieht das alles etwas anders aus, da es LXC und keine VM sind.

                  Ist das hier richtig:

                  837fa121-427f-41a3-87d1-f09697878bd8-image.png

                  Und wohin verschiebe ich das jetzt?

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

                    @guitardoc

                    Local-LVM

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

                      @haselchen OK, also den Container stoppen, dann die Root-Disk des Containers per Move-Storage nach local-lvm verschieben und dann den Container wieder starten? Und dann läuft alles wieder wie gehabt? Ich hab ein bisschen Bammel… 🙂

                      Da passiert nichts. Die Root-Disk liegt irgendwie schon auf local-lvm (siehe Screenshot oben)?

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

                        @guitardoc

                        Wo liegen denn die anderen Container ?
                        Local?
                        Local-LVM?

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

                          @haselchen Die liegen alle auf local-lvm, hier mal noch ein anderer Container:

                          9c1fcfc4-bd2e-47d5-806f-947707632d59-image.png

                          Und das passt auch, die Container zusammen haben 60 GB und das ist es auch was auf local-lvm liegt:

                          51917719-5bb8-4ef2-ba83-955d41c8c643-image.png

                          Nur was liegt dann auf local und belegt den ganzen Speicher?

                          T 1 Reply Last reply Reply Quote 0
                          • T
                            ticaki Developer @guitardoc last edited by

                            @guitardoc

                             sudo du /* -sh --exclude={/proc,/dev,/sys}
                            

                            Wenn du root bist ohne sudo.

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

                              @ticaki

                              
                              0       /bin
                              817M    /boot
                              9.9M    /etc
                              36K     /home
                              0       /lib
                              0       /lib64
                              16K     /lost+found
                              4.0K    /media
                              89G     /mnt
                              4.0K    /opt
                              68K     /root
                              1.9M    /run
                              0       /sbin
                              4.0K    /srv
                              36K     /tmp
                              7.3G    /usr
                              2.8G    /var
                              
                              
                              T 1 Reply Last reply Reply Quote 0
                              • T
                                ticaki Developer @guitardoc last edited by

                                @guitardoc

                                 sudo du /mnt/* -sh 
                                

                                🙂

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

                                  @ticaki

                                  
                                  root@proxmox:~# du /mnt/* -sh
                                  89G     /mnt/sda
                                  4.0K    /mnt/vzsnap0
                                  root@proxmox:~# du /mnt/sda/* -sh
                                  89G     /mnt/sda/dump
                                  4.0K    /mnt/sda/images
                                  16K     /mnt/sda/lost+found
                                  4.0K    /mnt/sda/private
                                  4.0K    /mnt/sda/snippets
                                  12K     /mnt/sda/template
                                  root@proxmox:~# du /mnt/sda/dump/* -sh
                                  4.0K    /mnt/sda/dump/vzdump-lxc-101-2024_09_06-02_30_02.log
                                  4.0K    /mnt/sda/dump/vzdump-lxc-101-2024_09_07-02_30_05.log
                                  4.0K    /mnt/sda/dump/vzdump-lxc-101-2025_03_24-02_30_00.log
                                  8.9G    /mnt/sda/dump/vzdump-lxc-101-2025_03_24-02_30_00.tar.zst
                                  4.0K    /mnt/sda/dump/vzdump-lxc-101-2025_03_24-02_30_00.tar.zst.notes
                                  4.0K    /mnt/sda/dump/vzdump-lxc-101-2025_03_25-02_30_03.log
                                  8.9G    /mnt/sda/dump/vzdump-lxc-101-2025_03_25-02_30_03.tar.zst
                                  4.0K    /mnt/sda/dump/vzdump-lxc-101-2025_03_25-02_30_03.tar.zst.notes
                                  4.0K    /mnt/sda/dump/vzdump-lxc-101-2025_03_26-02_30_05.log
                                  8.9G    /mnt/sda/dump/vzdump-lxc-101-2025_03_26-02_30_05.tar.zst
                                  4.0K    /mnt/sda/dump/vzdump-lxc-101-2025_03_26-02_30_05.tar.zst.notes
                                  4.0K    /mnt/sda/dump/vzdump-lxc-101-2025_03_27-02_30_07.log
                                  8.9G    /mnt/sda/dump/vzdump-lxc-101-2025_03_27-02_30_07.tar.zst
                                  4.0K    /mnt/sda/dump/vzdump-lxc-101-2025_03_27-02_30_07.tar.zst.notes
                                  4.0K    /mnt/sda/dump/vzdump-lxc-101-2025_03_31-21_20_16.log
                                  9.0G    /mnt/sda/dump/vzdump-lxc-101-2025_03_31-21_20_16.tar.zst
                                  4.0K    /mnt/sda/dump/vzdump-lxc-101-2025_03_31-21_20_16.tar.zst.notes
                                  4.0K    /mnt/sda/dump/vzdump-lxc-102-2023_12_24-02_30_38.log
                                  4.0K    /mnt/sda/dump/vzdump-lxc-102-2025_03_24-02_31_44.log
                                  4.8G    /mnt/sda/dump/vzdump-lxc-102-2025_03_24-02_31_44.tar.zst
                                  4.0K    /mnt/sda/dump/vzdump-lxc-102-2025_03_24-02_31_44.tar.zst.notes
                                  4.0K    /mnt/sda/dump/vzdump-lxc-102-2025_03_25-02_31_48.log
                                  4.8G    /mnt/sda/dump/vzdump-lxc-102-2025_03_25-02_31_48.tar.zst
                                  4.0K    /mnt/sda/dump/vzdump-lxc-102-2025_03_25-02_31_48.tar.zst.notes
                                  4.0K    /mnt/sda/dump/vzdump-lxc-102-2025_03_26-02_31_50.log
                                  4.8G    /mnt/sda/dump/vzdump-lxc-102-2025_03_26-02_31_50.tar.zst
                                  4.0K    /mnt/sda/dump/vzdump-lxc-102-2025_03_26-02_31_50.tar.zst.notes
                                  4.0K    /mnt/sda/dump/vzdump-lxc-102-2025_03_27-02_31_52.log
                                  4.8G    /mnt/sda/dump/vzdump-lxc-102-2025_03_27-02_31_52.tar.zst
                                  4.0K    /mnt/sda/dump/vzdump-lxc-102-2025_03_27-02_31_52.tar.zst.notes
                                  4.0K    /mnt/sda/dump/vzdump-lxc-102-2025_03_31-21_22_05.log
                                  4.9G    /mnt/sda/dump/vzdump-lxc-102-2025_03_31-21_22_05.tar.zst
                                  4.0K    /mnt/sda/dump/vzdump-lxc-102-2025_03_31-21_22_05.tar.zst.notes
                                  4.0K    /mnt/sda/dump/vzdump-lxc-103-2025_03_24-02_32_32.log
                                  2.1G    /mnt/sda/dump/vzdump-lxc-103-2025_03_24-02_32_32.tar.zst
                                  4.0K    /mnt/sda/dump/vzdump-lxc-103-2025_03_24-02_32_32.tar.zst.notes
                                  4.0K    /mnt/sda/dump/vzdump-lxc-103-2025_03_25-02_32_38.log
                                  2.1G    /mnt/sda/dump/vzdump-lxc-103-2025_03_25-02_32_38.tar.zst
                                  4.0K    /mnt/sda/dump/vzdump-lxc-103-2025_03_25-02_32_38.tar.zst.notes
                                  4.0K    /mnt/sda/dump/vzdump-lxc-103-2025_03_26-02_32_40.log
                                  2.1G    /mnt/sda/dump/vzdump-lxc-103-2025_03_26-02_32_40.tar.zst
                                  4.0K    /mnt/sda/dump/vzdump-lxc-103-2025_03_26-02_32_40.tar.zst.notes
                                  4.0K    /mnt/sda/dump/vzdump-lxc-103-2025_03_27-02_32_41.log
                                  2.1G    /mnt/sda/dump/vzdump-lxc-103-2025_03_27-02_32_41.tar.zst
                                  4.0K    /mnt/sda/dump/vzdump-lxc-103-2025_03_27-02_32_41.tar.zst.notes
                                  4.0K    /mnt/sda/dump/vzdump-lxc-103-2025_03_31-21_22_56.log
                                  2.1G    /mnt/sda/dump/vzdump-lxc-103-2025_03_31-21_22_56.tar.zst
                                  4.0K    /mnt/sda/dump/vzdump-lxc-103-2025_03_31-21_22_56.tar.zst.notes
                                  4.0K    /mnt/sda/dump/vzdump-lxc-200-2025_03_24-02_33_27.log
                                  1.1G    /mnt/sda/dump/vzdump-lxc-200-2025_03_24-02_33_27.tar.zst
                                  4.0K    /mnt/sda/dump/vzdump-lxc-200-2025_03_24-02_33_27.tar.zst.notes
                                  4.0K    /mnt/sda/dump/vzdump-lxc-200-2025_03_25-02_33_34.log
                                  1.1G    /mnt/sda/dump/vzdump-lxc-200-2025_03_25-02_33_34.tar.zst
                                  4.0K    /mnt/sda/dump/vzdump-lxc-200-2025_03_25-02_33_34.tar.zst.notes
                                  4.0K    /mnt/sda/dump/vzdump-lxc-200-2025_03_26-02_33_36.log
                                  1.1G    /mnt/sda/dump/vzdump-lxc-200-2025_03_26-02_33_36.tar.zst
                                  4.0K    /mnt/sda/dump/vzdump-lxc-200-2025_03_26-02_33_36.tar.zst.notes
                                  4.0K    /mnt/sda/dump/vzdump-lxc-200-2025_03_27-02_33_37.log
                                  1.1G    /mnt/sda/dump/vzdump-lxc-200-2025_03_27-02_33_37.tar.zst
                                  4.0K    /mnt/sda/dump/vzdump-lxc-200-2025_03_27-02_33_37.tar.zst.notes
                                  4.0K    /mnt/sda/dump/vzdump-lxc-200-2025_03_31-21_23_53.log
                                  1.2G    /mnt/sda/dump/vzdump-lxc-200-2025_03_31-21_23_53.tar.zst
                                  4.0K    /mnt/sda/dump/vzdump-lxc-200-2025_03_31-21_23_53.tar.zst.notes
                                  4.0K    /mnt/sda/dump/vzdump-lxc-300-2025_03_24-02_33_40.log
                                  950M    /mnt/sda/dump/vzdump-lxc-300-2025_03_24-02_33_40.tar.zst
                                  4.0K    /mnt/sda/dump/vzdump-lxc-300-2025_03_24-02_33_40.tar.zst.notes
                                  4.0K    /mnt/sda/dump/vzdump-lxc-300-2025_03_25-02_33_47.log
                                  949M    /mnt/sda/dump/vzdump-lxc-300-2025_03_25-02_33_47.tar.zst
                                  4.0K    /mnt/sda/dump/vzdump-lxc-300-2025_03_25-02_33_47.tar.zst.notes
                                  4.0K    /mnt/sda/dump/vzdump-lxc-300-2025_03_26-02_33_49.log
                                  951M    /mnt/sda/dump/vzdump-lxc-300-2025_03_26-02_33_49.tar.zst
                                  4.0K    /mnt/sda/dump/vzdump-lxc-300-2025_03_26-02_33_49.tar.zst.notes
                                  4.0K    /mnt/sda/dump/vzdump-lxc-300-2025_03_27-02_33_50.log
                                  952M    /mnt/sda/dump/vzdump-lxc-300-2025_03_27-02_33_50.tar.zst
                                  4.0K    /mnt/sda/dump/vzdump-lxc-300-2025_03_27-02_33_50.tar.zst.notes
                                  4.0K    /mnt/sda/dump/vzdump-lxc-300-2025_03_31-21_24_06.log
                                  960M    /mnt/sda/dump/vzdump-lxc-300-2025_03_31-21_24_06.tar.zst
                                  4.0K    /mnt/sda/dump/vzdump-lxc-300-2025_03_31-21_24_06.tar.zst.notes
                                  root@proxmox:~# 
                                  
                                  

                                  Ich habe keine Ahnung was das alles ist und vor allem wo das herkommt…

                                  T 1 Reply Last reply Reply Quote 0
                                  • T
                                    ticaki Developer @guitardoc last edited by ticaki

                                    @guitardoc
                                    Der rechnet den inhalt von /mnt/sda deinem root zu, obwohl oben steht das /dev/sda auf /mnt/sda gemoutet ist.

                                    EDIT: ich hab alle meine Festplatten über proxmox hinzugefügt.. naja ich hab aber auch nur zfs volumen

                                    1 Reply Last reply Reply Quote 1
                                    • BananaJoe
                                      BananaJoe Most Active last edited by

                                      sind die dumps nicht Backups?

                                      1 Reply Last reply Reply Quote 1
                                      • haselchen
                                        haselchen Most Active last edited by haselchen

                                        @bananajoe

                                        Jup.

                                        Was ist vzdump? vzdump ist eine Befehlszeilentool in Proxmox VE zum Erstellen von Sicherungskopien von VMs und Containern. Es ermöglicht Ihnen das Erstellen vollständiger Sicherungen von Containern, einschließlich ihrer Konfiguration, Daten und Metadaten

                                        Das sind alte Sicherungen.
                                        Vielleicht auch schiefgelaufene.

                                        G 1 Reply Last reply Reply Quote 1
                                        • BananaJoe
                                          BananaJoe Most Active last edited by

                                          @guitardoc wie sehen die Backups deiner VMs aus, was ist da eingestellt:
                                          144bc125-8c53-4934-a5f1-efd6391ad2df-image.png

                                          Ansonsten dort mal durchschalten

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

                                            Das könnten Backups sein. Vor allem, weil die letzten Tage keine Backups auf die externe Platte geschrieben wurden, auf den ersten Blick sind das genau die Backups die fehlen. Nur was machen die hier? Die externe Platte ist ja nicht mal halb voll…

                                            BananaJoe 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            473
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

                                            5
                                            66
                                            1912
                                            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