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

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