This change enables the auto-reconnect in cephfs mount
when a client is disconnected. It can occur by an issue
in ceph client or a client eviction in mds caused by
ceph client hanging.
Test Plan:
- PASS: upload/apply rook-ceph app
- PASS: Create PVC with StorageClass cephfs
- PASS: Create POD with PVC
- PASS: Check in POD if the mount options was updated
- PASS: Evict a connected ceph client, clear the ceph blacklist and
check the pod volume is remounted correctly
Partial-Bug: 2085648
Change-Id: If53951fea90e429515975ef0dc2d077f4e8f2622
Signed-off-by: Felipe Sanches Zanoni <Felipe.SanchesZanoni@windriver.com>