![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||||||||
Solution Type Problem Resolution Sure Solution 2380493.1 : Oracle ZFS Storage Appliance: Unable to delete NDMP snapshots, reporting snapshot is busy.
Unable to delete NDMP snapshots they were reporting busy. In this Document
Created from <SR 3-17180445491> Applies to:Sun ZFS Storage 7420 - Version All Versions and laterOracle ZFS Storage ZS5-4 - Version All Versions and later Oracle ZFS Storage ZS5-2 - Version All Versions and later Oracle ZFS Storage Appliance Racked System ZS5-4 - Version All Versions and later Oracle ZFS Storage Appliance Racked System ZS5-2 - Version All Versions and later 7000 Appliance OS (Fishworks) SymptomsSnapshots exist in a share from failed NDMP backups. The snapshots do not seem to be able to be deleted using the BUI and/or CLI.
In an attempt to resolve this situation - try to restart the NDMP service in the BUI or CLI. Go to configuration service and select ndmp and restart the service : CLI: configuration services ndmp> disable Then try to remove/destroy the snapshots in question.
If above steps fail, engage Oracle customer support. Directly deleting the snapshots in the Solaris shell also fails: > confirm shell # zfs destroy pool2/local/ex_backup_2/backup2@.ndmp.38
ChangesCustomer reported NDMP backup server failed and never notified the ZFSSA.
CauseThe NDMP service had a lock on the snapshots. Needed to restart the NDMP service and then was able to destroy the snapshots.
SolutionFind the NDMP snapshots in question, restart the NDMP service, then delete the snapshots.
# zfs list -t snapshot | grep backup -i ndmp
pool2/local/ex_backup_2/backup2@.ndmp.38 14.2T - 15.3T - pool2/local/ex_backup_2/backup2@.ndmp.51 4.52T - 13.3T - pool2/local/ex_backup_2/backup2@.ndmp.59 2.42T - 15.5T -
# zfs destroy pool2/local/ex_backup_2/backup2@.ndmp.38
# svcadm restart /system/ndmpd:default
# zfs destroy -f pool2/local/ex_backup_2/backup2@.ndmp.38
# zfs destroy -f pool2/local/ex_backup_2/backup2@.ndmp.51 # zfs destroy -f pool2/local/ex_backup_2/backup2@.ndmp.59
# zfs list -t all -o used,name |fgrep zomb
238K pool2/zombie 119K pool2/zombie/shares
References<NOTE:1444984.1> - ZFS Snapshot May Leak During a NDMP BackupAttachments This solution has no attachment |
||||||||||||||||||||
|