Event > List of events> Storage events
See also: A charm’s life, How to access storage
Storage events are those events that are about the lifecycle of juju storage.
Contents:
Complete list of storage events
-
<storage-name>-storage-attached
; emitted when a storage mount is attached. -
<storage-name>-storage-detaching
; emitted when a storage mount is detached.
Storage event triggers
TO BE ADDED
Storage events in ops
In ops
, all storage events inherit from ops.charm.StorageEvent
, which gives them the following attributes:
-
storage
: theops.model.Storage
instance this event is about.