elasticluster / elasticluster

Create clusters of VMs on the cloud and configure them with Ansible.
http://elasticluster.readthedocs.io/
GNU General Public License v3.0
335 stars 150 forks source link

Parallel environment slots not updated on resize (gridengine) #680

Open a1an77 opened 4 years ago

a1an77 commented 4 years ago

When resizing a gridengine cluster, the parallel environment configuration does not get updated, likely because the PE already exists and is not updated by the -Ap option of qconf. This should be detected and the -Mp option used instead to modify it.

riccardomurri commented 4 years ago

Can you check out code for https://github.com/elasticluster/elasticluster/pull/681 and tell me if it fixes the issue?

(Note: I will be on vacation for a week starting tonight so won't be able to react quickly to follow-ups.)

a1an77 commented 4 years ago

It fixes the issue, thanks.

riccardomurri commented 4 years ago

Merged into "master".

Many thanks for reporting and checking it so quickly!