[lustre-discuss] Install instructions for Rocky 8.8

Xinliang Liu xinliang.liu at linaro.org
Mon Sep 25 03:05:06 PDT 2023


Hi Jan,

On Mon, 25 Sept 2023 at 17:52, Jan Andersen <jan at comind.io> wrote:

> I'm having some trouble installing lustre - this is on Rocky 8.8. I
> downloaded the latest (?) source:
>
> git clone git://git.whamcloud.com/fs/lustre-release.git
>
> and I managed to compile and create the RPMs:
>
> make rpms
>
> I now have a directory full of rpm files:
>
> [root at rocky8 lustre-release]# ls -1 ?*rpm
> kmod-lustre-2.15.58_42_ga54a206-1.el8.x86_64.rpm
> kmod-lustre-debuginfo-2.15.58_42_ga54a206-1.el8.x86_64.rpm
> kmod-lustre-osd-ldiskfs-2.15.58_42_ga54a206-1.el8.x86_64.rpm
> kmod-lustre-osd-ldiskfs-debuginfo-2.15.58_42_ga54a206-1.el8.x86_64.rpm
> kmod-lustre-tests-2.15.58_42_ga54a206-1.el8.x86_64.rpm
> kmod-lustre-tests-debuginfo-2.15.58_42_ga54a206-1.el8.x86_64.rpm
> lustre-2.15.58_42_ga54a206-1.el8.x86_64.rpm
> lustre-2.15.58_42_ga54a206-1.src.rpm
> lustre-debuginfo-2.15.58_42_ga54a206-1.el8.x86_64.rpm
> lustre-debugsource-2.15.58_42_ga54a206-1.el8.x86_64.rpm
> lustre-devel-2.15.58_42_ga54a206-1.el8.x86_64.rpm
> lustre-iokit-2.15.58_42_ga54a206-1.el8.x86_64.rpm
> lustre-osd-ldiskfs-mount-2.15.58_42_ga54a206-1.el8.x86_64.rpm
> lustre-osd-ldiskfs-mount-debuginfo-2.15.58_42_ga54a206-1.el8.x86_64.rpm
> lustre-resource-agents-2.15.58_42_ga54a206-1.el8.x86_64.rpm
> lustre-tests-2.15.58_42_ga54a206-1.el8.x86_64.rpm
> lustre-tests-debuginfo-2.15.58_42_ga54a206-1.el8.x86_64.rpm
>
> This is what I get when I, somewhat naively, try to simply install the
> lot with:
>
> [root at rocky8 lustre-release]# dnf install ?*rpm
> Last metadata expiration check: 0:12:59 ago on Mon 25 Sep 2023 09:29:52
> UTC.
> Error:
>   Problem 1: conflicting requests
>    - nothing provides ldiskfsprogs >= 1.44.3.wc1 needed by
> kmod-lustre-osd-ldiskfs-2.15.58_42_ga54a206-1.el8.x86_64
>   Problem 2: conflicting requests
>    - nothing provides ldiskfsprogs > 1.45.6 needed by
> lustre-osd-ldiskfs-mount-2.15.58_42_ga54a206-1.el8.x86_64
>   Problem 3: package lustre-2.15.58_42_ga54a206-1.el8.x86_64 requires
> lustre-osd-mount, but none of the providers can be installed
>    - conflicting requests
>    - nothing provides ldiskfsprogs > 1.45.6 needed by
> lustre-osd-ldiskfs-mount-2.15.58_42_ga54a206-1.el8.x86_64
>   Problem 4: package lustre-devel-2.15.58_42_ga54a206-1.el8.x86_64
> requires liblnetconfig.so.4()(64bit), but none of the providers can be
> installed
>    - package lustre-devel-2.15.58_42_ga54a206-1.el8.x86_64 requires
> liblustreapi.so.1()(64bit), but none of the providers can be installed
>    - package lustre-devel-2.15.58_42_ga54a206-1.el8.x86_64 requires
> lustre = 2.15.58_42_ga54a206, but none of the providers can be installed
>    - package lustre-2.15.58_42_ga54a206-1.el8.x86_64 requires
> lustre-osd-mount, but none of the providers can be installed
>    - conflicting requests
>    - nothing provides ldiskfsprogs > 1.45.6 needed by
> lustre-osd-ldiskfs-mount-2.15.58_42_ga54a206-1.el8.x86_64
>   Problem 5: package
> lustre-resource-agents-2.15.58_42_ga54a206-1.el8.x86_64 requires lustre,
> but none of the providers can be installed
>    - package lustre-2.15.58_42_ga54a206-1.el8.x86_64 requires
> lustre-osd-mount, but none of the providers can be installed
>    - conflicting requests
>    - nothing provides ldiskfsprogs > 1.45.6 needed by
> lustre-osd-ldiskfs-mount-2.15.58_42_ga54a206-1.el8.x86_64
>   Problem 6: package lustre-tests-2.15.58_42_ga54a206-1.el8.x86_64
> requires liblnetconfig.so.4()(64bit), but none of the providers can be
> installed
>    - package lustre-tests-2.15.58_42_ga54a206-1.el8.x86_64 requires
> liblustreapi.so.1()(64bit), but none of the providers can be installed
>    - package lustre-tests-2.15.58_42_ga54a206-1.el8.x86_64 requires
> lustre = 2.15.58_42_ga54a206, but none of the providers can be installed
>    - package lustre-2.15.58_42_ga54a206-1.el8.x86_64 requires
> lustre-osd-mount, but none of the providers can be installed
>    - conflicting requests
>    - nothing provides ldiskfsprogs > 1.45.6 needed by
> lustre-osd-ldiskfs-mount-2.15.58_42_ga54a206-1.el8.x86_64
>
>
> Clearly there is something I haven't done yet, but what am I doing wrong?
>

You may need to add ldiskfsprogs rpm repo and enable ha and powertools repo
first.

sudo dnf config-manager --add-repo
https://downloads.whamcloud.com/public/e2fsprogs/latest/el8/
sudo dnf config-manager --set-enabled ha
sudo dnf config-manager --set-enabled powertools

Best,
Xinliang


>
> /jan
>
> _______________________________________________
> lustre-discuss mailing list
> lustre-discuss at lists.lustre.org
> http://lists.lustre.org/listinfo.cgi/lustre-discuss-lustre.org
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lustre.org/pipermail/lustre-discuss-lustre.org/attachments/20230925/241ee27d/attachment.htm>


More information about the lustre-discuss mailing list