remount abstract method

Future<MountRecord> remount(
  1. String mountId
)

Re-establishes the mount mountId after a node restart.

Implementation

Future<MountRecord> remount(String mountId);