Warum wird auf eine externe, nicht gemountete SSD ständig zugegriffen?

carsten_h

New Member
Feb 27, 2024
18
1
3
Moin!

Ich habe an einem USB 3 Anschluss meines Proxmox Servers (Lenovo M720q) einfach nur eine SSD mit GUID Partitionierung und einer hfsplus Partition angeschlossen.
Sie taucht unter /dev/sdb auf und die hfsplus Partition ist /dev/sdb2, unter /dev/sdb1 ist die Standard EFI Partition zu finden.
Sie ist in dem Zustand noch nicht gemountet.

Es gibt eine udev-Regel:
Code:
SUBSYSTEM=="block", ACTION=="add", ATTRS{idVendor}=="174c", ATTRS{idProduct}=="55aa", ATTR{partition}=="2", SYMLINK+="sdmusik", MODE="0666"
damit von /dev/sdb2 ein symlink namens /dev/sdmusik angelegt wird, der dann an einen Container weitergereicht wird. Dieser Container läuft momentan aber nicht.

Alle ca. 10 Sekunden fängt die LED des SSD-Gehäuses kurz an zu Blinken, es findet also irgendein Zugriff statt.
Auch wenn der Container läuft, blinkt die SSD, obwohl dort zu dem Zeitpunkt außer dem Mounten des Laufwerks nichts erfolgt ist. Die Partition wird auch read-only gemountet, da darauf nichts geschrieben werden soll.

Was kann das sein? Kann man das irgendwie abstellen?
 
Ist /dev/sdmusik als storage konfiguriert? Dann greift vermutlich pvestatd (der daemon, der für das Sammeln von Metriken zuständig ist), auf die SSD zu, der sammelt alle 10 Sekunden seine Metriken.
 
als storage konfiguriert
Nein, das ist nur ein Eintrag in /dev, der einfach per Eintrag in der Container-conf-Datei an den LXC-Container weitergereicht wird:
Code:
lxc.mount.entry: /dev/sdmusik dev/sdmusik none bind,optional,create=file
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!