Inject stuff from mc talk
authorMichael Adam <obnox@samba.org>
Sun, 17 May 2015 00:49:55 +0000 (02:49 +0200)
committerMichael Adam <obnox@samba.org>
Sun, 17 May 2015 00:49:55 +0000 (02:49 +0200)
Signed-off-by: Michael Adam <obnox@samba.org>
40 files changed:
BASENAME [new file with mode: 0644]
Logo_RH_RGB_Default.png [new file with mode: 0755]
Makefile [new file with mode: 0644]
Samba_Logo_4c-grey-bbbbbb-256.png [new file with mode: 0644]
apfel_1280.jpg [new file with mode: 0644]
base.tex [new file with mode: 0644]
beamercolorthemeobnoxsamba.sty [new file with mode: 0644]
beamerouterthemeobnoxinfolines.sty [new file with mode: 0644]
beamerthemeObnoxSamba.sty [new file with mode: 0644]
content.wiki [new file with mode: 0644]
ctdb-design-daemons.dia [new file with mode: 0644]
design-ctdb-three-nodes.dia [new file with mode: 0644]
design-ctdb-three-nodes.png [new file with mode: 0644]
document.part1.wiki [new file with mode: 0644]
document.part2.wiki [new file with mode: 0644]
document.part3.wiki [new file with mode: 0644]
durable-crop-colormod-1024.jpg [new file with mode: 0644]
feet-sand-1280.png [new file with mode: 0644]
handout.tex [new file with mode: 0644]
handout2.tex [new file with mode: 0644]
ho.class.wiki [new file with mode: 0644]
ho2.class.wiki [new file with mode: 0644]
info.wiki [new file with mode: 0644]
paper.tex [new file with mode: 0644]
pr.class.wiki [new file with mode: 0644]
presentation.tex [new file with mode: 0644]
redhat-logo.png [new file with mode: 0644]
samba-chilli-flavour-crop-1280-bright2.jpg [new file with mode: 0644]
samba-chilli-flavour-crop-bright-1280.jpg [new file with mode: 0644]
samba-kisses-better-selection.jpg [new file with mode: 0644]
samba-layers.dia [new file with mode: 0644]
samba-layers.jpg [new file with mode: 0644]
samba-release-stream.dia [new file with mode: 0644]
samba-release-stream_exp.png [new file with mode: 0644]
samba-team-20141011-colorized.png [new file with mode: 0644]
samba-team-20141011.png [new file with mode: 0644]
samba.png [new file with mode: 0644]
samba_bg.png [new file with mode: 0644]
samba_bg_cut.png [new file with mode: 0644]
samba_bg_cut.xcf [new file with mode: 0644]

