You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/usr/local/bin/dool", line 2723, in main
plug.prepare()
File "/usr/local/bin/dool", line 506, in prepare
raise Exception('No counter objects to monitor')
Exception: No counter objects to monitor
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/bin/dool", line 3057, in <module>
__main()
File "/usr/local/bin/dool", line 3045, in __main
main()
File "/usr/local/bin/dool", line 2726, in main
if mod == mods[-1]:
^^^
NameError: name 'mod' is not defined
The text was updated successfully, but these errors were encountered:
Korkman
changed the title
Full dev name breaks -r (but not -d)
Specifying disk devices with deep symlink path breaks -r (-d is fine)
Sep 19, 2024
SUMMARY
Specifying disk devices with deep symlink path breaks
-r
(-d
is fine)ISSUE TYPE
DOOL VERSION
1.3.2
OS / ENVIRONMENT
Ubuntu Noble, MX Linux, Debian
STEPS TO REPRODUCE
$ dool -r -D "/dev/disk/by-path/pci-0000:00:14.0-usb-0:6:1.0-scsi-0:0:0:0"
EXPECTED RESULTS
I/O stats
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: