Problem Description:
Running nomad-pack run for a single service with a single variables file, the command stopped all other jobs that were previously deployed under the same pack deployment name, without any warning during nomad-pack plan.
Expected behavior:
nomad-pack plan should detect that there are existing jobs with the same name and issue a warning that the jobs will be stopped as part of plan execution.
Actual behavior:
nomad-pack plan does not indicate that any existing jobs will be stopped.
All jobs previously deployed under the same pack deployment name are stopped during run with the warning:
warning: Job '<job name>' is no longer defined in pack deployment '<deployment name>' - stopping
Environment:
nomad-pack version: v0.4.2 (cd4d2a4)
Nomad version: 1.9.6+ent
Problem Description:
Running
nomad-pack runfor a single service with a single variables file, the command stopped all other jobs that were previously deployed under the same pack deployment name, without any warning duringnomad-pack plan.Expected behavior:
nomad-pack planshould detect that there are existing jobs with the same name and issue a warning that the jobs will be stopped as part of plan execution.Actual behavior:
nomad-pack plandoes not indicate that any existing jobs will be stopped.All jobs previously deployed under the same pack deployment name are stopped during run with the warning:
warning: Job '<job name>' is no longer defined in pack deployment '<deployment name>' - stoppingEnvironment:
nomad-pack version: v0.4.2 (cd4d2a4)
Nomad version: 1.9.6+ent