-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
rhel-10.0
-
None
-
No
-
Low
-
rhel-storage-management
-
ssg_platform_storage
-
1
-
False
-
False
-
-
None
-
None
-
None
-
None
-
None
What were you trying to do that didn't work?
What is the impact of this issue to you?
Please provide the package NVR for which the bug is seen:
- rpm -q lsscsi
lsscsi-0.32-15.el10.x86_64How reproducible is this bug?:
Steps to reproduce
- # lsscsi > test.txt
- # python
- >>> from pathlib import Path
- >>> p = Path('/root/test.txt')
- >>> p.read_text()
'[21:0:0:1] disk COMPELNT Compellent Vol 0702 /dev/sda \n[21:0:2:1] disk COMPELNT Compellent Vol 0702 /dev/sdb \n'
Expected results
No space at the end of each line.
'[21:0:0:1] disk COMPELNT Compellent Vol 0702 /dev/sda\n[21:0:2:1] disk COMPELNT Compellent Vol 0702 /dev/sdb\n'