Vitaliy Filippov
b58f8589e5
geesefs/goofys does not accept options after arguments because of urfave/cli
2021-07-27 13:56:51 +03:00
Vitaliy Filippov
128b9d7738
Rename ctrox/csi-s3 to yandex-cloud/csi-s3
2021-07-27 13:56:51 +03:00
Vitaliy Filippov
49d7c3a488
Rename CSI driver to ru.yandex.s3.csi
2021-07-27 13:56:50 +03:00
Vitaliy Filippov
46da5a7002
Add mount options example
2021-07-27 13:56:50 +03:00
Vitaliy Filippov
ce0d5e7704
Delete objects in parallel when deleting auto-created volumes
2021-07-27 13:10:45 +03:00
Vitaliy Filippov
426a9623b6
Add manual (static) provisioning example
2021-07-27 13:10:45 +03:00
Vitaliy Filippov
1f29b29459
Remove s3backer mounter as it's mostly unusable
2021-07-27 13:10:44 +03:00
Vitaliy Filippov
f723bccaf3
Rename Goofys mounter to GeeseFS and use it by default
2021-07-26 21:11:32 +03:00
Vitaliy Filippov
322362ab88
It is.
2021-07-26 21:11:32 +03:00
Vitaliy Filippov
4ba5ca319b
Call process.Wait to reap children
2021-07-26 21:11:32 +03:00
Vitaliy Filippov
55013c94bc
Add 3 FIXMEs
2021-07-26 21:11:32 +03:00
Vitaliy Filippov
a0cf78dcbc
Remove recursion in waitForProcess
2021-07-26 21:11:32 +03:00
Vitaliy Filippov
2089c40001
Do not store additional metadata in .metadata.json in the bucket itself
2021-07-26 21:11:32 +03:00
Vitaliy Filippov
9562699f1b
Remove additional FSPath prefix
2021-07-19 15:41:45 +03:00
Vitaliy Filippov
63a2ab3476
Use goofys binary
2021-07-19 15:41:45 +03:00
Vitaliy Filippov
d78d476d6d
Add mount options support
2021-07-16 16:12:57 +03:00
boxjan
8449c1e2e9
Although get a EOF error, we should still know it
2021-04-09 21:45:52 +08:00
boxjan
fa9ef78362
fix problem: log format; fs meta;
2021-04-08 22:35:31 +08:00
boxjan
7b5a3f6f4d
fix problem
...
* rclone use 1.54.1
* add EnsureFSMetaExist func
* fix removeObjects have err check
* add removeObjectsOneByOne, when removeObjects failed, will try to use it
* fix repeat in yaml
2021-04-08 00:06:56 +08:00
Cyrill Troxler
676dbef6d3
Prepare release v1.2.0-rc.1
2021-04-06 19:31:43 +02:00
Cyrill Troxler
b11261ebe7
Only delete bucket if the volume is the alone user
2021-04-06 19:24:09 +02:00
Cyrill Troxler
26cb1d95e8
Use volume ID as a prefix if the bucket is fixed in the storage class
...
With this, each volume will get its own prefix within the bucket if it
is configured in the storage class. This also ensures backwards
compatibility with older volumes that have been created in earlier
versions of csi-s3.
2021-04-05 15:07:16 +02:00
Cyrill Troxler
7528b3297c
Rename packages
...
Create separate packages for driver, s3 client and mounters.
2021-04-05 12:10:20 +02:00
Lin Yiming
fbc265dff7
If bucket is not created by csi-s3, it will not be deleted by csi-s3 automatically
2021-01-22 10:15:21 +08:00
Lin Yiming
fae1210aaf
Do not create fs prefix for existing bucket
2021-01-22 10:15:21 +08:00
Lin Yiming
7e1842c274
mount existed bucket
2021-01-22 10:15:21 +08:00
Lin Yiming
a68fc3379e
upgrade minio-go library to v7
2021-01-22 10:15:21 +08:00
Carl Lange
95962c2412
Use NewWithRegion not minio's region resolution
2019-06-30 16:32:59 +01:00
Cyrill Troxler
fb6584d7e4
Release new version
2019-05-18 11:55:37 +02:00
Cyrill Troxler
e133baaba1
Clean up old references to encryptionKey
2019-05-16 18:15:45 +02:00
Cyrill Troxler
f80104f215
Remove s3ql
...
s3ql does not work very well in a dynamic environment like k8s.
Also as it needs a ton of dependencies just to get it built makes
it hard to maintain.
2019-05-15 21:06:28 +02:00
Cyrill Troxler
76fc704c31
Do not use sigv2 with s3fs
2019-05-15 21:00:16 +02:00
Cyrill Troxler
cc38b81678
Add log message when mounting
2019-05-15 21:00:16 +02:00
Cyrill Troxler
152eeb1d14
Update README and deployment, split up dockerfile
2019-05-15 21:00:16 +02:00
Cyrill Troxler
c6b3b5199d
Upgrade csi-spec, fix tests
2019-05-15 21:00:16 +02:00
Cyrill Troxler
4e8bbf0126
Supply credentials using volume secrets instead of cli config
2019-05-15 21:00:02 +02:00
Cyrill Troxler
ea4022e9c6
Add rclone mounter ( #15 )
2019-03-07 20:27:02 +01:00
Cyrill Troxler
95d7e48328
Revert capabilites to only allow RWO ( #12 )
2019-02-28 21:09:56 +01:00
Lennard
83723f4be0
Feature/update to csi 1.0 ( #9 )
...
* updated all image to v1.0.1 csi
* Updated golang code to csi 1.0 compatible names
* added comment
2019-02-28 19:34:03 +01:00
Cyrill Troxler
58912e4734
Sanitize the volumeID before creation
...
* Bucket names cannot contain upper case letters
* Bucket names cannot be longer than 63 chars
2019-02-06 20:02:28 +01:00
Cyrill Troxler
728ef7d7e7
Fix s3backer with AWS
...
If we set baseURL with AWS s3backer will fail to authenticate.
2019-01-19 14:43:54 +01:00
Cyrill Troxler
709162c21b
Set correct vendor version and display it on launch
2019-01-19 14:40:58 +01:00
Cyrill Troxler
d8f966a3de
Improve bucket error messages
2019-01-19 14:39:33 +01:00
Cyrill Troxler
9291d09baa
Add ci pipeline with GitLab ( #3 )
...
* Add automated testing
* Create loop device while staging s3backer
2018-08-03 20:30:46 +02:00
Cyrill Troxler
8a31ac89c9
Improve bucket error messages
2018-07-29 16:19:26 +02:00
Cyrill Troxler
df04f577d2
Rename to just csi-s3
2018-07-29 14:49:35 +02:00
Cyrill Troxler
c7abe28ade
Allow configuring mounter via storageclass parameter
2018-07-29 14:36:13 +02:00
Cyrill Troxler
e46440d1fa
Add fs prefix (directory)
...
This ensures the fs root is clean and does not mess with
the metadata. Also in the future this will allow for multiple
filesystems to be created in one bucket.
2018-07-27 21:37:32 +02:00
Cyrill Troxler
1caf469966
Implement a metadata file and correct sizing
...
As the controller does not mount/create the fs we have to store the capacity somewhere so the node knows about it.
2018-07-27 13:28:52 +02:00
Cyrill Troxler
0010066fe3
Implement stage/unstage
...
This helps the reliability of s3backer as the fuse mount
is done on NodeStageVolume and only once per volume per
node.
2018-07-26 22:43:51 +02:00