You are viewing a plain text version of this content. The canonical link for it is here.
- [mesos] branch master updated (da08b0c -> d2c84d1) - posted by qi...@apache.org on 2020/08/03 02:51:32 UTC, 0 replies.
- [mesos] 01/04: Added CSI volume type into the `Volume` protobuf message. - posted by qi...@apache.org on 2020/08/03 02:51:33 UTC, 0 replies.
- [mesos] 02/04: Updated `CSIPluginInfo` for supporting 3rd party CSI plugins. - posted by qi...@apache.org on 2020/08/03 02:51:34 UTC, 0 replies.
- [mesos] 03/04: Introduced a new agent flag `--csi_plugin_config_dir`. - posted by qi...@apache.org on 2020/08/03 02:51:35 UTC, 0 replies.
- [mesos] 04/04: Improved CSI service manager to support unmanaged CSI plugins. - posted by qi...@apache.org on 2020/08/03 02:51:36 UTC, 0 replies.
- [mesos] branch master updated (d2c84d1 -> c78dc33) - posted by gr...@apache.org on 2020/08/03 17:56:43 UTC, 0 replies.
- [mesos] 01/03: Enabled pre-provisioned volumes in the volume manager. - posted by gr...@apache.org on 2020/08/03 17:56:44 UTC, 0 replies.
- [mesos] 02/03: Set the readonly field in the CSI volume manager. - posted by gr...@apache.org on 2020/08/03 17:56:45 UTC, 0 replies.
- [mesos] 03/03: Added interface for the CSI server. - posted by gr...@apache.org on 2020/08/03 17:56:46 UTC, 0 replies.
- [mesos] branch master updated (c78dc33 -> fe0cd02) - posted by gr...@apache.org on 2020/08/11 04:53:29 UTC, 1 replies.
- [mesos] 01/02: Added support for secrets to the CSI volume managers. - posted by gr...@apache.org on 2020/08/11 04:53:30 UTC, 1 replies.
- [mesos] 02/02: Added implementation of the CSI server. - posted by gr...@apache.org on 2020/08/11 04:53:31 UTC, 1 replies.
- [mesos] branch master updated: Updated the help message of the agent flag `--csi_plugin_config_dir`. - posted by qi...@apache.org on 2020/08/14 00:52:20 UTC, 0 replies.
- [mesos] branch master updated: Updated volume manager to support user specified target path root. - posted by qi...@apache.org on 2020/08/18 02:46:40 UTC, 0 replies.
- [mesos] branch master updated (014431e -> 1fb79fe) - posted by qi...@apache.org on 2020/08/18 07:43:10 UTC, 0 replies.
- [mesos] 01/05: Implemented the framework and `create` method of `volume/csi` isolator. - posted by qi...@apache.org on 2020/08/18 07:43:11 UTC, 0 replies.
- [mesos] 02/05: Implemented the `prepare` method of `volume/csi` isolator. - posted by qi...@apache.org on 2020/08/18 07:43:12 UTC, 0 replies.
- [mesos] 03/05: Implemented the `cleanup` method of `volume/csi` isolator. - posted by qi...@apache.org on 2020/08/18 07:43:13 UTC, 0 replies.
- [mesos] 04/05: Implemented the `recover` method of `volume/csi` isolator. - posted by qi...@apache.org on 2020/08/18 07:43:14 UTC, 0 replies.
- [mesos] 05/05: Enabled the `volume/csi` isolator in `MesosContainerizer`. - posted by qi...@apache.org on 2020/08/18 07:43:15 UTC, 0 replies.
- [mesos] branch master updated: Exposed Mesos agent ID to managed CSI plugins. - posted by qi...@apache.org on 2020/08/19 02:54:10 UTC, 0 replies.
- [mesos] branch master updated: Removed `evolve(const scheduler::Call&)`. - posted by as...@apache.org on 2020/08/19 12:46:42 UTC, 0 replies.
- [mesos] branch master updated (b07e6bb -> f284314) - posted by as...@apache.org on 2020/08/20 19:23:45 UTC, 0 replies.
- [mesos] 01/07: Added protobuf messages for constraints-based offer filtering. - posted by as...@apache.org on 2020/08/20 19:23:46 UTC, 0 replies.
- [mesos] 02/07: Introduced a `FrameworkOptions` struct into the allocator interface. - posted by as...@apache.org on 2020/08/20 19:23:47 UTC, 0 replies.
- [mesos] 03/07: Implemented offer constraints filter with Exists/NotExists predicates. - posted by as...@apache.org on 2020/08/20 19:23:48 UTC, 0 replies.
- [mesos] 04/07: Added basic tests for the `OfferConstraintsFilter`. - posted by as...@apache.org on 2020/08/20 19:23:49 UTC, 0 replies.
- [mesos] 05/07: Wired up the `OfferConstraintsFilter` into the hierarchical allocator. - posted by as...@apache.org on 2020/08/20 19:23:50 UTC, 0 replies.
- [mesos] 06/07: Wired up creating `OfferConstraintsFilter` into the schdeuler API. - posted by as...@apache.org on 2020/08/20 19:23:51 UTC, 0 replies.
- [mesos] 07/07: Added a scheduler API test for a valid offer constraints update. - posted by as...@apache.org on 2020/08/20 19:23:52 UTC, 0 replies.
- [mesos] branch master updated (f284314 -> 4ff5104) - posted by gr...@apache.org on 2020/08/21 22:03:20 UTC, 0 replies.
- [mesos] 01/03: Fixed a bug in CSI volume manager initialization. - posted by gr...@apache.org on 2020/08/21 22:03:21 UTC, 0 replies.
- [mesos] 02/03: Added the CSI server to the Mesos agent. - posted by gr...@apache.org on 2020/08/21 22:03:22 UTC, 0 replies.
- [mesos] 03/03: Initialized plugins lazily in the CSI server. - posted by gr...@apache.org on 2020/08/21 22:03:23 UTC, 0 replies.
- [mesos] branch master updated: Fixed a bug in CSI server initialization. - posted by gr...@apache.org on 2020/08/25 01:02:21 UTC, 0 replies.
- [mesos] branch master updated (22ecccc -> d8647b0) - posted by qi...@apache.org on 2020/08/25 01:19:04 UTC, 0 replies.
- [mesos] 01/02: Introduced the `CSIPluginInfo.target_path_exists` field. - posted by qi...@apache.org on 2020/08/25 01:19:05 UTC, 0 replies.
- [mesos] 02/02: Refactored state recovery in `volume/csi` isolator. - posted by qi...@apache.org on 2020/08/25 01:19:06 UTC, 0 replies.
- [mesos] branch master updated (d8647b0 -> 62931a0) - posted by as...@apache.org on 2020/08/25 14:35:08 UTC, 0 replies.
- [mesos] 01/03: Added protobuf messages for offer constraints on a string equality. - posted by as...@apache.org on 2020/08/25 14:35:09 UTC, 0 replies.
- [mesos] 02/03: Implemented offer constraints on a string attribute equality. - posted by as...@apache.org on 2020/08/25 14:35:10 UTC, 0 replies.
- [mesos] 03/03: Added basic tests for offer constraints on a string attribute equality. - posted by as...@apache.org on 2020/08/25 14:35:11 UTC, 0 replies.
- [mesos] branch master updated (62931a0 -> 355b971) - posted by as...@apache.org on 2020/08/28 12:47:08 UTC, 0 replies.
- [mesos] 01/05: Added RE2 to the CMake build. - posted by as...@apache.org on 2020/08/28 12:47:09 UTC, 0 replies.
- [mesos] 02/05: Added RE2 to the automake build. - posted by as...@apache.org on 2020/08/28 12:47:10 UTC, 0 replies.
- [mesos] 03/05: Added protobuf messages for regex-based offer constraints. - posted by as...@apache.org on 2020/08/28 12:47:11 UTC, 0 replies.
- [mesos] 04/05: Implemented regex-based offer constraints. - posted by as...@apache.org on 2020/08/28 12:47:12 UTC, 0 replies.
- [mesos] 05/05: Added basic tests for regexp-based constraints. - posted by as...@apache.org on 2020/08/28 12:47:13 UTC, 0 replies.
- [mesos] branch master updated: Fixed compilation failure due to type mis-deduction in `createRE2()`. - posted by as...@apache.org on 2020/08/28 17:41:28 UTC, 0 replies.
- [mesos] branch master updated (213d2ab -> 7adebe5) - posted by as...@apache.org on 2020/08/31 12:40:11 UTC, 0 replies.
- [mesos] 01/02: Fixed compilation failure due to -Wmissing-braces in `Master::Master()`. - posted by as...@apache.org on 2020/08/31 12:40:12 UTC, 0 replies.
- [mesos] 02/02: Fixed distcheck failure due to wrongly referencing non-existent header. - posted by as...@apache.org on 2020/08/31 12:40:13 UTC, 0 replies.
- [mesos] branch master updated: Fixed broken authorization in the CSI server. - posted by gr...@apache.org on 2020/08/31 20:29:27 UTC, 0 replies.