~aisrael/charms/precise/nfs/local-caveats-charm-proof

« back to all changes in this revision

Viewing changes to notes.markdown

  • Committer: Mark Mims
  • Date: 2011-07-17 15:39:11 UTC
  • Revision ID: mark.mims@canonical.com-20110717153911-hh1c1ry6ihykgiiw
depart

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
works to have:
3
 
 
4
 
nfs/metadata.yaml
5
 
 
6
 
    provides:
7
 
      networkshare:
8
 
        interface: nfs
9
 
 
10
 
 
11
 
drupal/metadata.yaml
12
 
 
13
 
    requires:
14
 
      networkshare:
15
 
        interface: nfs
16
 
 
17
 
and hooks named `networkshare-rela...`
18
 
 
19
 
---
20
 
 
21
 
but it's broken with
22
 
 
23
 
 
24
 
nfs/metadata.yaml
25
 
 
26
 
    provides:
27
 
      nfs:
28
 
        interface: mount
29
 
 
30
 
 
31
 
drupal/metadata.yaml
32
 
 
33
 
    requires:
34
 
      nfs:
35
 
        interface: mount
36
 
 
37
 
and hooks named `nfs-rela...`
38
 
 
39
 
---
40
 
 
41
 
dunno why...