adds a new class (intended to be used under nodes in pve-manager) which adds the three api calls: list, smart and init list being a general list of the available disk with infos smart being a call to get the smart data from a given device init being a call to write a gpt header to an unused disk Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
7 lines
120 B
Makefile
7 lines
120 B
Makefile
|
|
|
|
.PHONY: install
|
|
install:
|
|
install -D -m 0644 Disks.pm ${DESTDIR}${PERLDIR}/PVE/API2/Disks.pm
|
|
make -C Storage install
|