Re: [slurm-users] Running mix versions of slurm while upgrading

2019-10-20 Thread Ole Holm Nielsen
FWIW, you may be interested in my Wiki on upgrading Slurm: https://wiki.fysik.dtu.dk/niflheim/Slurm_installation#upgrading-slurm You should also read the pages on Upgrading in the presentation Technical: Field Notes From A MadMan, Tim Wickberg, SchedMD from last month's Slurm User Group meeting

Re: [slurm-users] Running mix versions of slurm while upgrading

2019-10-20 Thread Andy Georges
Hi Tony, On Mon, Oct 21, 2019 at 01:52:21AM +, Tony Racho wrote: > Hi: > > We are planning to upgrade our slurm cluster however we plan on NOT doing it > in a one-go. > > We are on 18.08.7 at the moment (db, controller, clients) > > We'd like to do it in a phased approach. > > Stop communicat

Re: [slurm-users] All job steps are not displayed even if 'allsteps' is specified.

2019-10-20 Thread Uemoto, Tomoki
Hi, all Sorry, it's my mistake. Please forget about it. Regards, Tomo -Original Message- From: Uemoto, Tomoki/上本 友樹 Sent: Monday, October 21, 2019 11:54 AM To: slurm-users@lists.schedmd.com Subject: All job steps are not displayed even if 'allsteps' is specified. Hi, all Is the ssta

[slurm-users] All job steps are not displayed even if 'allsteps' is specified.

2019-10-20 Thread Uemoto, Tomoki
Hi, all Is the sstat allsteps option working? $ sstat --version slurm 18.08.6 $ I ran the following job script for test reason. $ cat sleep_60.sh #!/bin/bash #SBATCH -J sleep_60 #SBATCH -o job.%j.out srun sleep 60 & srun sleep 60 & srun sleep 60 $ $ sbatch sleep_60.sh Submitted b

[slurm-users] Running mix versions of slurm while upgrading

2019-10-20 Thread Tony Racho
Hi: We are planning to upgrade our slurm cluster however we plan on NOT doing it in a one-go. We are on 18.08.7 at the moment (db, controller, clients) We'd like to do it in a phased approach. Stop communication between controller and slurmdbd while updating slurmdbd to 19.05.X. Concurrently