Updated readme again

This commit is contained in:
2025-12-22 18:15:46 -05:00
parent 89037ed93f
commit c315fa3efc
2 changed files with 9 additions and 2 deletions

View File

@@ -60,8 +60,16 @@ Run directly from your internal git server:
```bash
sudo python3 -c "import urllib.request; exec(urllib.request.urlopen('http://10.10.10.63:3000/LotusGuild/analyzeOSDs/raw/branch/main/ceph_osd_analyzer.py').read().decode())"
```
Run directly from internal git server with debug enabled:
```bash
sudo python3 -c "import urllib.request; exec(urllib.request.urlopen('http://10.10.10.63:3000/LotusGuild/analyzeOSDs/raw/branch/main/ceph_osd_analyzer.py').read().decode())" --debug
```
Most common execution
```bash
sudo python3 -c "import urllib.request; exec(urllib.request.urlopen('http://10.10.10.63:3000/LotusGuild/analyzeOSDs/raw/branch/main/ceph_osd_analyzer.py').read().decode())" --debug --class hdd
```
### Traditional Installation
### Traditional Installation (not recommended)
```bash
# Clone repository