search for: containerdir

Displaying 1 result from an estimated 1 matches for "containerdir".

Did you mean: container_id
2013 Feb 18
1
Directory metadata inconsistencies and missing output ("mismatched layout" and "no dentry for inode" error)
...ut what might be causing it. I'm running a cluster of two dozen nodes, where the processing nodes are also the gluster bricks (using the SLURM resource manager). Each node has the glusters mounted natively (not NFS). All nodes are using v3.2.7. Each job in the node runs a shell script like so: containerDir=$1 groupNum=$2 mkdir -p $containerDir ./generateGroupGen.py $groupNum >$containerDir/$groupNum.out Then run the following jobs: runGroupGen [glusterDirectory] 1 runGroupGen [glusterDirectory] 2 runGroupGen [glusterDirectory] 3 ... Typically about 200 jobs launch within milliseconds of each ot...