]> git.proxmox.com Git - pmg-docs.git/blob - gen-cluster.conf.5-opts.pl
installation: fix codeblock rendering in zfs performance tips section
[pmg-docs.git] / gen-cluster.conf.5-opts.pl
1 #!/usr/bin/perl
2
3 use lib '.';
4 use strict;
5 use warnings;
6 use PVE::RESTHandler;
7
8 use Data::Dumper;
9
10 use PMG::ClusterConfig;
11
12 my $schema = PMG::ClusterConfig::Base->createSchema(1);
13 my $properties = $schema->{properties};
14
15
16 print PVE::RESTHandler::dump_properties($properties);
17
18 exit(0);