Adam Zegelin

Results 11 comments of Adam Zegelin

@SuperQ LX zones should be considered to be similar to full VMs rather than linux containers. We're not talking about LXC or Docker here.

@brian-brazil > Which architecture is this? x86_64 @grobie Exactly. Processes running in a LX zone *think* they are running on Linux even though the host is actually Solaris. > Does...

Yes, these could be tuned better. See https://github.com/instaclustr/cassandra-operator/blob/master/java/operator/src/main/java/com/instaclustr/cassandra/operator/controller/DataCenterReconciliationController.java#L324 That logic should be similar to the default `cassandra-env.sh`, but this should be confirmed.

Part of the complexity stems from needing to update both the `ConfigMap` and `ConfigMapVolumeSource` and keep them in sync for every file we want to add to the config. `configMapVolumeAddTextFile(...)`...

Also add better logging for K8s `ApiException`s. They provide a lot more detail, but that info is in other fields of the exception object (response body, headers, status, etc). TODO:...

I mirror @dkg's comment. I was planning to write a socket activated Python daemon that supported fds with names, but I discovered that support for `listen_fds_with_names` isn't present in the...

For anyone running Arch, this AUR package will install the latest version from git: https://aur.archlinux.org/packages/python-systemd-git/

Hi @spjspjspj could you please raise this issue against github.com/instaclustr/cassandra-exporter? Many thanks for bringing this to my attention.

I encountered this issue too. Tried to copy paste the example code and was unable to run it because `get_human` is not defined anywhere in the documentation. I eventually made...

/remove-lifecycle stale