]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
calamari_setup: mounting iso on older distros requires -o loop
authorDan Mick <dan.mick@redhat.com>
Thu, 26 Mar 2015 22:31:05 +0000 (15:31 -0700)
committerDan Mick <dan.mick@redhat.com>
Fri, 27 Mar 2015 00:01:48 +0000 (17:01 -0700)
commit5644bb5a8d4ecc3ce62e67b0e8703f5abb38a6b0
treecda87ecce438d04499297c815eef6adb76f46dab
parent55cb0a5e0560d15fa4cd1f3d77c7efb88f18f992
calamari_setup: mounting iso on older distros requires -o loop

Ubuntu's mount/kernel support "mount <file> <mntpnt>" directly;
apparently Centos 6 (and presumably RHEL6) require specifying at
least '-o loop' (a /dev/loopN will be dynamically allocated and removed
on unmount).

Signed-off-by: Dan Mick <dan.mick@redhat.com>
tasks/calamari_setup.py