Data Migration Policies in a Copy-on-Write Tiered Storage Stack - Conception and Implementation
Go to file
Johannes Wünsche bb16561543
use better makefile
2023-02-15 15:53:43 +01:00
chapters Fix some grammar mistakes 2022-10-17 13:44:21 +02:00
figures Fix some annotations - michael 2022-10-17 10:41:21 +02:00
.gitignore add more auxiliary files to ignore 2022-10-06 16:35:22 +02:00
Makefile use better makefile 2023-02-15 15:53:43 +01:00
README.md Add readme 2022-07-26 15:58:07 +02:00
listings-rust.sty work on concept 2022-09-23 19:23:23 +02:00
thesis.bib Work on Annotations - David 2022-10-13 14:08:56 +02:00
thesis.tex Fix some grammar mistakes 2022-10-17 13:44:21 +02:00

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 call make clean && make.

To remove the numerous build files use the clean target.

$ make clean