Ciaran Moran
Ciaran Moran
[__EDIT__: `ctr` does not seem to respect the `snapshotter` setting in `/etc/containerd/config.toml`] ----- This looks like a problem with containerd, or my config for it: ``` ➜ sudo ctr run...
Sure: ``` ➜ sudo ignite ps -a VM ID IMAGE KERNEL SIZE CPUS MEMORY CREATED STATUS IPS PORTS NAME ➜ sudo ignite run --runtime containerd weaveworks/ignite-ubuntu \ --interactive \ --name...
ZFS config: ``` ➜ zfs list -d 1 -o space,quota,com.sun:auto-snapshot,mountpoint | grep -E '^NAME|var' NAME AVAIL USED USEDSNAP USEDDS USEDREFRESERV USEDCHILD QUOTA COM.SUN:AUTO-SNAPSHOT MOUNTPOINT zfsroot/containerd 9.99G 5.86M 13K 88K 0B...
I know you're very busy with other projects: if I can be of further help (perhaps you want me to create and mount an ext4 filesystem somewhere), let me know.
## Workaround Use an ext4 filesystem for `/var/lib/containerd`: - Stop `containerd` - Change `snapshotter` from `zfs` to `overlayfs` - Create a ZFS volume, format as ext4, mount at `/var/lib/containerd` -...
> > "Please upgrade Terraform to at least 0.12.31 to receive new provider updates." I know, but [build-tools is on 0.12.0](https://github.com/weaveworks/build-tools/pull/176). I suggest seeing if we can fix that first,...
https://github.com/weaveworks/build-tools/pull/177
What a rabbit hole! Fun with Git submodules. :slightly_smiling_face:
Thanks for the clarification, @kylekirkby !
Hi @ric96 , @Mani-Sadhasivam , The target link [https://snapshots.linaro.org/reference-platform/components/uefi-staging/latest/hikey/debug/recovery.bin] 404's. Walking up the tree, I get the same 404 until I hit [https://snapshots.linaro.org/reference-platform/components/uefi-staging/latest/], where you will note there is no...