yandex-cloud / k8s-csi-s3

GeeseFS-based CSI for mounting S3 buckets as PersistentVolumes
Other
540 stars 95 forks source link

Fix Cannot set property ExecStopPost, or unknown property Directly operat… #92

Closed jinjianming closed 7 months ago

jinjianming commented 8 months ago

I have reviewed many materials but still cannot implement ExecStoppPost or StoppPost through dbus API. Based on my experience with Linux, I can directly write ExecStoppPost to the service file

This method may not be the best solution, but it has indeed been implemented

jinjianming commented 8 months ago
image
jinjianming commented 8 months ago

https://github.com/yandex-cloud/k8s-csi-s3/issues/69

vitalif commented 7 months ago

Hi, did you try the version from master (not released yet) with just StopPost?

vitalif commented 7 months ago

Ok, I checked it myself on centos 7, StopPost doesn't work Thanks for idea by the way, I made my own fix based on it. Check it out in the master branch!