diff --git a/BASENAME b/BASENAME
new file mode 100644 (file)
index 0000000..6980ef8
--- /dev/null
+++ b/BASENAME
@@ -0,0 +1 @@
+2015-sambaXP-obnox-vagrant
diff --git a/Logo_RH_RGB_Default.png b/Logo_RH_RGB_Default.png
new file mode 100755 (executable)
index 0000000..a0d8296
Binary files /dev/null and b/Logo_RH_RGB_Default.png differ
diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..ecb64f0
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,224 @@
+TARGET_BASE_NAME := $(shell cat BASENAME)
+
+TARGET_PR = $(TARGET_BASE_NAME).pr
+TARGET_HO = $(TARGET_BASE_NAME).ho
+TARGET_HO2 = $(TARGET_BASE_NAME).ho2
+
+TARGET_PRESENTATION = $(TARGET_BASE_NAME)-presentation
+TARGET_HANDOUT = $(TARGET_BASE_NAME)-handout
+TARGET_HANDOUT2 = $(TARGET_BASE_NAME)-handout2
+TARGET_PAPER = $(TARGET_BASE_NAME)-paper
+TARGET_BASE = $(TARGET_BASE_NAME)-base
+
+TARGET = $(TARGET_BASE_NAME)
+
+DIAIMAGES     = design-ctdb-three-nodes.dia ctdb-design-daemons.dia samba-layers.dia samba-release-stream.dia
+
+DIAIMAGES_PNG = design-ctdb-three-nodes.png ctdb-design-daemons.png samba-layers.png samba-release-stream.png
+
+DIAIMAGES_FIG = design-ctdb-three-nodes.fig ctdb-design-daemons.fig samba-layers.fig
+
+DIAIMAGES_SVG = design-ctdb-three-nodes.svg ctdb-design-daemons.svg samba-layers.svg
+
+#IMAGES = $(DIAIMAGES_PNG) \
+#       regedit.png \
+#       ctdb-status.png \
+#       ctdb-status-1.png \
+#       ctdb-ip.png \
+#       ctdb-ip-1.png \
+#       smbstatus.png
+
+IMAGES = $(DIAIMAGES_PNG)
+
+CMN_DEPS = Makefile $(IMAGES)
+
+CMN_DEPS_WIKI = $(CMN_DEPS) document.part1.wiki document.part2.wiki document.part3.wiki content.wiki info.wiki
+
+CMN_DEPS_TEX = $(CMD_DEPS) beamercolorthemeobnoxsamba.sty beamerouterthemeobnoxinfolines.sty beamerthemeObnoxSamba.sty
+
+COMMON_DEPS = $(CMN_DEPS) content.tex base.tex
+
+VIEWER = evince
+SHOW = yes
+
+.SUFFIXES: .tex .pdf .dia .png .fig .svg .wiki
+
+.PHONY: all
+
+all: pr
+
+#all: $(TARGET_PRESENTATION) $(TARGET_HANDOUT) $(TARGET_HANDOUT2)
+
+
+.PHONY: pr $(TARGET_PR)
+
+pr: $(TARGET_PR)
+
+$(TARGET_PR): $(TARGET_PR).pdf
+       if [ "$(SHOW)" = "yes" ]; then $(VIEWER) $@.pdf ; fi &
+
+$(TARGET_PR).pdf: $(CMN_DEPS) pr.pdf
+       cp pr.pdf $@
+
+pr.pdf: $(CMN_DEPS_TEX) pr.tex
+
+pr.tex: $(CMN_DEPS_WIKI) pr.wiki
+
+pr.wiki: $(CMN_DEPS_WIKI) pr.class.wiki
+       cat document.part1.wiki pr.class.wiki document.part2.wiki info.wiki document.part3.wiki > $@
+
+
+.PHONY: ho $(TARGET_HO)
+
+ho: $(TARGET_HO)
+
+$(TARGET_HO): $(TARGET_HO).pdf
+       if [ "$(SHOW)" = "yes" ]; then $(VIEWER) $@.pdf ; fi &
+
+$(TARGET_HO).pdf: $(CMN_DEPS) ho.pdf
+       cp ho.pdf $@
+
+ho.pdf: $(CMN_DEPS_TEX) ho.tex
+
+ho.tex: $(CMN_DEPS_WIKI) ho.wiki
+
+ho.wiki: $(CMN_DEPS_WIKI) ho.class.wiki
+       cat document.part1.wiki ho.class.wiki document.part2.wiki info.wiki document.part3.wiki > $@
+
+
+.PHONY: ho2 $(TARGET_HO2)
+
+ho2: $(TARGET_HO2)
+
+$(TARGET_HO2): $(TARGET_HO2).pdf
+       if [ "$(SHOW)" = "yes" ]; then $(VIEWER) $@.pdf ; fi &
+
+$(TARGET_HO2).pdf: $(CMN_DEPS) ho2.pdf
+       cp ho2.pdf $@
+
+ho2.pdf: $(CMN_DEPS_TEX) ho2.tex
+
+ho2.tex: $(CMN_DEPS_WIKI) ho2.wiki
+
+ho2.wiki: $(CMN_DEPS_WIKI) ho2.class.wiki
+       cat document.part1.wiki ho2.class.wiki document.part2.wiki info.wiki document.part3.wiki > $@
+
+
+.PHONY: presentation paper handout handout2
+
+presentation: $(TARGET_PRESENTATION)
+
+paper: $(TARGET_PAPER)
+
+handout: $(TARGET_HANDOUT)
+
+handout2: $(TARGET_HANDOUT2)
+
+.PHONY: $(TARGET_PAPER) $(TARGET_PRESENTATION) $(TARGET_HANDOUT) $(TARGET_HANDOUT2)
+
+
+$(TARGET_PRESENTATION): $(TARGET_PRESENTATION).pdf
+
+$(TARGET_PRESENTATION).pdf: $(IMAGES) presentation.pdf
+       cp presentation.pdf $@
+
+presentation.pdf: presentation.tex $(COMMON_DEPS)
+
+
+$(TARGET_PAPER): $(TARGET_PAPER).pdf
+
+$(TARGET_PAPER).pdf: paper.pdf
+       cp paper.pdf $@
+
+paper.pdf: paper.tex $(COMMON_DEPS)
+
+
+$(TARGET_HANDOUT): $(IMAGES) $(TARGET_HANDOUT).pdf
+
+$(TARGET_HANDOUT).pdf: handout.pdf
+       cp handout.pdf $@
+
+handout.pdf: handout.tex $(COMMON_DEPS)
+
+
+$(TARGET_HANDOUT2): $(TARGET_HANDOUT2).pdf
+
+$(TARGET_HANDOUT2).pdf: $(IMAGES) handout2.pdf
+       cp handout2.pdf $@
+
+handout2.pdf: handout2.tex $(COMMON_DEPS)
+
+
+base.tex: content.tex
+
+content.tex: content.wiki
+
+
+.wiki.tex:
+       wiki2beamer $< > $@
+
+.tex.pdf:
+       pdflatex $<
+       pdflatex $<
+       #if [ "$(SHOW)" = "yes" ]; then $(VIEWER) $@ ; fi &
+
+.dia.png:
+       @dia -e $@ $<
+
+.dia.fig:
+       @dia -e $@ $<
+
+.dia.svg:
+       @dia -e $@ $<
+
+
+.PHONY: png fig svg images
+
+png: $(DIAIMAGES_PNG)
+
+fig: $(DIAIMAGES_FIG)
+
+svg: $(DIAIMAGES_SVG)
+
+images: $(IMAGES)
+
+
+.PHONY: archive
+
+archive: $(TARGET).tar.gz
+
+$(TARGET).tar.gz: $(TARGET).tar
+       @echo "Creating $@"
+       @rm -f $(TARGET).tar.gz
+       @gzip $(TARGET).tar
+
+
+# make $(TARGET).tar phony - it vanishes by gzipping...
+.PHONY: $(TARGET).tar
+
+$(TARGET).tar: presentation handout handout2 pr ho ho2
+       @echo "Creating $@"
+       @git archive --prefix=$(TARGET)/ HEAD > $@
+       @rm -rf $(TARGET)
+       @mkdir $(TARGET)
+       @cp $(TARGET_PRESENTATION).pdf $(TARGET)
+       #@cp $(TARGET_PAPER).pdf $(TARGET)
+       @cp $(TARGET_HANDOUT).pdf $(TARGET)
+       @cp $(TARGET_HANDOUT2).pdf $(TARGET)
+       @cp $(TARGET_PR).pdf $(TARGET)
+       @cp $(TARGET_HO).pdf $(TARGET)
+       @cp $(TARGET_HO2).pdf $(TARGET)
+       @tar rf $@ $(TARGET)/$(TARGET_PRESENTATION).pdf
+       #@tar rf $@ $(TARGET)/$(TARGET_PAPER).pdf
+       @tar rf $@ $(TARGET)/$(TARGET_HANDOUT).pdf
+       @tar rf $@ $(TARGET)/$(TARGET_HANDOUT2).pdf
+       @tar rf $@ $(TARGET)/$(TARGET_PR).pdf
+       @tar rf $@ $(TARGET)/$(TARGET_HO).pdf
+       @tar rf $@ $(TARGET)/$(TARGET_HO2).pdf
+
+
+
+.PHONY: clean
+
+clean:
+       @git clean -f
diff --git a/Samba_Logo_4c-grey-bbbbbb-256.png b/Samba_Logo_4c-grey-bbbbbb-256.png
new file mode 100644 (file)
index 0000000..69e0591
Binary files /dev/null and b/Samba_Logo_4c-grey-bbbbbb-256.png differ
diff --git a/apfel_1280.jpg b/apfel_1280.jpg
new file mode 100644 (file)
index 0000000..4fee275
Binary files /dev/null and b/apfel_1280.jpg differ
diff --git a/base.tex b/base.tex
new file mode 100644 (file)
index 0000000..684bf67
--- /dev/null
+++ b/base.tex
@@ -0,0 +1,67 @@
+%%\documentclass{beamer}
+
+%%\usepackage[english]{babel}
+\usepackage[utf8]{inputenc}
+\usepackage{listings}
+\usepackage{wasysym}
+
+\mode<presentation>{
+\usetheme{ObnoxSamba}
+\usepackage{pgf}
+\usepackage{multimedia}
+
+%%%\usepackage{verbatim}
+\setbeamercovered{dynamic}
+%\setbeamercovered{transparent}
+
+%\pgfdeclaremask{samba-mask}{}
+%\pgfdeclareimage[width=12mm]{samba}{samba}
+%\pgfdeclareimage[width=12mm]{sernet}{sernet}
+%\pgfdeclareimage[width=12mm]{redhat}{redhat-logo}
+%\pgfdeclareimage[width=16mm]{redhat}{Logo_RH_RGB_Default}
+%\pgfdeclareimage[width=16mm]{sambanew}{Samba_Logo_4c-grey-bbbbbb-256}
+}
+
+\mode<article>{
+       %\usepackage[pdftex]{color}
+       \usepackage[pdftex]{hyperref}
+       \usepackage[pdftex]{graphicx}
+}
+
+%%\title[SambaFS]{Present and Future Fileserving With Samba \\
+%%\ \\
+%%LinuxCon Europe 2014}
+
+\title[MC $\in$ Samba]{SMB3 Multi-Channel in Samba \\
+\ }
+\subtitle{sambaXP 2015}
+
+%%\author[Michael Adam]{Michael Adam\\
+%%\ \\
+%%\footnotesize{\texttt{ma@sernet.de} / \texttt{obnox@samba.org}}}
+  %%\author[obnox]{Michael Adam}
+  \author[Michael Adam]{Michael Adam}
+%%\\
+%%{\footnotesize{\texttt{obnox@samba.org} / \texttt{ma@sernet.de}}}}
+\institute{Samba Team / Red Hat}
+%\date{\today}
+\date{May 20, 2015}
+%\date{2014-05-14}
+
+\begin{document}
+
+\mode<article>{
+       \maketitle
+       \tableofcontents
+       \clearpage
+}
+
+\mode<presentation>{
+       \begin{frame}[plain]
+       \titlepage
+       \end{frame}
+}
+
+\input{content}
+
+\end{document}
diff --git a/beamercolorthemeobnoxsamba.sty b/beamercolorthemeobnoxsamba.sty
new file mode 100644 (file)
index 0000000..5e1e18e
--- /dev/null
@@ -0,0 +1,62 @@
+% Copyright 2004 by Madhusudan Singh <madhusudan.singh@gmail.com>
+%
+% This file may be distributed and/or modified
+%
+% 1. under the LaTeX Project Public License and/or
+% 2. under the GNU Public License.
+%
+% See the file doc/licenses/LICENSE for more details.
+
+
+\mode<presentation>
+
+% color definitions
+
+\definecolor{darkred}{rgb}{0.8,0,0}
+
+\definecolor{rhgrey}{RGB}{204,204,204}
+\definecolor{rhgrey1}{RGB}{190,190,190}
+\definecolor{rhgrey2}{RGB}{224,224,224}
+\definecolor{rhred}{RGB}{204,0,0}
+\definecolor{rhred2}{RGB}{173,35,57}
+\definecolor{rhred3}{RGB}{151,37,55}
+\definecolor{rhred4}{RGB}{138,10,7}
+
+
+%\setbeamercolor{section in toc}{fg=black,bg=white}
+\setbeamercolor{section in toc}{fg=black}
+\setbeamercolor{alerted text}{fg=darkred!80!gray}
+%\setbeamercolor*{palette primary}{fg=darkred!60!black,bg=gray!30!white}
+\setbeamercolor*{palette primary}{fg=darkred!60!black}
+%\setbeamercolor*{palette secondary}{fg=darkred!70!black,bg=gray!15!white}
+\setbeamercolor*{palette secondary}{fg=darkred!70!black}
+%\setbeamercolor*{palette tertiary}{bg=darkred!80!black,fg=gray!10!white}
+\setbeamercolor*{palette tertiary}{bg=darkred!80!black,fg=gray!10!white}
+%\setbeamercolor*{palette quaternary}{fg=darkred,bg=gray!5!white}
+\setbeamercolor*{palette quaternary}{fg=darkred}
+
+\setbeamercolor*{sidebar}{fg=darkred,bg=gray!15!white}
+
+\setbeamercolor*{palette sidebar primary}{fg=darkred!10!black}
+\setbeamercolor*{palette sidebar secondary}{fg=white}
+\setbeamercolor*{palette sidebar tertiary}{fg=darkred!50!black}
+\setbeamercolor*{palette sidebar quaternary}{fg=gray!10!white}
+
+%\setbeamercolor*{titlelike}{parent=palette primary}
+\setbeamercolor{titlelike}{parent=palette primary,fg=darkred}
+%\setbeamercolor{frametitle}{bg=gray!10!white}
+%\setbeamercolor{frametitle right}{bg=gray!60!white}
+%%\setbeamercolor{frametitle}{bg=white}
+%%\setbeamercolor{frametitle right}{bg=white}
+
+
+\setbeamercolor{structure}{fg=rhred4}
+\setbeamercolor{local structure}{fg=rhgrey1}
+\setbeamercolor{alerted text}{fg=rhred}
+
+\setbeamercolor*{separation line}{}
+\setbeamercolor*{fine separation line}{}
+
+\setbeamercolor{title}{bg=}
+\mode
+<all>
diff --git a/beamerouterthemeobnoxinfolines.sty b/beamerouterthemeobnoxinfolines.sty
new file mode 100644 (file)
index 0000000..434ddb8
--- /dev/null
@@ -0,0 +1,107 @@
+% Copyright 2011 by Michael Adam <obnox@samba.org>
+%
+% This file may be distributed and/or modified
+%
+% 1. under the LaTeX Project Public License and/or
+% 2. under the GNU Public License.
+%
+% See the file doc/licenses/LICENSE for more details.
+
+\mode<presentation>
+
+%\setbeamercolor*{author in head/foot}{parent=palette tertiary}
+%\setbeamercolor*{author in head/foot}{parent=palette primary,bg=white}
+\setbeamercolor*{author in head/foot}{parent=palette primary}
+\setbeamercolor*{title in head/foot}{parent=palette secondary}
+\setbeamercolor*{date in head/foot}{parent=palette primary}
+
+\setbeamercolor*{logo in head/foot}{parent=palette tertiary}
+\setbeamercolor*{logo in head/foot}{parent=palette primary}
+
+\pgfdeclareimage[width=16mm]{Samba-Logo}{Samba_Logo_4c-grey-bbbbbb-256}
+\pgfdeclareimage[width=16mm]{RedHat-Logo}{Logo_RH_RGB_Default}
+\pgfdeclareimage[width=\paperwidth,height=\paperheight]{Samba-BG}{samba_bg}
+
+%%%%\defbeamertemplate*{footline}{obnoxinfolines theme}
+%%\defbeamertemplate*{headline}{obnoxinfolines theme}
+%%{
+%%  \leavevmode%
+%%  \hbox{%
+%%  \begin{beamercolorbox}[wd=.333333\paperwidth,ht=2.25ex,dp=1ex,center]{author in head/foot}%
+%%    \usebeamerfont{author in head/foot}\insertshortauthor~~(\insertshortinstitute)
+%%  \end{beamercolorbox}%
+%%  \begin{beamercolorbox}[wd=.333333\paperwidth,ht=2.25ex,dp=1ex,center]{title in head/foot}%
+%%    \usebeamerfont{title in head/foot}\insertshorttitle
+%%  \end{beamercolorbox}%
+%%  \begin{beamercolorbox}[wd=.333333\paperwidth,ht=2.25ex,dp=1ex,right]{date in head/foot}%
+%%    \usebeamerfont{date in head/foot}\insertshortdate{}\hspace*{2em}
+%%    \insertframenumber{} / \inserttotalframenumber\hspace*{2ex}
+%%  \end{beamercolorbox}}%
+%%  \vskip0pt%
+%%}
+
+%% %%\defbeamertemplate*{headline}{obnoxinfolines theme}
+%% \defbeamertemplate*{footline}{obnoxinfolines theme}
+%% {
+%%   \leavevmode%
+%%   \hbox{%
+%%   \begin{beamercolorbox}[wd=.5\paperwidth,ht=5ex,dp=1ex,left]{xy}%
+%%     \hspace*{2ex} \hbox{\pgfuseimage{Samba-Logo}}
+%%   \end{beamercolorbox}%
+%%   \begin{beamercolorbox}[wd=.5\paperwidth,ht=5ex,dp=1ex,right]{xy}%
+%%   \hbox{\pgfuseimage{sernet}}
+%%     \hspace*{2ex}\end{beamercolorbox}}%
+%%   \vskip0pt%
+%% }
+
+%%\defbeamertemplate*{headline}{obnoxinfolines theme}
+\defbeamertemplate*{footline}{obnoxinfolines theme}
+{
+  \leavevmode%
+  \hbox{%
+  \begin{beamercolorbox}[wd=.2\paperwidth,ht=5ex,dp=1ex,left]{xy}%
+    \hspace*{2ex} \hbox{\pgfuseimage{Samba-Logo}}
+  \end{beamercolorbox}%
+  \begin{beamercolorbox}[wd=.3\paperwidth,ht=5ex,dp=1ex,center]{author in head/foot}%
+    \usebeamerfont{author in head/foot}\scriptsize\insertshortauthor{}\hspace*{2ex}
+  \end{beamercolorbox}%
+  \begin{beamercolorbox}[wd=.3\paperwidth,ht=5ex,dp=1ex,center]{author in head/foot}%
+    \usebeamerfont{author in head/foot}\scriptsize%
+     \insertshorttitle{} (\insertframenumber{}/\inserttotalframenumber)\hspace*{2ex}
+  \end{beamercolorbox}%
+  \begin{beamercolorbox}[wd=.2\paperwidth,ht=5ex,dp=1ex,right]{xy}%
+  \hbox{\pgfuseimage{RedHat-Logo}}
+    \hspace*{2ex}\end{beamercolorbox}}%
+  \vskip0pt%
+}
+
+
+%%\addtobeamertemplate{frametitle}{
+%%    \begin{textblock*}{\paperwidth}(-4mm,0pt)
+%%        \includegraphics[width=\paperwidth,height=1cm]{samba_bg_cut}
+%%    \end{textblock*}
+%%}
+%%
+%%\addtobeamertemplate{footline}{
+%%    \begin{textblock*}{\paperwidth}(0pt,0pt)
+%%        \includegraphics[width=\paperwidth,height=0.5cm]{samba_bg_cut}
+%%    \end{textblock*}
+%%}
+
+
+\setbeamersize{text margin left=1em,text margin right=1em}
+
+\usepackage{textpos}
+
+\addtobeamertemplate{title page}
+{
+  \begin{textblock*}{\paperwidth}(-4mm,0pt)
+    \pgfuseimage{Samba-BG}
+    %\includegraphics[width=\paperwidth,height=\paperheight]{samba_bg.png}
+  \end{textblock*}
+}
+
+%\setbeamertemplate{background canvas}{\pgfuseimage{Samba-BG}}
+
+\mode
+<all>
diff --git a/beamerthemeObnoxSamba.sty b/beamerthemeObnoxSamba.sty
new file mode 100644 (file)
index 0000000..4f95325
--- /dev/null
@@ -0,0 +1,38 @@
+% Copyright 2011 by Michael Adam  <obnox@samba.org>
+% Copyright 2004 by Madhusudan Singh <madhusudan.singh@gmail.com>
+%
+% This file may be distributed and/or modified
+%
+% 1. under the LaTeX Project Public License and/or
+% 2. under the GNU Public License.
+%
+% See the file doc/licenses/LICENSE for more details.
+
+
+\mode<presentation>
+
+\useoutertheme{obnoxinfolines}
+\usecolortheme{obnoxsamba}
+
+%%\useinnertheme[shadow=true]{rounded}
+\useinnertheme{rectangles}
+% centered squares:
+%\setbeamertemplate{itemize item}{\rule[0.7ex]{0.7ex}{0.7ex}}
+\setbeamertemplate{itemize item}{\rule[0.5ex]{0.5ex}{0.5ex}}
+%\setbeamertemplate{itemize subitem}{\small\rule[0.6ex]{0.6ex}{0.6ex}}
+\setbeamertemplate{itemize subitem}{\small\rule[0.5ex]{0.5ex}{0.5ex}}
+\setbeamertemplate{itemize subsubitem}{\small\rule[0.5ex]{0.5ex}{0.5ex}}
+
+
+\setbeamerfont{block title}{size={}}
+%\setbeamercolor{titlelike}{parent=structure,bg=white}
+\setbeamercolor{titlelike}{parent=structure}
+
+\newenvironment{sambabg}{
+       \setbeamertemplate{background canvas}%
+               {\includegraphics[width=\paperwidth,height=\paperheight]{samba_bg.png}}
+}
+{
+}
+
+\mode<all>
diff --git a/content.wiki b/content.wiki
new file mode 100644 (file)
index 0000000..dd1dbb6
--- /dev/null
@@ -0,0 +1,889 @@
+%
+% colors:
+%  _blue_text text_
+%  _red_text text_
+%
+
+
+%%% ==== Samba... ====
+%%% 
+%%% <[center]
+%%% <<<samba-kisses-better-selection.jpg,height=.8\textheight>>>
+%%% [center]>
+%%% 
+%%% 
+%%% ==== Short History ====
+%%% 
+%%% * 1.9.17: 1996/08
+%%% * 2.0: 1999/01: domain-member, +SWAT
+%%% * 2.2: 2001/04: NT4-DC
+%%% * 3.0: 2003/09: AD-member, Samba4 project started
+%%% * 3.2: 2008/07: GPLv3, experimental clustering
+%%% * 3.3: 2009/01: clustering
+%%% * 3.4: 2009/07: merged S3+S4 code
+%%% * 3.5: 2010/03: experimental SMB 2.0
+%%% * 3.6: 2011/09: SMB 2.0
+%%% * 4.0: 2012/12: AD/DC, SMB 2.0 durable handles, 2.1, 3.0
+%%% * 4.1: 2013/10: stability
+%%% * 4.2: 2015/03: AD trusts, leases, performance, scalability, CTDB
+%%% %%%CTDB included
+
+%%% ==== Release Stream ====
+%%% 
+%%% 
+%%% <[center]
+%%% <<<samba-release-stream_exp.png,width=.8\textwidth>>>
+%%% [center]>
+
+%%% ==== Release Planning ====
+%%% 
+%%% <[center]
+%%% \large
+%%% @https://wiki.samba.org/index.php/Samba\_Release\_Planning@
+%%% [center]>
+
+%%% ==== Samba Team ====
+%%% 
+%%% <[center]
+%%% <<<samba-team-20141011.png,height=.9\textheight>>>
+%%% [center]>
+%%% 
+%%% ==== Samba Team ====
+%%% 
+%%% <[center]
+%%% <<<samba-team-20141011-colorized.png,height=.9\textheight>>>
+%%% [center]>
+
+
+%%% ==== ====[plain]
+%%% 
+%%% %%\transdissolve
+%%% 
+%%% <[center]
+%%% <[columns]
+%%% [[[.3\textwidth]]]
+%%% <<<samba-chilli-flavour-crop-bright-1280.jpg,height=.8\textheight>>>
+%%% [[[.3\textwidth]]]
+%%% <<<samba-chilli-flavour-crop-bright-1280.jpg,height=.8\textheight>>>
+%%% [[[.3\textwidth]]]
+%%% <<<samba-chilli-flavour-crop-bright-1280.jpg,height=.8\textheight>>>
+%%% [columns]>
+%%% [center]>
+
+
+
+%% ==== Samba File Server Topics / Challenges ====
+%% 
+%% # performance: scalable file server
+%% #* scale-up: exhaust powerful boxes
+%% #* scale-out: flexible all-active clusters
+%% #* scale-down: perform well on low-end boxes
+%% # interop: multi-protocol access (nfs, afp, ...)
+%% # server workloads / SMB features
+%% #* tune for: small \# of connections, threaded applications
+%% #* Hyper-V, ...
+%% #* SMB3 (clustering, RDMA, ...)
+%% # special file systems support (gluster, ceph, gpfs, btrfs, ...)
+%% # cloud / openstack?...
+%% %* (samba $\leftrightarrow$ cifs.ko alternative to nfs?...)
+
+
+%% ==== Samba File Serving Topics ====
+%% 
+%% * Performance
+%% * Clustering (CTDB)
+%% * SMB features (SMB3...)
+%% * Interop (protocols, NFS, AFP, ...)
+%% * special file systems support (gluster, ceph, gpfs, btrfs...)
+%% * ...
+
+%%==== Other Samba Topics ====
+%%
+%%* Auth/Domain Member
+%%* RPC server
+%%* AD Sever
+%%* ...
+
+%%% ==== Performance ====[plain]
+%%% 
+%%% %%\transdissolve
+%%% 
+%%% <<<samba-chilli-flavour-crop-bright-1280.jpg,height=.8\textheight>>>
+%%% 
+%%% 
+%%% ==== Performance - low end systems ====
+%%% 
+%%% 
+%%% <[block]{Reduction of CPU usage for low profile platforms like arm (SMB2)}
+%%% * Samba 4.0:
+%%% ** didn't saturate 1G nic (arm), CPU 100\%
+%%% * reduced memory allocations
+%%% * instrument SMB 2.1 multi-credit / large MTU
+%%% * Samba 4.2:
+%%% ** saturates 1G nic (arm), CPU $<$ 100\%
+%%% * ==> continuing
+%%% [block]>
+%%% 
+%%% ==== Performance - DB performance ====
+%%% 
+%%% <[block]{TDB}
+%%% * trivial database
+%%% * used for IPC (smbd processes)
+%%% * cluster (CTDB): local copies
+%%% [block]>
+%%% 
+%%% <[block]{hot databases}
+%%% * @locking.tdb@ (open files)
+%%% * @brlock.tdb@ (byte range locks)
+%%% * @notify\_index.tdb@ (for change notify)
+%%% [block]>
+%%% 
+%%% ==== Performance - DB performance ====
+%%% 
+%%% <[block]{problem 1}
+%%% * fcntl byte range locks for record locks
+%%% * contention via single kernel spinlock
+%%% [block]>
+%%% 
+%%% <[block]{solution}
+%%% * alternative to fcntl: pthread robust mutexes
+%%% * ==> massive speedup
+%%% * ==> included in TDB 1.3.1,  Samba 4.2
+%%% [block]>
+%%% 
+%%% ==== Performance - DB performance ====
+%%% 
+%%% <[block]{problem 2}
+%%% * freelist:
+%%% ** single chain, contended (@locking.tdb@)
+%%% ** gets fragmented (singly linked)
+%%% * especially a problem in ctdb-cluster: vacuuming
+%%% [block]>
+%%% 
+%%% <[block]{improvements}
+%%% * make use of small per-record freelists (dead records)
+%%% * add automatic defragmentation upon traversal
+%%% * ==> included in TDB 1.3.1, Samba 4.2
+%%% [block]>
+%%% 
+%%% ==== Performance - DB performance ====
+%%% <[block]{problem 3}
+%%% * change notify not scalable
+%%% [block]>
+%%% 
+%%% <[block]{first improvement}
+%%% * restructured @notify.tdb@ to
+%%% ** global @notify\_index.tdb@ and
+%%% ** local @notify.tdb@
+%%% ** ==> better but still not good enough for some workloads
+%%% [block]>
+%%% 
+%%% <[block]{next steps}
+%%% * replace DB-approach by new scalable, async notify daemon using messaging
+%%% * some false positives do not harm
+%%% * ==> TODO
+%%% [block]>
+%%% 
+%%% 
+%%% ==== Performance - scaling ====
+%%% 
+%%% <[block]{parellelism}
+%%% * samba is multi-process:
+%%% ** smbd child process $\leftrightarrow$ TCP connection
+%%% ** event-loop in one process
+%%% * within a smbd process:
+%%% ** pthread-pool jobs for potentially blocking syscalls
+%%% ** ==> parallelism for reads/writes
+%%% ** default for async I/O since Samba 4.0
+%%% [block]>
+%%% 
+%%% ==== Performance - scaling ====
+%%% 
+%%% <[block]{messaging}
+%%% * classical messaging:
+%%% ** messages.tdb and signals between processes
+%%% ** does not scale well
+%%% * new massaging in Samba 4.2:
+%%% ** fast and scalable messaging based on unix datagram messages
+%%% ** ==> WIP: integrate with AD/DC messaging
+%%% ** ==> features fd-passing for sockets (SMB3 multi-channel)
+%%% ** ==> TODO: integrate into CTDB inter-node-messaging
+%%% [block]>
+
+
+%%% ==== Interop ====[plain]
+%%% 
+%%% %\transdissolve
+%%% 
+%%% <[center]
+%%% <<<samba-chilli-flavour-crop-bright-1280.jpg,height=.8\textheight>>>
+%%% [center]>
+%%% 
+%%% 
+%%% ==== Interop-Central ====
+%%% 
+%%% <[block]{multi-protocol access}
+%%% * nfs (kernel, ganesha, ...)
+%%% * afp: netatalk
+%%% * local access
+%%% * SMB2+ unix-extensions
+%%% [block]>
+
+
+%%% ==== File Server Layout/Scope ====
+%%% 
+%%% <[center]
+%%% <<<samba-layers.jpg,height=.8\textheight>>>
+%%% [center]>
+
+
+%%% ==== Interop - Fruit ====
+%%% 
+%%% 
+%%% <[columns]
+%%% [[[.9\textwidth]]]
+%%% * MacOS 10.9: SMB 2.1 preferred file protocol
+%%% * @vfs\_fruit@ - new module in Samba 4.2
+%%% [[[.05\textwidth]]]
+%%% [columns]>
+%%% 
+%%% <[columns]
+%%% [[[.55\textwidth]]]
+%%% 
+%%% * spotlight
+%%% ** indexed search
+%%% ** dcerpc service
+%%% ** ==> under review
+%%% * AAPL
+%%% ** SMB2 create context
+%%% ** speed up directory listings
+%%% ** ==> under review
+%%% 
+%%% [[[.4\textwidth]]]
+%%% <<<apfel_1280.jpg,width=.9\textwidth>>>
+%%% [columns]>
+%%% 
+%%% ==== ====[plain]
+%%% 
+%%% <[center]
+%%% \Large
+%%% Fruit Demo
+%%% [center]>
+
+%% ==== SMB features ====[plain]
+%% 
+%% %\transdissolve
+%% 
+%% <[center]
+%% <[columns]
+%% [[[.6\textwidth]]]
+%% 
+%% [[[.3\textwidth]]]
+%% <<<samba-chilli-flavour-crop-bright-1280.jpg,height=.8\textheight>>>
+%% [columns]>
+%% [center]>
+
+
+%% ==== SMB features in Samba - SMB2 ====
+%% 
+%% 
+%% <[center]
+%% <[columns]
+%% [[[.7\textwidth]]]
+%% 
+%% * SMB 2.0 (Vista / 2008):
+%% ** durable file handles [4.0]
+%% * SMB 2.1 (Win7 / 2008R2):
+%% ** multi-credit / large mtu [4.0]
+%% ** dynamic reauthentication [4.0]
+%% ** leasing [WIP++]
+%% ** resilient file handles [WIP-tracer]
+%% 
+%% [[[.3\textwidth]]]
+%% <<<durable-crop-colormod-1024,width=.9\textwidth>>>
+%% [columns]>
+%% [center]>
+
+
+
+%%%==== SMB3 features in Samba ====
+%%%
+%%%<[center]
+%%%<[columns]
+%%%[[[.7\textwidth]]]
+%%%
+%%%# SMB 3.0 (Win8 / 2012):
+%%%#* new crypto (sign/encrypt) [4.0]
+%%%#* secure negotiation [4.0]
+%%%#* durable handles v2 [4.0]
+%%%#* persistent file handles [WIP/tracer]
+%%%#* '''_red_Multi-Channel_''' [WIP+]
+%%%#* SMB direct [designing/starting]
+%%%#* cluster features [designing]
+%%%#** Witness [WIP+]
+%%%#* storage features [WIP]
+%%%# SMB 3.0.2 (Win8.1 / 2012R2): [master]
+%%%# SMB 3.1.1 (Win10 / 2014):
+%%%#* negotiate contexts, preauth: [master] 
+%%%
+%%%[[[.3\textwidth]]]
+%%%<<<durable-crop-colormod-1024,width=.9\textwidth>>>
+%%%[columns]>
+%%%[center]>
+
+
+%%==== ====[plain]
+%%
+%%old
+%%
+%
+%%==== Clusterd Samba / CTDB (SOFS since 2007) ====
+%%
+%%<[center]
+%%<<<design-ctdb-three-nodes.png,width=.9\textwidth>>>
+%%[center]>
+
+
+
+%%% === SMB 3.0 ====
+%%% 
+%%% \transdissolve
+%%% 
+%%% +<2->{
+%%% * new crypto (signing, transport encryption)
+%%% * persistent file handles
+%%% * multi-channel
+%%% * RDMA transport (SMB direct)
+%%% * storage features
+%%% * clustering
+%%% ** witness
+%%% ** transparent failover (continuous availability)
+%%% ** all-active (scale-out)
+%%% }
+%%% 
+%%% ==== SMB3 - Goals ====
+%%% 
+%%% \transdissolve
+%%% 
+%%% +<2->{
+%%% * fault tolerance / reliability
+%%% * performance / throughput / scaling
+%%% * focus on support for server workloads \\ %
+%%% (as opposed to workstation workloads)
+%%% * especially support for:
+%%% ** Hyper-V
+%%% ** MS-SQL
+%%% * goals:
+%%% ** replace block storage in data center
+%%% ** block (SCSI) over SMB
+%%% }
+%%% 
+%%% ==== Requirements for Hyper-V ====
+%%% 
+%%% \transdissolve
+%%% 
+%%% +<2->{
+%%% * minimum requirements:
+%%% ** SMB 3.0
+%%% ** is that really all??? - maybe resilient file handles..
+%%% }
+%%% +<3->{
+%%% * desired features:
+%%% ** cluster ($\ge 2$ nodes)
+%%% ** CA / persistent handles
+%%% ** RDMA / SMB direct
+%%% ** multi channel
+%%% }
+
+%%% ==== SMB Protocol in Samba ====
+%%% 
+%%% \transdissolve
+%%% 
+%%% +<2->{
+%%% * Samba $<$ 3.5:
+%%% ** SMB 1
+%%% * Samba 3.5:
+%%% ** experimental incomplete support for SMB 2.0
+%%% * Samba 3.6:
+%%% ** official support for SMB 2.0
+%%% ** missing: durable handles
+%%% ** default server max proto: SMB 1
+%%% * Samba 4.0:
+%%% ** SMB 2.0: complete with durable handles
+%%% ** SMB 2.1: basis, multi-credit, dynamic reauthentication
+%%% ** SMB 3.0: basis, crypto, secure negotiation, durable v2
+%%% ** default server max proto: SMB 3.0
+%%% * Samba 4.1
+%%% ** SMB 3.02: basic
+%%% }
+
+%%% ====  ==== [plain]
+%%% <[center]
+%%% {\Large
+%%% Technical Details...
+%%% }
+%%% [center]>
+
+%%% ==== ====[plain]
+%%% 
+%%% \transdissolve
+%%% 
+%%% <<<samba-chilli-flavour-crop-bright-1280.jpg,height=.8\textheight>>>
+%%% 
+%%% 
+%%% 
+
+%%% ==== Multi-Channel - Windows/Protocol ====
+%%% 
+%%% # establish initial session on TCP connection
+%%% # find interfaces with interface discovery: \\ %
+%%% @FSCTL\_QUERY\_NETWORK\_INTERFACE\_INFO@
+%%% # bind additional TCP (or RDMA) connection (channel) to established SMB3 session (session bind)
+%%% # windows: uses connections of same (and best quality)
+%%% # windows: binds only to a single node
+%%% # replay / retry mechanisms, epoch numbers
+%%% 
+%%% ==== Multi-Channel - Samba ====
+%%% 
+%%% <[block]{samba/smbd: multi-process}
+%%% * '''Currently:''' process $\Leftrightarrow$ TCP connection
+%%% * '''Idea:''' transfer new TPC connection to existing smbd
+%%% * '''How?''' ==> use fd-passing (sendmsg/recvmsg)
+%%% * '''When?''' as early as possible, based on client GUID \\ %
+%%% ==> per client GUID single process model
+%%% [block]>
+%%% 
+%%% ==== Multi-Channel - Samba ====
+%%% 
+%%% <[center]
+%%% <<<smb3-mc-samba_exp.png,height=.9\textheight>>>
+%%% [center]>
+%%% 
+%%% ==== Multi-Channel - Samba ====
+%%% 
+%%% # preparation: \\ %
+%%% messaging rewrite using unix dgm sockets with sendmsg [DONE,4.2]
+%%% # add fd-passing [DONE,4.2]
+%%% # implement session bind [ess.DONE]
+%%% # transfer connection already in negprot (ClientGUID) [ess.DONE]
+%%% # implement channel epoch numbers [WIP]
+%%% # implement interface discovery [WIP]
+%%% 
+%%% 
+%%% ==== ====[plain]
+%%% 
+%%% <[center]
+%%% \Large
+%%% Multi-Channel Demo
+%%% [center]>
+%%% 
+%%% ==== SMB Direct (RDMA) ====
+%%% 
+%%% * windows:
+%%% ** requires multi-channel
+%%% ** start with TCP, bind an RDMA channel
+%%% ** reads and writes use RDMB write/read
+%%% ** protocol/metadata via send/receive
+%%% 
+%%% * wireshark dissector: [DONE]
+%%% 
+%%% * samba (TODO):
+%%% ** prereq: multi-channel / fd-passing
+%%% ** buffer / transport abstractions [TODO]
+%%% ** _red_problem_: libraries: not fork safe and no fd-passing \\ %
+%%% ==> central daemon (or kernel module) to serve as RDMA "proxy"
+%%% 
+%%% ==== SMB Direct (RDMA) - Plan ====
+%%% 
+%%% <[center]
+%%% <<<smb3-rdma-samba-v2_exp.png,height=.9\textheight>>>
+%%% [center]>
+
+%%%==== SMB Direct (RDMA) - Plan ====
+%%%
+%%%+<2->{
+%%%* smbd-d (rdma proxy daemon)
+%%%** listens on unix domain socket (@/var/lib/smbd-d/socket@)
+%%%** listens for RDMA connection (as told by main smbd)
+%%%* main smbd:
+%%%** listens for TCP connections
+%%%** connects to smbd-d-socket
+%%%*** request rdma-interfaces, tell smbd-d on which to listen
+%%%** "accepts" new smb-direct connections on smdb-d-socket
+%%%}
+%%%
+%%%==== SMB Direct (RDMA) - Plan ====
+%%%
+%%%+<2->{
+%%%* client
+%%%** connects via TCP --> smbd forks child smbd (c)
+%%%** connects via RDMA to smbd-d
+%%%* smbd-d
+%%%** creates socket-pair as rdma-proxy-channel
+%%%** passes one end of socket-pair to main smbd for accept
+%%%** sends smb direct packages over proxy-channel
+%%%* main smbd
+%%%** upon receiving NegProt: pass proxy-socket to c based on ClientGUID
+%%%* c
+%%%** continues proxy-communication with smdb-d
+%%%}
+%%%+<3->{
+%%%* For @rdma\_read@ and @rdma\_write@:
+%%%** c and smbd-d establish shared memory area
+%%%}
+
+
+%%% ==== Persistent Handles ====
+%%% 
+%%% \transdissolve
+%%% 
+%%% +<2->{
+%%% * like durable file handles with strong guarantees
+%%% * framework is already there in samba (by support for durable v2)
+%%% ** ==> easy to satisfy at the protocol level
+%%% }
+%%% +<3->{
+%%% * the difficulty lies in implementing the guarantees
+%%% ** need make metadata persistent
+%%% ** but don't kill performance!
+%%% ** persistent tdbs !would! kill performance
+%%% ** ideas:
+%%% *** need to be sync
+%%% *** record-level transactions (instead of db-level)
+%%% *** only replicate to some nodes, not all
+%%% }
+
+
+%%==== Clustering Concepts (Windows) ====
+%%
+%%\transdissolve
+%%
+%%+<2->{
+%%* Cluster:
+%%** (``traditional'') failover cluster (active-passive)
+%%** protocol: @SMB2\_SHARE\_CAP\_CLUSTER@
+%%** Windows:
+%%*** runs off a cluster (failover) volume
+%%*** offers the Witness service
+%%}
+%%+<3->{
+%%* Scale-Out (SOFS):
+%%** scale-out cluster (all-active!)
+%%** protocol: @SMB2\_SHARE\_CAP\_SCALEOUT@
+%%** no client caching
+%%** Windows: runs off a cluster shared volume (implies cluster)
+%%}
+%%+<4->{
+%%* Continuous Availability (CA):
+%%**  transparent failover, persistent handles
+%%**  protocol: @SMB2\_SHARE\_CAP\_CONTINUOUS\_AVAILABILITY@
+%%**  can independently turned on on any cluster share (failover or scale-out)
+%%** ==> changed client retry behaviour!
+%%}
+
+%%% ==== Clustering -- Controlling Flags from Windows ====
+%%% 
+%%% \transdissolve
+%%% 
+%%% +<2->{
+%%% * a share on a cluster carries
+%%% ** @SMB2\_SHARE\_CAP\_CLUSTER@ $\Leftrightarrow$ the shared FS is a cluster volume.
+%%% }
+%%% +<3->{
+%%% * a share on a cluster carries
+%%% ** @SMB2\_SHARE\_CAP\_SCALEOUT@ $\Leftrightarrow$ the shared FS is a CSV
+%%% *** implies  @SMB2\_SHARE\_CAP\_CLUSTER@
+%%% }
+%%% +<4->{
+%%% * independently settable on a clustered share:
+%%% ** @SMB2\_SHARE\_CAP\_CONTINUOUS\_AVAILABILITY@
+%%% *** implies  @SMB2\_SHARE\_CAP\_CLUSTER@
+%%% }
+%%% 
+
+%%==== Clustering -- Server Behaviour ====
+%%
+%%\transdissolve
+%%
+%%+<2->{
+%%* @SMB2\_SHARE\_CAP\_CLUSTER@:
+%%** run witness service (RPC)
+%%** client can register and get notified about resource changes
+%%}
+%%+<3->{
+%%* @SMB2\_SHARE\_CAP\_SCALEOUT@:
+%%** do not grant batch oplocks, write leases, handle leases
+%%** ==> no durable handles unless also CA
+%%}
+%%+<4->{
+%%* @SMB2\_SHARE\_CAP\_CONTINUOUS\_AVAILABILITY@:
+%%** offer persistent handles
+%%** timeout from durable v2 request
+%%}
+%%
+
+%%==== Clustering -- Client Behaviour (Win8) ====
+%%
+%%\transdissolve
+%%
+%%
+%%+<2->{
+%%* @SMB2\_SHARE\_CAP\_CLUSTER@:
+%%** clients happily work if witness is not available
+%%}
+%%+<3->{
+%%* @SMB2\_SHARE\_CAP\_SCALEOUT@:
+%%** clients happily connect if @CLUSTER@ is not set.
+%%** clients DO request oplocks/leases/durable handles
+%%** clients are not confused if they get these
+%%}
+%%+<4->{
+%%* @SMB2\_SHARE\_CAP\_CONTINUOUS\_AVAILABILITY@:
+%%** clients happily connect if @CLUSTER@ is not set.
+%%** clients typically request persistent handle with RWH lease
+%%}
+
+%%%+<5->{
+%%%* Note:\\ %
+%%%Win8 sends @SMB2\_FLAGS\_REPLAY\_OPERATION@ in writes and reads (from 2nd in a row) \\ %
+%%%$\Leftrightarrow$ \\ %
+%%%The server announces @SMB2\_CAP\_PERSISTENT\_HANDLES@.
+%%%}
+
+%%% ==== Clustering -- Client Behaviour (Win8) : Retries  ====
+%%% 
+%%% +<2->{
+%%% * Test: Win8 against slightly pimped Samba (2 IPs)
+%%% }
+%%% +<3->{
+%%% * Server-Matrix (on/off):
+%%% ** persistent handle cap
+%%% ** durable handles
+%%% ** cluster share cap
+%%% ** scale out cap
+%%% ** ca share cap
+%%% }
+%%% +<4->{
+%%% * The test:
+%%% ** connect to share with explorer
+%%% ** start copying file (2G)
+%%% ** kill smbd
+%%% ** wait for the client to pop up an error dialog
+%%% ** click cancel
+%%% ** stop capture
+%%% }
+%%% 
+%%% ==== Clustering -- Client Behaviour (Win8) : Retries  ====
+%%% 
+%%% +<2->{
+%%% * only two different retry characteristics: CA $\leftrightarrow$ non-CA
+%%% }
+%%% +<3->{
+%%% * non-CA-case
+%%% ** 3 consecutive attempt rounds:
+%%% *** for each of the two IPs: \\ %
+%%% arp IP \\ %
+%%% three tcp syn attempts to IP with 0.5 sec breaks
+%%% ** ==> some 2.1 seconds for 1 round
+%%% ** between attempts:
+%%% ** dns, ping, arp ... 5.8 seconds
+%%% ** ==> _red_18 seconds_
+%%% }
+%%% +<4->{
+%%% * CA-Case
+%%% ** retries attempt rounds from above for _red_14 minutes_
+%%% }
+%%% 
+%%% 
+%%% 
+%%% ==== ====[plain]
+%%% 
+%%% \transdissolve
+%%% 
+%%% <[center]
+%%% <<<samba-chilli-flavour-crop-bright-1280.jpg,height=.8\textheight>>>
+%%% [center]>
+%%% 
+%%% 
+
+%%==== Clustering with Samba/CTDB ====
+%%
+%%+<2->{
+%%* all-active SMB-cluster with Samba and CTDB... \\ %
+%%+<3->{...since 2007! \smiley }
+%%}
+%%+<4->{
+%%* transparent for the client
+%%** CTDB:
+%%*** metadata and messaging engine for Samba in a cluster
+%%*** plus cluster resource manager (IPs, services...)
+%%** client only sees one ``big'' SMB server
+%%** we could not change the client!...
+%%** works ``well enough''
+%%}
+%%+<5->{
+%%* challenge:
+%%** how to integrate SMB3 clustering with Samba/CTDB
+%%** good: rather orthogonal
+%%** ctdb-clustering transparent mostly due to management
+%%}
+%%
+%%==== Witness Service ====
+%%
+%%+<2->{
+%%* an RPC service
+%%** monitoring of availability of resources (shares, NICs)
+%%** server asks client to move to another resource
+%%}
+%%+<3->{
+%%* remember:
+%%** available on a Windows SMB3 share $\Leftrightarrow$ @SMB2\_SHARE\_CAP\_CLUSTER@
+%%** but clients happily connect w/o witness
+%%}
+%%+<4->{
+%%* status in Samba [WIP (Metze, Gregor Beck)]:
+%%** async RPC: WIP, good progress ($\Rightarrow$ Metze's talk)
+%%** wireshark dissector: essentially done
+%%** client: in @rpcclient@ - done
+%%** server: dummy PoC / tracer bullet implementation done
+%%** CTDB: changes / integration needed
+%%}
+
+
+%%% ==== ====[plain]
+%%% 
+%%% <[center]
+%%% {\Large
+%%% !@https://wiki.samba.org/index.php/SMB3@!
+%%% }
+%%% [center]>
+%%% 
+%%% ==== ====[plain]
+%%% 
+%%% \transdissolve
+%%% 
+%%% <[center]
+%%% <[columns]
+%%% [[[.6\textwidth]]]
+%%% 
+%%% [[[.3\textwidth]]]
+%%% <<<samba-chilli-flavour-crop-bright-1280.jpg,height=.8\textheight>>>
+%%% [columns]>
+%%% [center]>
+%%% 
+
+%% ==== SMB features in Samba ====
+%% 
+%% <[center]
+%% \Large
+%% @https://wiki.samba.org/index.php/Samba3/SMB3@
+%% [center]>
+
+
+%%% ==== Misc ====[plain]
+%%% 
+%%% %\transdissolve
+%%% 
+%%% <[center]
+%%% <<<samba-chilli-flavour-crop-bright-1280.jpg,height=.8\textheight>>>
+%%% [center]>
+
+%%% ==== Misc ====
+%%% 
+%%% <[block]{File Systems}
+%%% * gpfs, gluster, ceph, btrfs...
+%%% * support through vfs modules
+%%% * fuse-based: avoid context switches
+%%% * instrument SMB3 storage features (fsctls)
+%%% [block]>
+%%% 
+%%% ==== Misc ====
+%%% 
+%%% %%<[block]{Under the hood}
+%%% %%* restructurings, reconsilations
+%%% %%* ctdb moved into samba tree
+%%% %%* published libs: talloc, tdb, tevent ...
+%%% %%[block]>
+%%% 
+%%% <[block]{Testing}
+%%% * unprivileged selftest, autobuild
+%%% * selfcontained testing: wrapper
+%%% ** socket wrapper
+%%% ** nss wrapper
+%%% ** uid wrapper
+%%% ** resolv wrapper [_red_new_]
+%%% * externalized as separate projects:
+%%% ** ==> @http://cwrap.org/@
+%%% ** git on samba.org
+%%% ** ==> Andreas Schneider's talk
+%%% [block]>
+
+
+%%% ==== Forecast: Cloudy ====
+%%% 
+%%% <[block]{Possible involvement with OpenStack}
+%%% * SMB storage service for Windows (and other) VMs
+%%% * SMB3 storage backend for Hyper-V images
+%%% * also: chances for AD-integration into auth
+%%% [block]>
+
+%% ==== Credits ====
+%% 
+%% <[block]{especially but not exclusively}
+%% * Volker Lendecke
+%% * Stefan Metzmacher
+%% * Ralph Böhme
+%% * Jeremy Allison
+%% * David Disseldorp
+%% * Andreas Schneider
+%% [block]>
+
+
+%%% ==== Conclusion ====[plain]
+%%% 
+%%% %%\transdissolve
+%%% 
+%%% <<<samba-chilli-flavour-crop-bright-1280.jpg,height=.8\textheight>>>
+%%% 
+%%% 
+%%% ==== Conclusion ====
+%%% 
+%%% <[block]{Remember}
+%%% * Samba 4.X is quite different from 3.Y
+%%% [block]>
+%%% 
+%%% <[block]{What's coming?}
+%%% * Performance: the story continues
+%%% * Interop: strengthen strenths
+%%% * SMB(3) features: a lot to come ( ==> cluster, hyper-v, ...)
+%%% * Some clouds in the sky...
+%%% [block]>
+
+
+==== Thanks for your attention! ====[plain]
+
+%\transdissolve
+
+<[center]
+<[columns]
+[[[.6\textwidth]]]
+
+{\Large
+
+Questions?
+
+--*3em--
+
+@obnox\@samba.org@
+
+--*.5em--
+
+@madam\@redhat.com@
+}
+[[[.3\textwidth]]]
+<<<feet-sand-1280.png,height=.8\textheight>>>
+%<<<samba-chilli-flavour-crop-bright-1280.jpg,height=.8\textheight>>>
+
+[columns]>
+[center]>
+
diff --git a/ctdb-design-daemons.dia b/ctdb-design-daemons.dia
new file mode 100644 (file)
index 0000000..aa0b06b
Binary files /dev/null and b/ctdb-design-daemons.dia differ
diff --git a/design-ctdb-three-nodes.dia b/design-ctdb-three-nodes.dia
new file mode 100644 (file)
index 0000000..d24b321
Binary files /dev/null and b/design-ctdb-three-nodes.dia differ
diff --git a/design-ctdb-three-nodes.png b/design-ctdb-three-nodes.png
new file mode 100644 (file)
index 0000000..e6fb9f2
Binary files /dev/null and b/design-ctdb-three-nodes.png differ
diff --git a/document.part1.wiki b/document.part1.wiki
new file mode 100644 (file)
index 0000000..a2d1454
--- /dev/null
@@ -0,0 +1 @@
+<[autotemplate]
diff --git a/document.part2.wiki b/document.part2.wiki
new file mode 100644 (file)
index 0000000..837bdf4
--- /dev/null
@@ -0,0 +1,20 @@
+%documentclass={beamer}
+usepackage=[utf8]{inputenc}
+%usepackage={listings}
+%usepackage={wasysym}
+usetheme={ObnoxSamba}
+usepackage={pgf}
+usepackage={multimedia}
+%%%\usepackage{verbatim}
+setbeamercovered={dynamic}
+%setbeamercovered={transparent}
+titleframe=True
+% note: currently a custom mod to wiki2beamer
+titleframeopts=[plain]
+% default info:
+title=[shrt ttl]{Long Title \\ \ }
+subtitle={Event}
+date={custom date}
+author={The Author}
+institute={Affiliation}
+% custom info can follow here:
diff --git a/document.part3.wiki b/document.part3.wiki
new file mode 100644 (file)
index 0000000..9cabda5
--- /dev/null
@@ -0,0 +1,3 @@
+[autotemplate]>
+
+>>>content.wiki<<<
diff --git a/durable-crop-colormod-1024.jpg b/durable-crop-colormod-1024.jpg
new file mode 100644 (file)
index 0000000..39e617d
Binary files /dev/null and b/durable-crop-colormod-1024.jpg differ
diff --git a/feet-sand-1280.png b/feet-sand-1280.png
new file mode 100644 (file)
index 0000000..ebd2a53
Binary files /dev/null and b/feet-sand-1280.png differ
diff --git a/handout.tex b/handout.tex
new file mode 100644 (file)
index 0000000..dd66697
--- /dev/null
@@ -0,0 +1,3 @@
+\documentclass[handout]{beamer}
+\usepackage{pgfpages}
+\input{base}
diff --git a/handout2.tex b/handout2.tex
new file mode 100644 (file)
index 0000000..b718a40
--- /dev/null
@@ -0,0 +1,4 @@
+\documentclass[handout]{beamer}
+\usepackage{pgfpages}
+\pgfpagesuselayout{2 on 1}
+\input{base}
diff --git a/ho.class.wiki b/ho.class.wiki
new file mode 100644 (file)
index 0000000..b714b7d
--- /dev/null
@@ -0,0 +1,2 @@
+documentclass=[handout]{beamer}
+usepackage={pgfpages}
diff --git a/ho2.class.wiki b/ho2.class.wiki
new file mode 100644 (file)
index 0000000..44dc094
--- /dev/null
@@ -0,0 +1,3 @@
+documentclass=[handout]{beamer}
+usepackage={pgfpages}
+pgfpagesuselayout={2 on 1}
diff --git a/info.wiki b/info.wiki
new file mode 100644 (file)
index 0000000..0547747
--- /dev/null
+++ b/info.wiki
@@ -0,0 +1,5 @@
+title=[vagrant]{Tools for the Vagabonding Samba Developer\\ \ }
+subtitle={sambaXP 2015}
+date={May 21, 2015}
+author={Michael Adam}
+institute={Samba Team / Red Hat}
diff --git a/paper.tex b/paper.tex
new file mode 100644 (file)
index 0000000..92bc306
--- /dev/null
+++ b/paper.tex
@@ -0,0 +1,4 @@
+\documentclass[class=article,a4paper]{beamer}
+%%\documentclass{article}
+\usepackage{beamerarticle}
+\input{base}
diff --git a/pr.class.wiki b/pr.class.wiki
new file mode 100644 (file)
index 0000000..305180b
--- /dev/null
@@ -0,0 +1 @@
+documentclass={beamer}
diff --git a/presentation.tex b/presentation.tex
new file mode 100644 (file)
index 0000000..77d4e7d
--- /dev/null
@@ -0,0 +1,2 @@
+\documentclass{beamer}
+\input{base}
diff --git a/redhat-logo.png b/redhat-logo.png
new file mode 100644 (file)
index 0000000..3ee786b
Binary files /dev/null and b/redhat-logo.png differ
diff --git a/samba-chilli-flavour-crop-1280-bright2.jpg b/samba-chilli-flavour-crop-1280-bright2.jpg
new file mode 100644 (file)
index 0000000..100fbcd
Binary files /dev/null and b/samba-chilli-flavour-crop-1280-bright2.jpg differ
diff --git a/samba-chilli-flavour-crop-bright-1280.jpg b/samba-chilli-flavour-crop-bright-1280.jpg
new file mode 100644 (file)
index 0000000..8ae8f7a
Binary files /dev/null and b/samba-chilli-flavour-crop-bright-1280.jpg differ
diff --git a/samba-kisses-better-selection.jpg b/samba-kisses-better-selection.jpg
new file mode 100644 (file)
index 0000000..dc60f9b
Binary files /dev/null and b/samba-kisses-better-selection.jpg differ
diff --git a/samba-layers.dia b/samba-layers.dia
new file mode 100644 (file)
index 0000000..067128c
Binary files /dev/null and b/samba-layers.dia differ
diff --git a/samba-layers.jpg b/samba-layers.jpg
new file mode 100644 (file)
index 0000000..c103aeb
Binary files /dev/null and b/samba-layers.jpg differ
diff --git a/samba-release-stream.dia b/samba-release-stream.dia
new file mode 100644 (file)
index 0000000..01b9ec5
Binary files /dev/null and b/samba-release-stream.dia differ
diff --git a/samba-release-stream_exp.png b/samba-release-stream_exp.png
new file mode 100644 (file)
index 0000000..1906ad1
Binary files /dev/null and b/samba-release-stream_exp.png differ
diff --git a/samba-team-20141011-colorized.png b/samba-team-20141011-colorized.png
new file mode 100644 (file)
index 0000000..2544071
Binary files /dev/null and b/samba-team-20141011-colorized.png differ
diff --git a/samba-team-20141011.png b/samba-team-20141011.png
new file mode 100644 (file)
index 0000000..169d50a
Binary files /dev/null and b/samba-team-20141011.png differ
diff --git a/samba.png b/samba.png
new file mode 100644 (file)
index 0000000..fdc9c84
Binary files /dev/null and b/samba.png differ
diff --git a/samba_bg.png b/samba_bg.png
new file mode 100644 (file)
index 0000000..51a96b5
Binary files /dev/null and b/samba_bg.png differ
diff --git a/samba_bg_cut.png b/samba_bg_cut.png
new file mode 100644 (file)
index 0000000..b14b7ec
Binary files /dev/null and b/samba_bg_cut.png differ
diff --git a/samba_bg_cut.xcf b/samba_bg_cut.xcf
new file mode 100644 (file)
index 0000000..32bf764
Binary files /dev/null and b/samba_bg_cut.xcf differ