Unsolved
This post is more than 5 years old
1 Rookie
•
4 Posts
0
3685
August 29th, 2013 00:00
Job TreeDelete has failed
I try to delete a directory (/ifs/data/simple_xfer_text) with the job "TreeDelete", and the cluster returns the following message :
Sender OneFS Version: Isilon OneFS v6.5.5.15 B_6_5_5_183(RELEASE)
Cluster Events
------------------------------------------------------------------------
ID Started Sev Message
------------------------------------------------------------------------
10.5203 08/05 09:30 C Job TreeDelete has failed
Why a such message for a basic operation ?
Thank you for your answers.
0 events found
No Events found!


Peter_Sero
6 Operator
•
1.2K Posts
1
August 29th, 2013 02:00
Maybe (hopefully) just a classic issue in new clothes...
If you have any quota domain set at that tree's root
or below, the tree cannot be deleted.
rm -rf ... will fail, too.
Find out with
isi quota list --recurse-path=/ifs/path/to/tree
If it's not the quotas, you might check
isi job hist -v -jTreeDelete
and search for pertinent messages in:
/var/log/messages
/var/log/isi_job_d.log
-- Peter
jeanfrancois_ch
1 Rookie
•
4 Posts
0
August 29th, 2013 04:00
Today the same job has finished successfully ...