$ sudo ./_output/fibrechannel --endpoint tcp://127.0.0.1:10000 --nodeid <CSINode>
Get csc
tool from https://github.com/rexray/gocsi/tree/master/csc
$ csc identity plugin-info --endpoint tcp://127.0.0.1:10000
"fibrechannel" "0.1.0"
$ export TARGET_WWNS="[\"<A Target WWN>\"]")
$ export WWIDS="[]"
$ csc node publish --endpoint tcp://127.0.0.1:10000 --attrib targetWWNs=$TARGET_WWNS --atrib WWIDs=$WWIDS --attrib lun=1 fctestvol
fctestvol
$ csc node unpublish --endpoint tcp://127.0.0.1:10000 fctestvol
fctestvol
$ csc node get-id --endpoint tcp://127.0.0.1:10000
<CSINode>