update-status hook executes a2enmod unnecessarily
Bug #1907725 reported by
Nobuto Murata
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ceph RADOS Gateway Charm |
New
|
Undecided
|
Unassigned | ||
OpenStack Cinder Charm |
New
|
Undecided
|
Unassigned |
Bug Description
This is not a high importance, but similar to LP: #1907171. I see the output from a2enmod always when running update-status hooks.
$ juju run --unit ceph-radosgw/0 -- time hooks/update-status
Considering dependency setenvif for ssl:
Module setenvif already enabled
Considering dependency mime for ssl:
Module mime already enabled
Considering dependency socache_shmcb for ssl:
Module socache_shmcb already enabled
Module ssl already enabled
Module proxy already enabled
Considering dependency proxy for proxy_http:
Module proxy already enabled
Module proxy_http already enabled
Module headers already enabled
active
active
active
real 0m3.377s
user 0m2.690s
sys 0m0.793s
To post a comment you must log in.
a2enmod is a part of ApacheSSLContext fwiw.