Return cached data from minions
Changed in version 2017.7.0: The expr_form
argument has been renamed to tgt_type
, earlier
releases must use expr_form
.
Clear the cached pillar, grains, and mine data of the targeted minions
CLI Example:
salt-run cache.clear_all
New in version 2015.8.2.
Remove the update locks for Salt components (gitfs, git_pillar, winrepo) which use gitfs backend code from salt.utils.gitfs.
Note
Running cache.clear_all
will
not include this function as it does for pillar, grains, and mine.
Additionally, executing this function with a role
of gitfs
is
equivalent to running salt-run fileserver.clear_lock backend=git
.
Which type of lock to remove (gitfs
, git_pillar
, or
winrepo
)
If specified, then any remotes which contain the passed string will
have their lock cleared. For example, a remote
value of github
will remove the lock from all github.com remotes.
The types of lock to clear. Can be one or more of update
,
checkout
, and mountpoint
, and can be passed either as a
comma-separated or Python list.
New in version 2015.8.8.
Changed in version 2018.3.0: mountpoint
lock type added
CLI Examples:
salt-run cache.clear_git_lock gitfs
salt-run cache.clear_git_lock git_pillar
salt-run cache.clear_git_lock git_pillar type=update
salt-run cache.clear_git_lock git_pillar type=update,checkout
salt-run cache.clear_git_lock git_pillar type='["update", "mountpoint"]'
Changed in version 2017.7.0: The expr_form
argument has been renamed to tgt_type
, earlier
releases must use expr_form
.
Clear the cached grains data of the targeted minions
CLI Example:
salt-run cache.clear_grains
Changed in version 2017.7.0: The expr_form
argument has been renamed to tgt_type
, earlier
releases must use expr_form
.
Clear the cached mine data of the targeted minions
CLI Example:
salt-run cache.clear_mine
Changed in version 2017.7.0: The expr_form
argument has been renamed to tgt_type
, earlier
releases must use expr_form
.
Clear the cached mine function data of the targeted minions
CLI Example:
salt-run cache.clear_mine_func tgt='*' clear_mine_func_flag='network.interfaces'
Changed in version 2017.7.0: The expr_form
argument has been renamed to tgt_type
, earlier
releases must use expr_form
.
Clear the cached pillar data of the targeted minions
CLI Example:
salt-run cache.clear_pillar
Return cloud cache data for target.
Note
Only works with glob matching
Glob Target to match minion ids
Cloud Provider
CLI Example:
salt-run cache.cloud 'salt*'
salt-run cache.cloud glance.example.org provider=openstack
Fetch data from a salt.cache bank.
CLI Example:
salt-run cache.fetch cloud/active/ec2/myec2 myminion cachedir=/var/cache/salt/
Remove the key from the cache bank with all the key content. If no key is specified remove the entire bank with all keys and sub-banks inside.
CLI Examples:
salt-run cache.flush cloud/active/ec2/myec2 cachedir=/var/cache/salt/
salt-run cache.flush cloud/active/ec2/myec2 myminion cachedir=/var/cache/salt/
Changed in version 2017.7.0: The expr_form
argument has been renamed to tgt_type
, earlier
releases must use expr_form
.
Return cached grains of the targeted minions.
Target to match minion ids.
Changed in version 2017.7.5,2018.3.0: The tgt
argument is now required to display cached grains. If
not used, the function will not return grains. This optional
argument will become mandatory in the Salt 3001
release.
The type of targeting to use for matching, such as glob
, list
,
etc.
CLI Example:
salt-run cache.grains '*'
Lists entries stored in the specified bank.
CLI Example:
salt-run cache.list cloud/active/ec2/myec2 cachedir=/var/cache/salt/
Changed in version 2017.7.0: The expr_form
argument has been renamed to tgt_type
, earlier
releases must use expr_form
.
Return cached mine data of the targeted minions
CLI Example:
salt-run cache.mine
Changed in version 2017.7.0: The expr_form
argument has been renamed to tgt_type
, earlier
releases must use expr_form
.
Return cached pillars of the targeted minions if tgt is set. If tgt is not set will return cached pillars for all minions.
CLI Example:
salt-run cache.pillar
Lists entries stored in the specified bank.
CLI Example:
salt-run cache.store mycache mykey 'The time has come the walrus said'