Bug 850549

Summary: RFE Add support so an administrator can configure the condor_startd to provide per-job file system mounts
Product: Red Hat Enterprise MRG Reporter: Timothy St. Clair <tstclair>
Component: condorAssignee: Timothy St. Clair <tstclair>
Status: CLOSED CURRENTRELEASE QA Contact: Martin Kudlej <mkudlej>
Severity: medium Docs Contact:
Priority: medium    
Version: DevelopmentCC: matt, mkudlej, tstclair
Target Milestone: 3.0Keywords: FutureFeature
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: condor-7.8.8-0.7 Doc Type: Rebase: Enhancements Only
Doc Text:
Important: if this rebase also contains *bug fixes* (or contains only bug fixes), select the correct option from the Doc Type drop-down list. Rebase package(s) to version: condor-7.8 series Highlights and notable enhancements: An administrator can configure the condor_startd to provide per-job file system mounts. One use might be to provide each job its own view of /tmp and /var/tmp, which are private to that Condor job, and cleared when the job exits.
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-07-26 08:05:56 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 845292    

Description Timothy St. Clair 2012-08-21 20:00:13 UTC
On  Linux platforms which support a bind type of file system mount (which  are generally RHEL 5 systems and more recent platforms), the  administrator can configure the condor_startd to provide per-job file  system mounts. One use might be to provide each job its own view of /tmp  and /var/tmp, which are private to that Condor job, and cleared when  the job exits. This is implemented with the new MOUNT_UNDER_SCRATCH  configuration variable, which describes which directories to bind mount.

Comment 2 Martin Kudlej 2013-07-26 08:00:44 UTC
Tested with condor-7.8.8-0.4.3 on RHEL 6.4/5.9 x i386/x86_64 and it works. -->VERIFIED