Next: Booting from a local
Up: Management of local disks
Previous: EXCLUDESYNC syntax
Contents
EXCLUDEDEPLOY syntax
| EXCLUDEDEPLOY path |
[-c class[,class]...] [-n node[,node]...] [-p property[,property]...] |
|
Specifies files or directories that should not be deployed to nodes when the
mk-diskful command (section 6.5) is run.
Note: This directive is only applicable to diskful nodes.
- - path specifies a file or directory (glob) that should not be
synced.
- -c limits the directive to apply only to the given classes.
- -n limits the directive to apply only to the given nodes.
- -p limits the directive to apply only to nodes having one or more of the given properties.
This is useful for excluding directories on diskful node deployments. As an
example, if you are using git for revision control for your image
(see section ), you could use this directive to keep the .git
directory from being deployed.
root
2017-02-23