Skip to content

Commit 64eb53f

Browse files
Merge pull request #11 from Azure/bugfix/sched_config
PBS master failed to converge
2 parents a85616a + d4dff69 commit 64eb53f

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

project.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = pbspro
33
label = PBS Professional OSS
44
type = scheduler
5-
version = 1.2.0
5+
version = 1.2.1
66
autoupgrade = true
77

88
[blobs]

specs/default/chef/site-cookbooks/pbspro/recipes/scheduler.rb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,15 @@
2222
action :create
2323
end
2424

25+
# Create parent directory structure
26+
directory '/var/spool/pbs'
27+
28+
# Create sched_priv directory before attempting
29+
# to write config to that location.
30+
directory '/var/spool/pbs/sched_priv' do
31+
mode 0o750
32+
end
33+
2534
cookbook_file "/var/spool/pbs/doqmgr.sh" do
2635
source "doqmgr.sh"
2736
mode "0755"

0 commit comments

Comments
 (0)