LVM volume health checker — audit PV, VG, LV status, thin pool usage, and snapshot health
Project description
dargslan-lvm-check
LVM Volume Health Checker — Audit PV, VG, LV status, thin pool usage, and snapshot health. Zero external dependencies.
Installation
pip install dargslan-lvm-check
CLI Usage
dargslan-lvm report # Full LVM health report
dargslan-lvm pvs # Physical volumes
dargslan-lvm vgs # Volume groups
dargslan-lvm lvs # Logical volumes
dargslan-lvm snapshots # Snapshot status
dargslan-lvm thin # Thin pool usage
dargslan-lvm json # JSON output
Python API
from dargslan_lvm_check import LVMCheck
lc = LVMCheck()
pvs = lc.get_pvs()
vgs = lc.get_vgs()
lc.print_report()
More from Dargslan
- Dargslan.com — Linux & DevOps eBook Store
- Free Cheat Sheets
- Blog & Tutorials
License
MIT — see LICENSE
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dargslan_lvm_check-1.0.0.tar.gz.
File metadata
- Download URL: dargslan_lvm_check-1.0.0.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
99d72aebdd015156bb71b9ec8586aea99fc985338589c62a154af0cf312dbc9d
|
|
| MD5 |
85e78a076b27204b6a69034a29168179
|
|
| BLAKE2b-256 |
ba21a856828bd76f761a3693fba250f3528b12bc25a35f8968edf13429cf8904
|
File details
Details for the file dargslan_lvm_check-1.0.0-py3-none-any.whl.
File metadata
- Download URL: dargslan_lvm_check-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
82347fcc409f51163bea46a6ae8c0b97006a3a62d1299999118d72db85d49d0c
|
|
| MD5 |
e6272bc2acdb3912304bac4646015d5b
|
|
| BLAKE2b-256 |
4597fc8e3d11b560b7370d3a7c7706a1d3ed06e4a69030109cecfedffa996bef
|