mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-16 16:58:19 +00:00
Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0f9d9df83b | |||
| f3a097abdf | |||
| 1aed317818 | |||
| c5574c8409 | |||
| 78f0c9ed38 | |||
| de0228ca2a | |||
| df345e37db |
+1
-1
@@ -139,6 +139,6 @@ steps:
|
||||
|
||||
---
|
||||
kind: signature
|
||||
hmac: e919f8a66d20ebfeeec56b291a8a0fdd59a482601da987fcf533d96d24768744
|
||||
hmac: f0f2e947c8aa8bc5b83d25b4da22f3eb711b3fe1cc80ead4f93428dbd3d44164
|
||||
|
||||
...
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
.PHONY: doc
|
||||
|
||||
all:
|
||||
clear; cargo build
|
||||
|
||||
doc:
|
||||
cd doc/book; mdbook build
|
||||
|
||||
release:
|
||||
RUSTFLAGS="-C link-arg=-fuse-ld=lld -C target-cpu=x86-64 -C target-feature=+sse2" cargo build --release --no-default-features
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 2.4 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 34 KiB |
+16
-1
@@ -70,7 +70,7 @@ We also do not classify Swift as *Simple*.
|
||||
**[Ceph](https://ceph.io/ceph-storage/object-storage/):**
|
||||
This review holds for the whole Ceph stack, including the RADOS paper, Ceph Object Storage module, the RADOS Gateway, etc.
|
||||
At its core, Ceph has been designed to provide *POSIX/Filesystem compatibility* which requires strong consistency, which in turn
|
||||
makes Ceph latency-sensitive and fails our *Internet enabled* goal.
|
||||
makes Ceph latency-sensitive and fails our *Internet enabled* goal.
|
||||
Due to its industry oriented design, Ceph is also far from being *Simple* to operate and from being *Self-contained & lightweight* which makes it hard to integrate it in an hyperconverged infrastructure.
|
||||
In a certain way, Ceph and MinIO are closer together than they are from Garage or OpenStack Swift.
|
||||
|
||||
@@ -111,3 +111,18 @@ Our code repository and issue tracker, which is the place where you should repor
|
||||
|
||||
Garage's source code, is released under the [AGPL v3 License](https://www.gnu.org/licenses/agpl-3.0.en.html).
|
||||
Please note that if you patch Garage and then use it to provide any service over a network, you must share your code!
|
||||
|
||||
# Funding
|
||||
|
||||
The Deuxfleurs association has received a grant promise to fund 3 people working on Garage for a year, from October 2021 to September 2022.
|
||||
|
||||
<div style="display: flex; justify-content: space-around">
|
||||
<a href="https://pointer.ngi.eu/">
|
||||
<img style="height:100px" src="img/ngi-logo.png" alt="NGI Pointer logo">
|
||||
</a>
|
||||
<a href="https://ec.europa.eu/programmes/horizon2020/what-horizon-2020">
|
||||
<img style="height:100px" src="img/eu-flag-logo.png" alt="EU flag logo">
|
||||
</a>
|
||||
</div>
|
||||
|
||||
_This project has received funding from the European Union’s Horizon 2020 research and innovation programme within the framework of the NGI-POINTER Project funded under grant agreement No 871528._
|
||||
|
||||
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 74 KiB |
@@ -0,0 +1,12 @@
|
||||
*
|
||||
|
||||
!img
|
||||
|
||||
!.gitignore
|
||||
!*.svg
|
||||
!*.png
|
||||
!*.jpg
|
||||
!*.tex
|
||||
!Makefile
|
||||
!.gitignore
|
||||
!talk.pdf
|
||||
@@ -0,0 +1,3 @@
|
||||
talk.pdf: talk.tex
|
||||
pdflatex talk.tex
|
||||
|
||||
Binary file not shown.
@@ -0,0 +1,147 @@
|
||||
%\nonstopmode
|
||||
\documentclass[aspectratio=169]{beamer}
|
||||
\usepackage[utf8]{inputenc}
|
||||
% \usepackage[frenchb]{babel}
|
||||
\usepackage{amsmath}
|
||||
\usepackage{mathtools}
|
||||
\usepackage{breqn}
|
||||
\usepackage{multirow}
|
||||
\usetheme{boxes}
|
||||
\usepackage{graphicx}
|
||||
%\useoutertheme[footline=authortitle,subsection=false]{miniframes}
|
||||
|
||||
\beamertemplatenavigationsymbolsempty
|
||||
|
||||
\usepackage{tabu}
|
||||
\usepackage{multicol}
|
||||
\usepackage{vwcol}
|
||||
\usepackage{stmaryrd}
|
||||
\usepackage{graphicx}
|
||||
|
||||
\usepackage[normalem]{ulem}
|
||||
|
||||
\title{Presentation of the Garage project}
|
||||
\subtitle{NGI pointer kickoff meeting}
|
||||
\author{Deuxfleurs Association}
|
||||
\date{2021-09-13}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\begin{frame}
|
||||
\centering
|
||||
\includegraphics[width=.3\linewidth]{../../sticker/Garage.pdf}
|
||||
\vspace{1em}
|
||||
|
||||
{\large\bf Deuxfleurs Association}
|
||||
\vspace{1em}
|
||||
|
||||
\url{https://deuxfleurs.fr/}
|
||||
|
||||
\url{https://garagehq.deuxfleurs.fr/}
|
||||
|
||||
Matrix channel: \texttt{\#garage:deuxfleurs.fr}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}
|
||||
\frametitle{Our objective at Deuxfleurs}
|
||||
|
||||
\begin{center}
|
||||
\textbf{Promote self-hosting and small-scale hosting\\
|
||||
as an alternative to large cloud providers}
|
||||
\end{center}
|
||||
\vspace{2em}
|
||||
\visible<2->{
|
||||
Why is it hard?
|
||||
}
|
||||
\visible<3->{
|
||||
\vspace{2em}
|
||||
\begin{center}
|
||||
\textbf{\underline{Resilience}}\\
|
||||
{\footnotesize (we want good uptime/availability with low supervision)}
|
||||
\end{center}
|
||||
}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}
|
||||
\frametitle{How to be resilient (the hard way)}
|
||||
|
||||
Entreprise-grade systems typically employ:
|
||||
\vspace{1em}
|
||||
\begin{itemize}
|
||||
\item Redundant Internet connections
|
||||
\item Redundant electricity
|
||||
\item UPSes
|
||||
\item RAID
|
||||
\item ...
|
||||
\end{itemize}
|
||||
\vspace{1em}
|
||||
$\to$ it's costly and only worth it at DC scale
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}
|
||||
\frametitle{How to be resilient (the \underline{\textbf{cheap}} way)}
|
||||
|
||||
Instead, we use:
|
||||
\vspace{1em}
|
||||
\begin{itemize}
|
||||
\item Commodity hardware (e.g. old desktop PCs)
|
||||
\vspace{.5em}
|
||||
\item<2-> Commodity Internet (e.g. FTTB, FTTH) and electricity
|
||||
\vspace{.5em}
|
||||
\item<3-> \textbf{Geographical redundancy} (multi-site replication)
|
||||
\vspace{.5em}
|
||||
\item<4-> \textbf{Fault-tolerant distributed algorithms}
|
||||
\end{itemize}
|
||||
\vspace{1em}
|
||||
\visible<5->{
|
||||
\centering
|
||||
\underline{\textbf{This is how we build Garage.}}
|
||||
}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}
|
||||
\frametitle{But what is Garage, exactly?}
|
||||
\textbf{Garage is a self-hosted drop-in replacement for the Amazon S3 object store}\\
|
||||
\vspace{.5em}
|
||||
that implements resilience through geographical redundancy on commodity hardware
|
||||
|
||||
\vspace{1em}
|
||||
\visible<2->{
|
||||
\begin{center}
|
||||
Current status: technical preview\\
|
||||
Our goal: release a stable v1.0
|
||||
\end{center}
|
||||
}
|
||||
|
||||
\vspace{1em}
|
||||
\visible<3->{
|
||||
\textbf{Comming up next: an e-mail IMAP inbox based on the same principles}
|
||||
}
|
||||
|
||||
\vspace{1em}
|
||||
\visible<4->{
|
||||
\begin{center}
|
||||
Current status: just an idea\\
|
||||
Our goal: at least a PoC, maybe more
|
||||
\end{center}
|
||||
}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}
|
||||
\centering
|
||||
\includegraphics[width=.3\linewidth]{../../sticker/Garage.pdf}
|
||||
\vspace{1em}
|
||||
|
||||
{\large\bf Deuxfleurs Association}
|
||||
\vspace{1em}
|
||||
|
||||
\url{https://deuxfleurs.fr/}
|
||||
|
||||
\url{https://garagehq.deuxfleurs.fr/}
|
||||
|
||||
Matrix channel: \texttt{\#garage:deuxfleurs.fr}
|
||||
\end{frame}
|
||||
|
||||
\end{document}
|
||||
|
||||
%% vim: set ts=4 sw=4 tw=0 noet spelllang=fr :
|
||||
+160
-58
@@ -68,26 +68,63 @@ pub async fn handle_list(
|
||||
let mut result_keys = BTreeMap::<String, ListResultInfo>::new();
|
||||
let mut result_common_prefixes = BTreeSet::<String>::new();
|
||||
|
||||
let mut next_chunk_start = if query.is_v2 {
|
||||
// Determine the key from where we want to start fetch objects
|
||||
// from the database, and whether the object at this key must
|
||||
// be included or excluded from the response.
|
||||
// This key can be the prefix in the base case, or intermediate
|
||||
// points in the dataset if we are continuing a previous listing.
|
||||
#[allow(clippy::collapsible_else_if)]
|
||||
let (mut next_chunk_start, mut next_chunk_exclude_start) = if query.is_v2 {
|
||||
if let Some(ct) = &query.continuation_token {
|
||||
String::from_utf8(base64::decode(ct.as_bytes())?)?
|
||||
// In V2 mode, the continuation token is defined as an opaque
|
||||
// string in the spec, so we can do whatever we want with it.
|
||||
// In our case, it is defined as either [ or ] (for include
|
||||
// and exclude, respectively), followed by a base64 string
|
||||
// representing the key to start with.
|
||||
let exclude = match &ct[..1] {
|
||||
"[" => false,
|
||||
"]" => true,
|
||||
_ => return Err(Error::BadRequest("Invalid continuation token".to_string())),
|
||||
};
|
||||
(
|
||||
String::from_utf8(base64::decode(ct[1..].as_bytes())?)?,
|
||||
exclude,
|
||||
)
|
||||
} else if let Some(sa) = &query.start_after {
|
||||
// StartAfter has defined semantics in the spec:
|
||||
// start listing at the first key immediately after.
|
||||
(sa.clone(), true)
|
||||
} else {
|
||||
query
|
||||
.start_after
|
||||
.clone()
|
||||
.unwrap_or_else(|| query.prefix.clone())
|
||||
// In the case where neither is specified, we start
|
||||
// listing at the specified prefix. If an object has this
|
||||
// exact same key, we include it. (TODO is this correct?)
|
||||
(query.prefix.clone(), false)
|
||||
}
|
||||
} else {
|
||||
query.marker.clone().unwrap_or_else(|| query.prefix.clone())
|
||||
if let Some(mk) = &query.marker {
|
||||
// In V1 mode, the spec defines the Marker value to mean
|
||||
// the same thing as the StartAfter value in V2 mode.
|
||||
(mk.clone(), true)
|
||||
} else {
|
||||
// Base case, same as in V2 mode
|
||||
(query.prefix.clone(), false)
|
||||
}
|
||||
};
|
||||
|
||||
debug!(
|
||||
"List request: `{:?}` {} `{}`",
|
||||
query.delimiter, query.max_keys, query.prefix
|
||||
"List request: `{:?}` {} `{}`, start from {}, exclude first {}",
|
||||
query.delimiter, query.max_keys, query.prefix, next_chunk_start, next_chunk_exclude_start
|
||||
);
|
||||
|
||||
// `truncated` is a boolean that determines whether there are
|
||||
// more items to be added.
|
||||
let truncated;
|
||||
// `last_processed_item` is the key of the last item
|
||||
// that was included in the listing before truncating.
|
||||
let mut last_processed_item = None;
|
||||
|
||||
'query_loop: loop {
|
||||
// Fetch objects
|
||||
let objects = garage
|
||||
.object_table
|
||||
.get_range(
|
||||
@@ -103,64 +140,120 @@ pub async fn handle_list(
|
||||
query.max_keys + 1,
|
||||
objects.len()
|
||||
);
|
||||
let current_chunk_start = next_chunk_start.clone();
|
||||
|
||||
// Iterate on returned objects and add them to the response.
|
||||
// If a delimiter is specified, we take care of grouping objects
|
||||
// into CommonPrefixes.
|
||||
for object in objects.iter() {
|
||||
// If we have retrieved an object that doesn't start with
|
||||
// the prefix, we know we have finished listing our stuff.
|
||||
if !object.key.starts_with(&query.prefix) {
|
||||
truncated = None;
|
||||
truncated = false;
|
||||
break 'query_loop;
|
||||
}
|
||||
|
||||
if query.is_v2 && query.start_after.as_ref() == Some(&object.key) {
|
||||
// Exclude the starting key if we have to.
|
||||
if object.key == next_chunk_start && next_chunk_exclude_start {
|
||||
continue;
|
||||
}
|
||||
|
||||
if let Some(version) = object.versions().iter().find(|x| x.is_data()) {
|
||||
if result_keys.len() + result_common_prefixes.len() >= query.max_keys {
|
||||
truncated = Some(object.key.to_string());
|
||||
break 'query_loop;
|
||||
}
|
||||
let common_prefix = if let Some(delimiter) = &query.delimiter {
|
||||
let relative_key = &object.key[query.prefix.len()..];
|
||||
relative_key
|
||||
.find(delimiter)
|
||||
.map(|i| &object.key[..query.prefix.len() + i + delimiter.len()])
|
||||
} else {
|
||||
None
|
||||
};
|
||||
if let Some(pfx) = common_prefix {
|
||||
// Find if this object has a currently valid (non-deleted,
|
||||
// non-still-uploading) version. If not, skip it.
|
||||
let version = match object.versions().iter().find(|x| x.is_data()) {
|
||||
Some(v) => v,
|
||||
None => continue,
|
||||
};
|
||||
|
||||
// If we don't have space to add this object to our response,
|
||||
// we will need to stop here and mark the key of this object
|
||||
// as the marker from where
|
||||
// we want to start again in the next list call.
|
||||
let cannot_add = result_keys.len() + result_common_prefixes.len() >= query.max_keys;
|
||||
|
||||
// Determine whether this object should be grouped inside
|
||||
// a CommonPrefix because it contains the delimiter,
|
||||
// or if it should be returned as an object.
|
||||
let common_prefix = match &query.delimiter {
|
||||
Some(delimiter) => object.key[query.prefix.len()..]
|
||||
.find(delimiter)
|
||||
.map(|i| &object.key[..query.prefix.len() + i + delimiter.len()]),
|
||||
None => None,
|
||||
};
|
||||
if let Some(pfx) = common_prefix {
|
||||
// In the case where this object must be grouped in a
|
||||
// common prefix, handle it here.
|
||||
if !result_common_prefixes.contains(pfx) {
|
||||
// Determine the first listing key that starts after
|
||||
// the common prefix, by finding the next possible
|
||||
// string by alphabetical order.
|
||||
let mut first_key_after_prefix = pfx.to_string();
|
||||
let tail = first_key_after_prefix.pop().unwrap();
|
||||
first_key_after_prefix.push(((tail as u8) + 1) as char);
|
||||
|
||||
// If this were the end of the chunk,
|
||||
// the next chunk should start after this prefix
|
||||
next_chunk_start = first_key_after_prefix;
|
||||
next_chunk_exclude_start = false;
|
||||
|
||||
if cannot_add {
|
||||
truncated = true;
|
||||
break 'query_loop;
|
||||
}
|
||||
result_common_prefixes.insert(pfx.to_string());
|
||||
} else {
|
||||
let meta = match &version.state {
|
||||
ObjectVersionState::Complete(ObjectVersionData::Inline(meta, _)) => meta,
|
||||
ObjectVersionState::Complete(ObjectVersionData::FirstBlock(meta, _)) => {
|
||||
meta
|
||||
}
|
||||
_ => unreachable!(),
|
||||
};
|
||||
let info = match result_keys.get(&object.key) {
|
||||
None => ListResultInfo {
|
||||
last_modified: version.timestamp,
|
||||
size: meta.size,
|
||||
etag: meta.etag.to_string(),
|
||||
},
|
||||
Some(_lri) => {
|
||||
return Err(Error::InternalError(GarageError::Message(format!(
|
||||
"Duplicate key?? {}",
|
||||
object.key
|
||||
))))
|
||||
}
|
||||
};
|
||||
result_keys.insert(object.key.clone(), info);
|
||||
};
|
||||
}
|
||||
last_processed_item = Some(object.key.clone());
|
||||
continue;
|
||||
};
|
||||
|
||||
// This is not a common prefix, we want to add it to our
|
||||
// response directly.
|
||||
next_chunk_start = object.key.clone();
|
||||
|
||||
if cannot_add {
|
||||
truncated = true;
|
||||
next_chunk_exclude_start = false;
|
||||
break 'query_loop;
|
||||
}
|
||||
|
||||
let meta = match &version.state {
|
||||
ObjectVersionState::Complete(ObjectVersionData::Inline(meta, _)) => meta,
|
||||
ObjectVersionState::Complete(ObjectVersionData::FirstBlock(meta, _)) => meta,
|
||||
_ => unreachable!(),
|
||||
};
|
||||
let info = match result_keys.get(&object.key) {
|
||||
None => ListResultInfo {
|
||||
last_modified: version.timestamp,
|
||||
size: meta.size,
|
||||
etag: meta.etag.to_string(),
|
||||
},
|
||||
Some(_lri) => {
|
||||
return Err(Error::InternalError(GarageError::Message(format!(
|
||||
"Duplicate key?? {} (this is a bug, please report it)",
|
||||
object.key
|
||||
))))
|
||||
}
|
||||
};
|
||||
result_keys.insert(object.key.clone(), info);
|
||||
last_processed_item = Some(object.key.clone());
|
||||
next_chunk_exclude_start = true;
|
||||
}
|
||||
|
||||
// If our database returned less objects than what we were asking for,
|
||||
// it means that no more objects are in the bucket. So we stop here.
|
||||
if objects.len() < query.max_keys + 1 {
|
||||
truncated = None;
|
||||
truncated = false;
|
||||
break 'query_loop;
|
||||
}
|
||||
if !objects.is_empty() {
|
||||
next_chunk_start = objects[objects.len() - 1].key.clone();
|
||||
|
||||
// Sanity check: we should have added at least an object
|
||||
// or a prefix to our returned result.
|
||||
if next_chunk_start == current_chunk_start || last_processed_item.is_none() {
|
||||
return Err(Error::InternalError(GarageError::Message(format!(
|
||||
"S3 ListObject: made no progress, still starting at {} (this is a bug, please report it)", next_chunk_start))));
|
||||
}
|
||||
|
||||
// Loop and fetch more objects
|
||||
}
|
||||
|
||||
let mut result = s3_xml::ListBucketResult {
|
||||
@@ -181,11 +274,10 @@ pub async fn handle_list(
|
||||
true => Some(s3_xml::Value("url".to_string())),
|
||||
false => None,
|
||||
},
|
||||
|
||||
key_count: Some(s3_xml::IntValue(
|
||||
result_keys.len() as i64 + result_common_prefixes.len() as i64,
|
||||
)),
|
||||
is_truncated: s3_xml::Value(format!("{}", truncated.is_some())),
|
||||
is_truncated: s3_xml::Value(format!("{}", truncated)),
|
||||
contents: vec![],
|
||||
common_prefixes: vec![],
|
||||
};
|
||||
@@ -197,16 +289,27 @@ pub async fn handle_list(
|
||||
if let Some(sa) = &query.start_after {
|
||||
result.start_after = Some(uriencode_maybe(sa, query.urlencode_resp));
|
||||
}
|
||||
if let Some(nct) = truncated {
|
||||
result.next_continuation_token = Some(s3_xml::Value(base64::encode(nct.as_bytes())));
|
||||
if truncated {
|
||||
let b64 = base64::encode(next_chunk_start.as_bytes());
|
||||
let nct = if next_chunk_exclude_start {
|
||||
format!("]{}", b64)
|
||||
} else {
|
||||
format!("[{}", b64)
|
||||
};
|
||||
result.next_continuation_token = Some(s3_xml::Value(nct));
|
||||
}
|
||||
} else {
|
||||
// TODO: are these supposed to be urlencoded when encoding-type is URL??
|
||||
if let Some(mkr) = &query.marker {
|
||||
result.marker = Some(uriencode_maybe(mkr, query.urlencode_resp));
|
||||
}
|
||||
if let Some(next_marker) = truncated {
|
||||
result.next_marker = Some(uriencode_maybe(&next_marker, query.urlencode_resp));
|
||||
if truncated {
|
||||
if let Some(lpi) = last_processed_item {
|
||||
result.next_marker = Some(uriencode_maybe(&lpi, query.urlencode_resp));
|
||||
} else {
|
||||
return Err(Error::InternalError(GarageError::Message(
|
||||
"S3 ListObject: last_processed_item is None but the response was truncated, indicating that many items were processed (this is a bug, please report it)".to_string())));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -221,7 +324,6 @@ pub async fn handle_list(
|
||||
}
|
||||
|
||||
for pfx in result_common_prefixes.iter() {
|
||||
//TODO: in V1, are these urlencoded when urlencode_resp is true ?? (proably)
|
||||
result.common_prefixes.push(s3_xml::CommonPrefix {
|
||||
prefix: uriencode_maybe(pfx, query.urlencode_resp),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user