Olli Janatuinen
Olli Janatuinen
@exodusd I highly recommended you to use [official MariaDB image](https://hub.docker.com/_/mariadb) top of Linux version of Docker and only use Windows containers for workloads which are not able run on Linux....
Not exactly portable but FYI that I did publish MSI package which can be installed without local admin rights on https://github.com/olljanat/ChatGPT Config and exported markdown files I pushed to GitHub...
TestServiceWithDefaultAddressPoolInit looks to be also flaky. Created item #38514
FYI. We had this issue today with 17.09.1. After couple of hours troubleshooting cloned one manager and one worker VMs to sandbox network and there they was working fine immediately...
@kevb Which docker version you are running? I can see that there is plenty of fixes included to 18.03.0-ce version so it would be interesting to here if anyone have...
FYI. I created [stress testing tool](https://github.com/olljanat/swarmkit-stress-tester) for Swarmkit which builds latest version of it from puts it to env where network failures can be generated on purpose. I was able...
iSCSI implementation in Linux is a bit tricky. I have used only [this](https://hub.docker.com/r/ntnx/nutanix_volume_plugin) legacy type of Docker plugin with iSCSI. It is not open source but there is something I...
Manual discovery of course is just test and it is bit tricky to troubleshoot these plugins. But sure you can handle iscsiadm inside of container too. Depending how it is...
`dial unix` is just generic error which means that CSI plugin either crashed or returned error because prerequirements are not in-place. So did you tested that iscsi discovery works? First...
@sethicis Btw, now you have capabilities from my example but whole root fs mount. So most probably you need to add `CAP_SYS_CHROOT` > I handle the iscsiadm command using chroot...