We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 705b76b commit d256e88Copy full SHA for d256e88
1 file changed
cloudlab/bin/update_qdisc
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-# Copyright (c) 2024 Homa Developers
+# Copyright (c) 2024-2026 Homa Developers
4
# SPDX-License-Identifier: BSD-1-Clause
5
6
# Update qdisc modules on one or more machines, based on information
@@ -15,8 +15,8 @@
15
# (e.g. "update_qdisc 4 2" means node2 through node5 will be updated).
16
# "first" defaults to 1.
17
18
-v=`uname -r`
19
-#v=5.17.7+
+v="${LINUX_VERSION:-$(uname -r)}"
+echo Using version $v
20
21
if [ $# -eq 2 ]; then
22
first=$2
0 commit comments