Projet

Général

Profil

Paste
Télécharger au format
Statistiques
| Branche: | Révision:

root / plugins / lxc / lxc_guests @ 748cf3b4

Historique | Voir | Annoter | Télécharger (10,9 ko)

# Date Auteur Commentaire
748cf3b4 2019-08-19 09:07 Marc SCHAEFER

- grep EF is invalid
SYSFS: buster has an existing /sys/fs/cgroup/systemd/lxc/$guest_name/tasks,
which does not contain anything useful, so checking
/sys/fs/cgroup/cpuacct/lxc/$guest_name/tasks first.
- spurious blank space for lxc_net and lxc_ram in here document

6e452ac6 2019-08-11 20:36 Lars Kruse

Plugin lxc: remove fieldname compatibility attempt with double underscores

The attempt of compatibility (introduced in c0fe6dc3c) did not work,
since the previous implementation replaced the first character
(if it was invalid - e.g. a digit) instead of prepending an underscore.

858f3e3a 2019-08-11 20:36 Lars Kruse

Plugin lxc: rename to "lxc_guests"

The plugin handles details of LXC guests. Thus we should leave the
remainder of the namespace to other plugins.