Huamin Chen
43b9f9aeaa
Merge pull request #61 from sngchlko/support-snapshot-in-rbdplugin
...
Support snapshot in rbdplugin
2018-08-09 09:31:31 -04:00
Seungcheol Ko
38aa575925
check snapshot feature
2018-08-09 22:07:13 +09:00
Seungcheol Ko
4312907f7b
remove the snapshot if can't store snapshot information
2018-08-09 22:07:06 +09:00
Seungcheol Ko
b0e68a52e0
Refactoring using users
2018-08-09 22:07:00 +09:00
Seungcheol Ko
7d90783f03
fix nit
2018-08-09 22:06:51 +09:00
Róbert Vašek
069140e74a
Merge pull request #65 from clkao/execCommandJson-error
...
Log error output for execCommandJson as well.
2018-08-08 17:58:52 +02:00
Chia-liang Kao
a1de128a81
Log error output for execCommandJson as well.
2018-08-08 23:39:19 +08:00
Huamin Chen
4fcd5eb651
Merge pull request #62 from gman0/v0.3.0-cephfs
...
[CSI 0.3.0 3/4] csi-cephfs 0.3.0
2018-08-08 10:03:16 -04:00
gman
06a2a069fd
examples: cephfs storage class: changed the comments a bit
2018-08-08 15:22:14 +02:00
gman
1c38412e39
cephfs: CSI 0.3.0; NodeStageVolume/NodeUnstageVolume; refactoring
2018-08-08 14:47:25 +02:00
Seungcheol Ko
f0fba1240a
Revert "Implement NodeGetInfo for csi spec 3.0"
...
This reverts commit c93466b009
.
2018-08-08 20:22:59 +09:00
Seungcheol Ko
b1ccdbb154
Support snapshot feature in rbdplugin
2018-08-08 17:16:07 +09:00
Seungcheol Ko
c93466b009
Implement NodeGetInfo for csi spec 3.0
2018-08-08 14:41:45 +09:00
Huamin Chen
4331960ab3
Merge pull request #55 from nak3/nonempty
...
Add nonempty option to ceph-fuse to support ReadWriteMany
2018-08-07 14:14:57 -04:00
Huamin Chen
50bbfb5bae
Merge pull request #56 from nak3/debug-friendly
...
Logging command and options for debug friendly
2018-08-07 14:14:31 -04:00
Huamin Chen
78a7185e37
Merge pull request #59 from gman0/v0.3.0-docs
...
[CSI 0.3.0 2/4] Makefile, manifests, docs, examples
2018-08-07 09:47:32 -04:00
gman
af7824cafa
updated README, added docs
2018-08-07 15:11:22 +02:00
gman
e8ea0aa713
added examples
2018-08-07 15:11:22 +02:00
gman
e2910f1c18
deployment update for 0.3.0
2018-08-07 15:11:22 +02:00
Huamin Chen
2fa82b47ea
Merge pull request #57 from gman0/v0.3.0-vendor
...
[CSI 0.3.0 1/4] vendor update
2018-08-06 09:12:24 -04:00
gman
0ce2c68454
vendor: Gopkg.toml: added protobuf override to v1.1.0
2018-08-01 10:17:20 +02:00
gman
8ea659f0d5
vendor update for CSI 0.3.0
2018-07-31 14:53:26 +02:00
Kenjiro Nakayama
e8784ec094
Logging command and options for debug friendly
...
Some commands were executed in ceph-csi, but users do not know what
commands with what options were executed. Hence, it is difficult to
debug once the command did not work fine.
This patch adds logging what commmand and options are executed.
2018-07-31 15:31:11 +09:00
Kenjiro Nakayama
b649d4f1f6
Add nonempty option to ceph-fuse to support ReadWriteMany
...
fuse mount does not allow to mount directory if it contains some
files. Due to this, currently scaled pod with cephfs failed to mount
by ceph-fuse.
This patch adds nonempty option to ceph-fuse command to support
ReadWriteMany with ceph-fuse.
2018-07-31 14:44:33 +09:00
Huamin Chen
6f484f92fc
Merge pull request #52 from nak3/clean-up
...
Correct cephfsplugin binary path
2018-07-26 10:40:36 -04:00
Kenjiro Nakayama
c1ec54e5c6
Correct cephfsplugin binary path
...
Makefile has a wrong path to `deploy/cephfs/docker/rbdplugin`. This
patch changes to `deploy/cephfs/docker/cephfsplugin`.
2018-07-26 18:20:40 +09:00
Huamin Chen
51642c9a3a
Merge pull request #43 from alvistack/ceph_version-mimic
...
Update CEPH_VERSION to mimic
2018-07-21 15:35:03 -04:00
Huamin Chen
9adf908d38
Merge pull request #51 from sngchlko/support-image-features
...
support image features for csi-rbdplugin
2018-07-20 18:18:43 -04:00
Seungcheol Ko
bc34bd389e
support image features for csi-rbdplugin
2018-07-21 00:59:54 +09:00
Huamin Chen
341a293526
Merge pull request #50 from ceph/m-fix
...
consolidate container deploy
2018-07-19 14:08:42 -04:00
Huamin Chen
9d9afc1093
consolidate container deploy
...
Signed-off-by: Huamin Chen <hchen@redhat.com>
2018-07-19 14:06:57 -04:00
Huamin Chen
97d1a23114
Merge pull request #49 from ceph/m-fix
...
CSI is alpha in k8s 1.9
2018-07-19 13:51:14 -04:00
Huamin Chen
9294d6f259
CSI is alpha in k8s 1.9
...
Signed-off-by: Huamin Chen <hchen@redhat.com>
2018-07-19 13:50:19 -04:00
Huamin Chen
5ad8b16e59
Merge pull request #45 from mkimuram/issue/44
...
Fix Cephfs plugin to return false to ValidateVolumeCapabilities if Block volume is specified
2018-07-10 12:57:30 -04:00
Masaki Kimura
753dbc2303
Fix Cephfs plugin to return false to ValidateVolumeCapabilities if Block volume is specified
...
Cephfs doesn't have a feature to provide Block Volume, therefore it should return false to ValidateVolumeCapabilities if Block Volume is specified.
Fixes #44
2018-07-10 16:48:55 +00:00
Wong Hoi Sing Edison
1fbd3e69de
Update CEPH_VERSION to mimic
2018-07-04 12:20:56 +08:00
Huamin Chen
0df9e8e794
Merge pull request #42 from gman0/cephfs-delete-policy
...
cephfs: forbid deletion of shares not provisioned by the driver
2018-06-13 14:43:49 -04:00
Huamin Chen
c1a8c5866c
Merge pull request #41 from malc0lm/fix-rbd-controller-service
...
rbd: advertises PluginCapability_Service_CONTROLLER_SERVICE
2018-06-13 12:48:47 -04:00
gman
675ee93e46
cephfs: DeleteVolume() calls are allowed only for volumes with provisionVolume=true parameter
2018-06-13 16:29:10 +02:00
malc0lm
f273874f26
rbd: advertises PluginCapability_Service_CONTROLLER_SERVICE
2018-06-13 15:14:15 +08:00
Huamin Chen
f5af7d0a94
Merge pull request #39 from gman0/fix-cephfs-provisioner
...
Fix broken cephfs provisioner
2018-06-12 14:14:31 -04:00
gman
a6181200c1
cephfs/deploy: bump csi-provisioner to 0.2.1
2018-06-12 17:10:54 +02:00
gman
8c53b5eb79
cephfs: Identity Service advertises PluginCapability_Service_CONTROLLER_SERVICE
2018-06-12 17:09:44 +02:00
gman
0cc1e06beb
cephfs: createCephUser needs admin credentials
2018-06-12 17:08:14 +02:00
gman
b260bff659
cephfs: CreateVolume() needs ceph config
2018-06-12 17:07:20 +02:00
gman
2fcc252f5c
cephfs: pass volume UUIDs where needed
2018-06-12 17:05:42 +02:00
gman
f45ddd7c9d
cephfs: cephuser: set config and admin explicitly when creating/deleting users
2018-06-12 17:03:45 +02:00
gman
cc88d2fa09
cephfs: cephconf: include volume UUID in keyrings/secrets
2018-06-12 17:02:14 +02:00
Huamin Chen
3c2c7551df
Merge pull request #38 from gman0/cephfs-conf-scheme
...
cephfs config scheme
2018-05-23 13:19:53 -04:00
gman
0ba3174bbc
cephfs/NodePublishVolume: fix error message
2018-05-23 10:28:25 +02:00