batrick / ceph-linode

Launch Ceph using the Linode VPS provider
GNU General Public License v3.0
13 stars 10 forks source link

enable ephemeral pins for cephfs tests #58

Closed batrick closed 4 years ago

sidharthanup commented 4 years ago

@batrick Won't it again try to apply ceph.dir.pin here: https://github.com/batrick/ceph-linode/blob/edcd9c037be3a79d4ab1f3286dbcdb39b39e9c9e/misc/test-clone-rm-kernel.sh#L16 , since MAX_MDS is not an empty string. Maybe also check if its not equal to d ?

batrick commented 4 years ago

, since MAX_MDS is not an empty str

good point, I updated it to be cleaner. Havne't tested yet though.