commit | 38a23d901aa1fd55dbe0d57718124c00d4f658cb | [log] [tgz] |
---|---|---|
author | liumk <liumk@rc.inesa.com> | Wed Dec 13 15:09:02 2017 +0800 |
committer | liumk <liumk@rc.inesa.com> | Wed Dec 13 15:53:08 2017 +0800 |
tree | 9414b327e3fa6d95a6b475ca189c2d09393e17a3 | |
parent | 924b1149c8138bf1401aaef709e00f680509c33f [diff] |
ceph plugin installation: umount correct device if it existed. The loopback device is created for ceph osd. If the directory ${storage_data_dir} has been mounted when create disk, we should umount ${storage_data_dir} instead of ${storage_data_dir}/drives/sdb1. Change-Id: Ie9fe81c820c485dab9f049cf5a81c02424925728 Closes-Bug: #1689089