Frode Nordahl
Frode Nordahl
The distributed version of `nose` looks like this: ```python def _set_tests(self, tests): self._precache = [] is_suite = isinstance(tests, unittest.TestSuite) if isinstance(tests, collections.Callable) and not is_suite: ``` The same code in...
Multiple software projects make use of tmpfs as part of their operation. Some notable examples are Ceph and Kubernetes. We already have mount/umount of tmpfs support added as part of...
LXD supports configuring NIC acceleration for cards that support switchdev mode and OVS hardware offload. However, the current method of discovering which PF to allocate resources from prevents putting the...
Not sure how common this situation is, but it might be worth to probe if improved error handling is in order. ``` 2018-08-22 04:16:53 DEBUG juju.worker.uniter.remotestate watcher.go:530 update status timer...
## Description There are multiple projects in development that provide Open vSwitch in a snap (MicroOVN/MicroCloud, Sunbeam and possibly others). These projects have use for the Netplan Open vSwitch integration....
# Issue report ## What version of MicroCeph are you using ? ``` $ snap info microceph ... installed: 18.2.0+snapcba31e8c75 (999) 87MB - ``` ## What are the steps to...