Class: OsCtld::Commands::Container::MoveCleanup
Instance Method Summary
collapse
#execute
#build_dataset_map, #cleanup_target_container!, #clear_failed_state_snapshot, #complete_target!, #destroy_local_transfer_snapshots, #ensure_target_staged_or_complete!, #find, #force_writeout, #require_local_transfer_log!, #snapshot_datasets, #snapshot_name, #start_target!, #target_ct, #target_pool, #transfer_dataset, #validate_dataset_layout!
Methods inherited from Logged
#base_execute, #find
Instance Method Details
#cleanup_after_snapshots(ct, _log) ⇒ Object
13
14
15
16
17
18
19
20
|
# File 'lib/osctld/commands/container/move_cleanup.rb', line 13
def cleanup_after_snapshots(ct, _log)
call_cmd!(
Commands::Container::Delete,
id: ct.id,
pool: ct.pool.name,
force: true
)
end
|
#operation ⇒ Object
9
10
11
|
# File 'lib/osctld/commands/container/move_cleanup.rb', line 9
def operation
:move
end
|