manila-test-image/server-files/usr/bin/manila-cifs-suspend
Ben Swartzlander ec4efbe1bb Add shell scripts for use by nextgen generic driver
Change-Id: I96c10740f299ddc4bccdd7f538cf1417c8a09ea2
2017-10-26 18:14:44 +00:00

9 lines
167 B
Bash
Executable File

#!/bin/sh -e
# manila-cifs-suspend <cookie>
NUM=$1
SHARE=share_$NUM
net conf showshare $SHARE | sed '/^\[/d' > /metadata/$NUM/offline.parms
net conf delshare $SHARE