[LU-8784] Getting build errors on Rhel 7.2 ( ppc64le ) Created: 01/Nov/16 Updated: 05/Aug/20 Resolved: 05/Aug/20 |
|
| Status: | Resolved |
| Project: | Lustre |
| Component/s: | None |
| Affects Version/s: | Lustre 2.8.0 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Blocker |
| Reporter: | Amitkumar Ghatwal | Assignee: | WC Triage |
| Resolution: | Not a Bug | Votes: | 1 |
| Labels: | None | ||
| Environment: |
[root@pts00433-vm3 lustre_backup]# cat /etc/redhat-release [root@pts00433-vm3 lustre_backup]# lscpu |
||
| Epic/Theme: | Lustre-2.8.0 |
| Story Points: | 1 |
| Business Value: | 1 |
| Severity: | 3 |
| Rank (Obsolete): | 9223372036854775807 |
| Description |
|
While i try to build lustre from source using below steps getting build error at the initial phase. [root@pts00433-vm3 lustre_backup]# git clone https://github.com/Xyratex/lustre-stable.git |
| Comments |
| Comment by James A Simmons [ 01/Nov/16 ] |
|
Did you install the development tools? Do a "yum groupinstall 'Development Tools'" should solve this |
| Comment by Amitkumar Ghatwal [ 02/Nov/16 ] |
|
I tried below but it failed to install [root@pts00433-vm3 lustre-stable]# yum groupinstall 'Development Tools' next also tried below [root@pts00433-vm3 lustre-stable]# yum groups mark convert "Development Tools" still the same errors My env details REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 7" [root@pts00433-vm3 lustre-stable]# lscpu Any pointers on above , how to get "development tools" installed.? |
| Comment by Amitkumar Ghatwal [ 03/Nov/16 ] |
|
Hi @James A Simmons , Thanks for your suggestion. Just an update , i changed my machine and i was able to install "development tools" on it and it helped me with building lustre from source. So here i want to just start alustre client on this machine .As i already have MGS/MGT,MDS/MDT running on machine 1 ( centos x86_64 ) , and OSS/OST running on machine 2 ( centos x86_64 ) . In the past i had working 3 note set up wherein lustre client was deployed on centos -x86_64 machine 3 (centos -x86_64 ) . Now i want to replace lustre client on x86_64 (machine 3 ) by setting up lustre client on ppc64le-rhel7.2 .
To ensure that the lustre version showing up is now
So it appears to me lustre is built from source and m on track to start lustre client on this , however i am getting errors when i try to start the lustre client
Has anyone faced such issues whilst setting up the lustre client ( am assuming that i have managed to build lustre from source sucessfully ) . Let me know if i am missing any step in configuring this machine to act as lustre client. Regards, |
| Comment by James A Simmons [ 03/Nov/16 ] |
|
Try running "depmod -a" after you install the lustre modules. |
| Comment by Amitkumar Ghatwal [ 04/Nov/16 ] |
|
Yes , that is what i did yesterday and got it working, but replying it here now
Installed at power up /sbin/lsmod | /bin/grep lustre 1>/dev/null 2>&1 connect to MGS/OSS
Confirming that the client is configured correctly filesystem summary: 39.5G 57.0M 37.3G 0% /mnt/first_mount
The above tells me that machine 3 is successfully configured to be working as lustre client . Do let me know of any more check/test which i can perform on the lustre client to conform lustre file system. |
| Comment by Amitkumar Ghatwal [ 04/Nov/16 ] |
|
Hi James A Simmons, Are there any test cases which can be run to validate the lustre client configuration/performance when build lustre from source as done above ? |