c3y1huang
c3y1huang
Weird, again, I wasn’t able to reproduce the issue. Here are my steps: 1. Create LVM on all worker nodes. ```bash DEVICE_PATH="/dev/xvdh" pvcreate $DEVICE_PATH vgcreate vg01 $DEVICE_PATH lvcreate -n longhorn...
@HolgerHees 1. Could you share the steps you used to create the LVM device at `/dev/vg01/longhorn`? Any additional setups? 1. Not sure if LVM is the issue here. From what...
@innobead @chriscchien , just digging through some issues and PRs and I am wondering if you might remember the original purpose for these services (since v1.2.3)? - https://github.com/longhorn/longhorn/pull/3345 - https://github.com/longhorn/longhorn-manager/pull/1163...
Don't know why the CI test is failing. 1. I am not experiencing failure in my local build. 1. There have been no changes to the node controller in this...
> Don't know why the CI test is failing. > > 1. I am not experiencing failure in my local build. > 2. There have been no changes to the...
> Re-running the CI build doesn't help. https://github.com/longhorn/longhorn/issues/8658
~Marking this as _draft_ to work on upgrade scenarios.~ done
~Marking this as a _draft_ to work on a global setting that controls the enablement of the storage network for RWX volumes.~ done
> * How does this part work? From the new code, I don't see the relationship between the Service and the Endpoint. How does the Service FQDN point to the...
> @c3y1huang Do we have any limitation for the change of Retain? I don't see any issues with making this field editable in the UI. The field is already exposed...