/**
  * Set snapshot mount path
  *
  * @param path
  */
 public void setSnapshotPath(String path) {
   snapshot.setPath(path);
 }