diff options
Diffstat (limited to 'booster/src/booster.c')
-rw-r--r-- | booster/src/booster.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/booster/src/booster.c b/booster/src/booster.c index 2453e3b8d8a..54f3411e368 100644 --- a/booster/src/booster.c +++ b/booster/src/booster.c @@ -1093,6 +1093,10 @@ booster_cleanup (void) free (booster_glfs_fdtable); booster_glfs_fdtable = NULL; + /* FIXME: there may be issues during execution of fini of individual + xlators due to inconsistent lock states. + */ + glusterfs_umount_all (); glusterfs_reset (); } |