-
Bug
-
Resolution: Not a Bug
-
Minor
-
rhel-9.3.0
-
None
-
Moderate
-
rhel-storage-crs
-
ssg_filesystems_storage_and_HA
-
8
-
12
-
2
-
QE ack, Dev ack
-
False
-
False
-
-
None
-
None
-
None
-
None
-
If docs needed, set a value
-
-
All
-
None
-
57,005
Description of problem:
Version-Release number of selected component (if applicable):
mdadm-4.2-9.el9.x86_64
How reproducible:
Install mdadm-4.2-9.el9.x86_64 with RHEL-9.3
Steps to Reproduce:
[root@top-server-hp ~]# find /usr -name mdcheck -exec ls -la {} \;
rw-rr-. 1 root root 3884 12月 31 2021 /usr/share/doc/mdadm/mdcheck
-rwxr-xr-x. 1 root root 3888 5月 17 08:22 /usr/share/mdadm/mdcheck
Actual results:
[root@top-server-hp ~]# find /usr -name mdcheck -exec head -n 1 {} \;
#!/bin/bash
#!/usr/bin/bash
[root@top-server-hp ~]# diff /usr/share/doc/mdadm/mdcheck /usr/share/mdadm/mdcheck
1c1
< #!/bin/bash
—
> #!/usr/bin/bash
Expected results:
If these two script are almost the same I think we should delete /usr/share/doc/mdadm/mdcheck or make it into document format.
Additional info:
- external trackers