]> git.proxmox.com Git - pve-storage.git/blame - pvesm
Diskmanage: correctly add wearout value of 0
[pve-storage.git] / pvesm
CommitLineData
ffd6f2f3 1#!/usr/bin/perl
b6cf0a66
DM
2
3use strict;
ffd6f2f3 4use warnings;
b6cf0a66 5
c669f42d 6use PVE::CLI::pvesm;
b6cf0a66 7
f984732e 8PVE::CLI::pvesm->run_cli_handler();