Skip to content

Commit 7241f6c

Browse files
committed
Removed lustre quota cleanup TODO comment related to commit #1c60150a74f31088723da4fbec708d13ced9ee3b
1 parent 1548d2a commit 7241f6c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Dockerfile.rocky8

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1693,7 +1693,6 @@ RUN if [ "${ENABLE_QUOTA}" = "True" ] \
16931693
krb5-devel.x86_64 \
16941694
&& dnf clean all \
16951695
&& rm -fr /var/cache/dnf \
1696-
# TODO: clean up after this download+build to avoid bloating image
16971696
&& cd ${MIG_ROOT}/mig/src/pylustrequota \
16981697
&& git clone https://github.com/lustre/lustre-release \
16991698
&& cd ${MIG_ROOT}/mig/src/pylustrequota/lustre-release \

Dockerfile.rocky9

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1580,7 +1580,6 @@ RUN if [ "${ENABLE_QUOTA}" = "True" ] \
15801580
krb5-devel.x86_64 \
15811581
&& dnf clean all \
15821582
&& rm -fr /var/cache/dnf \
1583-
# TODO: clean up after this download+build to avoid bloating image
15841583
&& cd ${MIG_ROOT}/mig/src/pylustrequota \
15851584
&& git clone https://github.com/lustre/lustre-release \
15861585
&& cd ${MIG_ROOT}/mig/src/pylustrequota/lustre-release \

0 commit comments

Comments
 (0)