github.com/niedbalski/juju@v0.0.0-20190215020005-8ff100488e47/acceptancetests/repository/charms/dummy-storage/hooks/multi-blk-storage-attached (about) 1 #!/bin/bash 2 set -x 3 4 juju-log -l INFO "Storage is attached." 5 juju-log -l INFO "Storage details: $(storage-list)" 6 7 status-set active "Started" || true