File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change
1
+ The template below is mostly useful for bug reports and support questions.
2
+ Feel free to remove anything which doesn't apply to you and add more information where it makes sense.
3
+
4
+ # Required information
5
+
6
+ * Distribution:
7
+ * ` cat /etc/os-release ` or ` cat /etc/lsb-release `
8
+ * LXCFS version:
9
+ * The output of
10
+ * ` uname -a `
11
+ * ` cat /proc/1/mounts `
12
+ * ` ps aux | grep lxcfs `
13
+ * LXCFS logs
14
+
15
+ # Issue description
16
+
17
+ A brief description of what failed or what could be improved.
18
+
19
+ If you have LXCFS crashing, please, collect a crash dump.
20
+
21
+ # Steps to reproduce
22
+
23
+ 1 . Step one
24
+ 2 . Step two
25
+ 3 . Step three
26
+
27
+ # Information to attach
28
+
29
+ - [ ] any relevant kernel output (` dmesg ` )
30
+ - [ ] LXCFS daemon output / logs
31
+ - [ ] LXCFS configuration (Which options were used to start a LXCFS daemon? ` ps aux | grep lxcfs ` )
32
+ - [ ] in case of crash, a core dump (please, read [ how to collect a core dump] ( https://github.com/lxc/lxcfs?tab=readme-ov-file#core-dump ) )
You can’t perform that action at this time.
0 commit comments