Skip to content

Commit efbb911

Browse files
authored
lustrequota: Use github mirror for fetching lustre source code (#125)
git access (port 9418) to git://git.whamcloud.com/fs/lustre-release.git has been blocked for over two weeks now[1], therefore we have to switch to the github mirror[2] [1] ================================================================================== $> > nmap -p 9418 git.whamcloud.com Starting Nmap 7.97 ( https://nmap.org ) at 2025-08-26 16:57 +0200 Nmap scan report for git.whamcloud.com (104.21.48.246) Host is up (0.0055s latency). Other addresses for git.whamcloud.com (not scanned): 2606:4700:3030::ac43:8af5 2606:4700:3031::6815:30f6 172.67.138.245 PORT STATE SERVICE 9418/tcp filtered git Nmap done: 1 IP address (1 host up) scanned in 0.76 seconds ================================================================================== [2] https://github.com/lustre/lustre-release
2 parents 468a2ce + 7241f6c commit efbb911

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Dockerfile.rocky8

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1694,9 +1694,8 @@ RUN if [ "${ENABLE_QUOTA}" = "True" ] \
16941694
krb5-devel.x86_64 \
16951695
&& dnf clean all \
16961696
&& rm -fr /var/cache/dnf \
1697-
# TODO: clean up after this download+build to avoid bloating image
16981697
&& cd ${MIG_ROOT}/mig/src/pylustrequota \
1699-
&& git clone git://git.whamcloud.com/fs/lustre-release.git \
1698+
&& git clone https://github.com/lustre/lustre-release \
17001699
&& cd ${MIG_ROOT}/mig/src/pylustrequota/lustre-release \
17011700
&& git checkout ${QUOTA_LUSTRE_VERSION} \
17021701
&& sh ./autogen.sh \

Dockerfile.rocky9

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1581,9 +1581,8 @@ RUN if [ "${ENABLE_QUOTA}" = "True" ] \
15811581
krb5-devel.x86_64 \
15821582
&& dnf clean all \
15831583
&& rm -fr /var/cache/dnf \
1584-
# TODO: clean up after this download+build to avoid bloating image
15851584
&& cd ${MIG_ROOT}/mig/src/pylustrequota \
1586-
&& git clone git://git.whamcloud.com/fs/lustre-release.git \
1585+
&& git clone https://github.com/lustre/lustre-release \
15871586
&& cd ${MIG_ROOT}/mig/src/pylustrequota/lustre-release \
15881587
&& git checkout ${QUOTA_LUSTRE_VERSION} \
15891588
&& sh ./autogen.sh \

0 commit comments

Comments
 (0)