~daisy-pluckers/charms/trusty/daisy-retracer/trunk

« back to all changes in this revision

Viewing changes to scripts/mount-volume.py

  • Committer: Brian Murray
  • Date: 2016-05-31 22:20:53 UTC
  • Revision ID: brian@canonical.com-20160531222053-g78y0pa3yh21w36m
utilize arm64 retracers

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
    host.service_stop('retracer-i386')
24
24
    host.service_stop('retracer-amd64')
25
25
    host.service_stop('retracer-armhf')
 
26
    host.service_stop('retracer-arm64')
26
27
 
27
28
 
28
29
def volume_change_post():
82
83
            host.service_start('retracer-i386')
83
84
            host.service_start('retracer-amd64')
84
85
            host.service_start('retracer-armhf')
 
86
            host.service_start('retracer-arm64')
85
87
        else:
86
88
            hookenv.log('%s is already a sym link to persistent storage' % CACHE_DIR, hookenv.INFO)