potiuk commented on code in PR #60018:
URL: https://github.com/apache/airflow/pull/60018#discussion_r2657105713


##########
scripts/ci/make_mnt_writeable.sh:
##########
@@ -17,6 +17,14 @@
 # under the License.
 function make_mnt_writeable {
     set -x
+    echo "Investigating node disks"
+    lsblk
+    sudo blkid
+    echo "Check that we have expected /mnt to be a separate mount"
+    if ! lsblk | grep -q /mnt; then
+        echo "/mnt is missing as a separate mount, runner misconfigured!"
+        exit 42

Review Comment:
   Hell yeah !



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to