sonman

Results 19 comments of sonman

@dracuka I see exactly the same problem with ONL Stretch 3127f40. After approx. 5 times reboot it starts once. The other times it fails with "Switching rootfsumount: can't umount /sys/firmware/efi/efivars:...

Unfortunately this does not fix my problem. It still hangs immediately after switching root fs: > DEBUG:swimount:+ mount -o rw,remount /mnt/onl/data > [ 28.189425] EXT4-fs (sda6): re-mounted. Opts: data=ordered >...

When I comment out the following in `packages/base/all/initrds/loader-initrd-files/src/bin/switchroot` the system boots properly: > #if [ -d /sys/firmware/efi/efivars ]; then > #umount /sys/firmware/efi/efivars || : > #fi > ... > #if...

I experienced similar issue after updating PyCharm to 2021.2.

Maybe this fixes https://github.com/instaclustr/cassandra-exporter/issues/112 ?

One Cluster works and another Cluster with same Configuration does not. Exporter seems to be not reliable. Cassandra 4.1.2 Exporter 0.9.12

After new data (new tables) on one of the clusters (with a working exporter) the exporter now also fails with the described message above. So it seems that the error...

The release from [edgelaborities](https://github.com/edgelaboratories/cassandra-exporter/releases/tag/v0.9.12) has fixed the issue for me. (AFAIK because they just merged https://github.com/instaclustr/cassandra-exporter/pull/84)