|
||
---|---|---|
chapters | ||
figures | ||
.gitignore | ||
Makefile | ||
README.md | ||
listings-rust.sty | ||
thesis.bib | ||
thesis.tex |
README.md
Data Migration Policies in a Copy-on-Write Tiered Storage Stack - Conception and Implementation
This repository contains my WIP master thesis on data migration policies in CoW multi-tier storage domains.
Build
A makefile is provided to you which takes all required steps to build the full document.
Please be sure to provide pdflatex
, bibtex
and the makeglossaries
scripts in your environment.
$ make
To reduce the wait time, subsequent calls to an existing version only calls
pdflatex
once. This might produce, due to \LaTeX's flawless design, some unexpected effects when new references have been added to bibtex or acronyms to the glossary. Manually rebuild these files then or callmake clean && make
.
To remove the numerous build files use the clean
target.
$ make clean