#!/bin/bash
set -x

juju-log -l INFO "Storage is attached."
juju-log -l INFO "Storage details: $(storage-list)"

status-set active "Started" || true
