#!/usr/bin/bash
#
# Called by the MPFS DS to mount a virtual disk.
#
# Uses the following environment variables:
#
# VDISK_ID - ID of the vDisk to mount
#

vstorage-mpfs-vdiskctl mount --id "$VDISK_ID"
exit $?
