Details
-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
None
-
None
-
3
-
9223372036854775807
Description
conf_sanity/102 test rmmod's and modprobe's libcfs.ko. The modprobe step within the test-case always fails under Lustre Gerrit Janitor. It looks like it is missing the libcfs.ko, as it is not found under /usr/lib/<kernel>. The test always fails under Janitor however it passes under maloo. depmod under janitor would also not work and will fail with permission error.
Since there is trivial changes to conf-sanity/102 it will always get a -1 from Gerrit Janitor and patch will always fail. Please have a look into this.
From the logs: https://testing.whamcloud.com/gerrit-janitor/32548/results.html
+ pdsh -S -Rssh -w oleg344-server '(PATH=$PATH:/home/green/git/lustre-release/lustre/utils:/home/green/git/lustre-release/lustre/tests:/sbin:/usr/sbin; cd /root; LUSTRE="/home/green/git/lustre-release/lustre" bash -c "ls -ali /usr/lib/modules/3.10.0-7.9-debug/extra/kernel/net/lustre")' + sed 's/^oleg344-server: //' oleg344-server: ls: cannot access /usr/lib/modules/3.10.0-7.9-debug/extra/kernel/net/lustre: No such file or directory pdsh@oleg344-client: oleg344-server: ssh exited with exit code 2