Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include libs in /lib*/multipath #20

Closed
pavoldomin opened this issue Mar 27, 2012 · 2 comments
Closed

Include libs in /lib*/multipath #20

pavoldomin opened this issue Mar 27, 2012 · 2 comments
Assignees
Labels
bug The code does not do what it is meant to do waiting for info
Milestone

Comments

@pavoldomin
Copy link
Contributor

Cannot start multipath in rear recovery shell:

RESCUE hostname:~ # multipath -l
Mar 26 13:35:44 | Prioritizer 'const' not found in /lib64/multipath
Mar 26 13:35:44 | Prioritizer 'alua' not found in /lib64/multipath
Mar 26 13:35:44 | Checker 'directio' not found in /lib64/multipath
Mar 26 13:35:44 | failed to initialize checkers 

The problem is that shared libs in /lib*/multipath are not included automatically in initrd

hostname:/usr/share/rear # ls /lib*/multipath
libcheckcciss_tur.so     libcheckrdac.so         libprioconst.so  libprioontap.so
libcheckdirectio.so      libcheckreadsector0.so  libprioemc.so    libpriorandom.so
libcheckemc_clariion.so  libchecktur.so          libpriohds.so    libpriordac.so
libcheckhp_sw.so         libprioalua.so          libpriohp_sw.so  libprioweightedpath.so

If mutlipath is activated, these libraries should be included.

@jhoekx
Copy link
Contributor

jhoekx commented Mar 27, 2012

Hi Pavol,

I had noticed this, but the path in my commited fix was wrong. My local.conf contained the correct fix.

COPY_AS_IS=( "${COPY_AS_IS[@]}" /lib*/multipath)

Fixed in 5e39a39

Thanks.

@dagwieers
Copy link
Contributor

I am closing this issue, if you see that it is not working in your case, feel free to reopen this issue !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The code does not do what it is meant to do waiting for info
Projects
None yet
Development

No branches or pull requests

3 participants