1. Portworx Enterprise Documentation
"Create and use local snapshots
" section "Schedule snapshots." This section details the pxctl volume snapshot schedule create command
which includes the --retain flag. The documentation states
"--retain specifies how many snapshots to retain. Once the schedule creates the specified number of snapshots
it deletes the oldest snapshot before creating a new one." This directly supports the use of retention policies for lifecycle management.
2. Portworx Enterprise Documentation
"pxctl reference
" section "pxctl volume snapshot schedule create." The command reference explicitly defines the --retain option as the mechanism to "Specify number of snapshots to retain." This confirms that retention is a built-in
configurable feature intended for managing the number of snapshots.