In addition to "exportfs -au", we take a sledgehammer to it
by shutting down all the worker threads and flushing out
the client export table.
Signed-off-by: Yan, Zheng <zyan@redhat.com>
Signed-off-by: Greg Farnum <Greg@inktank.com>
'-au',
],
)
+ remote.run(
+ args=[
+ 'sudo',
+ 'rpc.nfsd',
+ '0',
+ ],
+ )
+ remote.run(
+ args=[
+ 'sudo',
+ 'exportfs',
+ '-f',
+ ],
+ )
log.debug('Syncing client client.{id}'.format(id=id_))
remote.run(
args=[