Merge ~ack/maas:1915021-1915022-2.9 into maas:2.9

Proposed by Alberto Donato
Status: Merged
Approved by: Alberto Donato
Approved revision: 2c8c1224b9e4f4ac311fce39dcdcabcea790c1a4
Merge reported by: MAAS Lander
Merged at revision: not available
Proposed branch: ~ack/maas:1915021-1915022-2.9
Merge into: maas:2.9
Diff against target: 21 lines (+2/-1)
1 file modified
snap/snapcraft.yaml (+2/-1)
Reviewer Review Type Date Requested Status
Alberto Donato (community) Approve
Review via email: mp+398126@code.launchpad.net

Commit message

LP: #1915021 #1915022 - fix subnet mapping in the snap, add nmap

Subnet mapping acquires a lock under /dev/shm which needs to be prefixed with
the snap name
This also adds nmap to the snap, which makes mapping faster

To post a comment you must log in.
Revision history for this message
Alberto Donato (ack) :
review: Approve

There was an error fetching revisions from git servers. Please try again in a few minutes. If the problem persists, contact Launchpad support.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
2index 631c605..53b441d 100644
3--- a/snap/snapcraft.yaml
4+++ b/snap/snapcraft.yaml
5@@ -31,7 +31,7 @@ plugs:
6 apps:
7 supervisor:
8 daemon: simple
9- command: bin/run-supervisord
10+ command: bin/ld-preload $SNAP/bin/run-supervisord
11 environment:
12 PYTHONPATH: $SNAP/usr/lib/python3/dist-packages:$SNAP/usr/lib/python3.8/dist-packages
13 LD_PRELOAD: $SNAP/usr/lib/stub_initgroups.so
14@@ -102,6 +102,7 @@ parts:
15 - libxtables12
16 - lshw
17 - nginx-core
18+ - nmap
19 - openssh-client
20 - python3-attr
21 - python3-bson

Subscribers

People subscribed via source and target branches