Cyrill Troxler
c7abe28ade
Allow configuring mounter via storageclass parameter
2018-07-29 14:36:13 +02:00
Cyrill Troxler
4b82c93978
Merge pull request #2 from CTrox/bucket_prefix
...
Add fs prefix (directory)
2018-07-29 09:21:32 +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
66390f76b7
Merge pull request #1 from CTrox/s3backer_mounter
...
Add s3backer mounter
2018-07-27 21:32:17 +02:00
Cyrill Troxler
87da8c6d21
Add section about s3backer to README
2018-07-27 13:34:24 +02:00
Cyrill Troxler
59481b756a
Set s3backer Dockerfile as default
2018-07-27 13:29:02 +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
db0fbf77dd
Update kubernetes deployment
2018-07-26 22:47:36 +02:00
Cyrill Troxler
3f83f7fe36
Add s3fs to Dockerfile.s3backer
2018-07-26 22:46:30 +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
Cyrill Troxler
1fe218a568
Format using nodeserver, not controller
2018-07-26 20:13:40 +02:00
Cyrill Troxler
f8bd74afb9
Fix log output
2018-07-23 20:58:25 +02:00
Cyrill Troxler
a468d955bc
Check for defunct process before waiting for it
2018-07-23 20:58:25 +02:00
Cyrill Troxler
82ab4b0983
Add experimental s3backer mounter
...
This also adds some generic handling of stale umounts.
Fuse returns immediately and does not indicate that
the mounter has finished writing to the backend.
The process finding is sort of hacky as I could not
find a better way to get to the PID from a fuse mount.
2018-07-23 20:58:25 +02:00
Cyrill Troxler
108364fb88
Merge branch 's3ql_mounter'
2018-07-22 13:00:14 +02:00
Cyrill Troxler
626f451184
Update README
2018-07-22 12:59:30 +02:00
Cyrill Troxler
c4880a2bdc
Add ps util to container
2018-07-22 12:41:37 +02:00
Cyrill Troxler
b412e81977
Fix s3ql unmount
2018-07-22 12:41:37 +02:00
Cyrill Troxler
8cd8f6b6cd
Mounter can now only be specified through flag
2018-07-22 12:41:37 +02:00
Cyrill Troxler
9d5d84ebfb
Refactor all mounters to use the mounter interface
2018-07-22 12:41:37 +02:00
Cyrill Troxler
093c5bf500
Use ginkgo test suite to test all mounters
2018-07-22 12:41:37 +02:00
Cyrill Troxler
0bd6f9b7cc
Use new csi-test release
2018-07-22 12:41:37 +02:00
Cyrill Troxler
13eba47da6
Add experimental s3ql mounter
2018-07-22 12:39:54 +02:00
Cyrill Troxler
a165937559
Upgrade to csi 0.3.0
2018-07-16 21:32:00 +02:00
Cyrill Troxler
360d9bfe69
Rename credentials to config
2018-07-16 20:24:54 +02:00
Cyrill Troxler
f16c868b2a
Update README
2018-07-14 10:52:55 +02:00
Cyrill Troxler
419e3e6312
Initial commit
2018-07-14 10:48:22 +02:00