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...
At present, the `cat` command unexpectedly prints an error message when it receives a broken pipe error. As an example, there are many workflows that make use of `cat` and...
Scripts exist that may call one of the multi-binary entry points with argument 0 set to some other value than the name of the entry point. One example is the...
The core26 snap appears to make use of the GNU coreutils, Ubuntu Questing is moving to a default of the uutils re-implementation of coreutils in Rust, and as a side...
Please review/merge commit by commit.