health-checker should get started during NodeGetVolumeStats
call if not running yet
#4219
Labels
component/cephfs
Issues related to CephFS
As mentioned in #4200, the health-checker may not be running when
NodeGetVolumeStats
gets called. It is possible that the CephFS-nodeplugin was restarted (updated) while a volume was already mounted and used by an application.A difficulty here is that the
NodeGetVolumeStats
call only passes the publish-path for the volume, and the health-checker is using the staging-path (to prevent running multiple checkers for the same volume).The text was updated successfully, but these errors were encountered: