Practical fault detection in puppet programs


연구 분야: Verification



학회: ICSE '20: Proceedings of the ACM/IEEE 42nd International Conference on Software Engineering


초록

Puppet is a popular computer system configuration management tool. By providing abstractions that model system resources it allows administrators to set up computer systems in a reliable, predictable, and documented fashion. Its use suffers from two potential pitfalls. First, if ordering constraints are not correctly specified whenever a Puppet resource depends on another, the non-deterministic application of resources can lead to race conditions and consequent failures. Second, if a service is not tied to its resources (through the notification construct), the system may operate in a stale state whenever a resource gets modified. Such faults can degrade a computing infrastructure's availability and functionality. We have developed an approach that identifies these issues through the analysis of a Puppet program and its system call trace. Specifically, a formal model for traces allows us to capture the interactions of Puppet resources with the file system. By analyzing these interactions we identify (1) resources that are related to each other (e.g., operate on the same file), and (2) resources that should act as notifiers so that changes are correctly propagated. We then check the relationships from the trace's analysis against the program's dependency graph: a representation containing all the ordering constraints and notifications declared in the program. If a mismatch is detected, our system reports a potential fault. We have evaluated our method on a large set of popular Puppet modules, and discovered 92 previously unknown issues in 33 modules. Performance benchmarking shows that our approach can analyze in seconds real-world configurations with a magnitude measured in thousands of lines and millions of system calls.


Author Profile
Thodoris Sotiropoulos

Athens University of Economics and Business

Andorra
Author Profile
Dimitris Mitropoulos

Athens University of Economics and Business

Andorra
Author Profile
Diomidis Spinellis

Athens University of Economics and Business

Andorra

📄 논문 정보

발행 연도 2020년
인용수 21
출판 국가 Andorra
사이트 ACM
좋아요 수 0

연관 논문 목록 (16건)