Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Arrow up icon
GO TO TOP
Proxmox Cookbook

You're reading from   Proxmox Cookbook Over 60 hands-on recipes to perform server virtualization and manage virtualized server solutions with Proxmox

Arrow left icon
Product type Paperback
Published in Aug 2015
Publisher
ISBN-13 9781783980901
Length 318 pages
Edition 1st Edition
Tools
Arrow right icon
Author (1):
Arrow left icon
 Ahmed Ahmed
Author Profile Icon Ahmed
Ahmed
Arrow right icon
View More author details
Toc

Table of Contents (18) Chapters Close

Proxmox Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
1. Installing Proxmox FREE CHAPTER 2. Getting to Know the Proxmox GUI 3. Cluster and VM Management 4. Network Configurations 5. Firewall Configurations 6. Storage Configurations 7. Backup and Restore 8. Updating and Upgrading Proxmox 9. Monitoring Proxmox 10. Advanced Configurations for VMs 11. The CLI Command Reference Index

Index

B

  • backup
    • compression methods / Backup compression
    • restoring / Restoring a backup, Getting ready, How to do it…
    • configuring, with vzdump.conf / Configuring a backup with vzdump.conf, How to do it...
    • through command line / Backing up through the command line, How to do it...
  • backups
    • types / Types of backup
    • full backup / Full backup
    • snapshots / Snapshots
    • scheduling / Scheduling backups, How to do it…, How it works…
  • backup storage
    • configuring / Configuring a backup storage, How to do it...
  • bare metal node
    • Proxmox, installing / Installing Proxmox on a bare metal node, How to do it…
  • bridge
    • configuring / Configuring a bridge, Getting ready, How to do it…, How it works…
    • creating, through CLI / How to do it…
  • bug tracker
    • URL / The Proxmox bug tracker

C

  • Calamari
    • URL / Monitoring a Ceph cluster with the Ceph dashboard
  • Ceph
    • URL / Node | Ceph menu
    • components / Ceph storage
    • monitor daemon (MON) / MON
    • Object Storage Daemons (OSDs) / OSD
    • OSD Journal / OSD Journal
    • Metadata Server (MDS) daemon / MDS
    • CRUSH map / CRUSH map
    • Placement Group (PG) / PG
    • pools / Pools
    • components, URL / Pools
    • documentation, URL / Monitoring the Ceph storage
    • reference links / See also
  • Ceph cluster
    • monitoring, Ceph dashboard used / Monitoring a Ceph cluster with the Ceph dashboard, How to do it…, How it works…
  • Ceph clusters
    • URL / PG
  • Ceph commands
    • about / Ceph commands, How to do it…
  • Ceph dashboard
    • URL / Monitoring a Ceph cluster with the Ceph dashboard, There's more...
    • with Icinga monitoring service / There's more...
  • Ceph filesystem (CephFS) / Ceph storage
  • Ceph RBD storage
    • connecting / Connecting the Ceph RBD storage
    • Ceph, installing on Proxmox / Installing Ceph on Proxmox
    • Ceph configuration, initializing / Initializing the Ceph configuration
    • Ceph, configuring through Proxmox GUI / Configuring Ceph through the Proxmox GUI
    • Ceph pools, managing / Managing Ceph pools
    • RBD, connecting to Proxmox / Connecting RBD to Proxmox
  • Ceph storage
    • about / Ceph storage
    • monitoring / Monitoring the Ceph storage, How it works…
    • placement group states, URL / How it works…
  • cluster
    • about / Introduction
    • creating / Creating a Proxmox cluster, How it works…
    • nodes, adding / Adding nodes to a cluster, How to do it…, How it works…
    • nodes, removing / Removing nodes from a cluster, How to do it…
    • removed node, rejoining / Rejoining a removed node into a cluster, There's more…
  • cluster-related commands
    • about / Cluster-related commands
  • cluster-specific firewall
    • configuring / Configuring a cluster-specific firewall
    • cluster firewall, enabling / Enabling a cluster firewall, How to do it…, How it works…
    • security group, managing / Managing a security group, How to do it…
  • cluster firewall
    • enabling / Getting ready, How to do it…
  • Command Line Interface (CLI) / How it works…
  • commands, Proxmox
    • about / Proxmox commands, How to do it…
    • node-related commands / Node-related commands
    • cluster-related commands / Cluster-related commands
    • storage-related commands / Storage-related commands
    • KVM-based VM-related commands / KVM-based VM-related commands
  • compression methods, backup
    • LZO / LZO
    • GZIP / GZIP
  • corosync
    • URL / Introduction, Understanding the Proxmox cluster filesystem
  • corosync cluster engine / Understanding the Proxmox cluster filesystem
  • CRUSH map
    • about / CRUSH map
    • URL / CRUSH map
  • customer portals
    • URL / Customer portals and tickets

D

  • datacenter-specific menus
    • about / Getting ready
    • working / How it works…
    • Datacenter | Search menu / Datacenter | Search menu
    • Datacenter | Summary menu / Datacenter | Summary menu
    • Datacenter | Options menu / Datacenter | Options menu
    • Datacenter | Storage menu / Datacenter | Storage menu
    • Datacenter | Backup menu / Datacenter | Backup menu
    • Datacenter | Users menu / Datacenter | Users menu
    • Datacenter | Groups menu / Datacenter | Groups menu
    • Datacenter | Pools menu / Datacenter | Pools menu
    • Datacenter | <Pool_name> | Members tab / Datacenter | <Pool_name> | Members tab
    • Datacenter | <Pool_name> | Permissions tab / Datacenter | <Pool_name> | Permissions tab
    • Datacenter | Permissions menu / Datacenter | Permissions menu
    • Datacenter | Roles menu / Datacenter | Roles menu
    • Datacenter | Authentication menu / Datacenter | Authentication menu
    • Datacenter | Authentication | Add | Active Directory Server menu / Datacenter | Authentication | Add | Active Directory Server menu
    • Datacenter | HA menu / Datacenter | HA menu
    • Datacenter | Firewall menu / Datacenter | Firewall menu
    • Datacenter | Firewall | Rules menu / Datacenter | Firewall | Rules menu
    • Datacenter | Firewall | Security Group menu / Datacenter | Firewall | Security Group menu
    • Datacenter | Firewall | Alias menu / Datacenter | Firewall | Alias menu
    • Datacenter | Firewall | IPSet menu / Datacenter | Firewall | IPSet menu
    • Datacenter | Firewall | Options menu / Datacenter | Firewall | Options menu
    • Datacenter | Support menu / Datacenter | Support menu
  • Debian system
    • Proxmox, installing / Installing Proxmox on a Debian system, How to do it...
    • URL / Getting ready
  • Directory storage / MDS
  • disk health notifications
    • configuring / Configuring the disk health notifications, How to do it…
  • documentation
    • URL / Wiki/Documentation

E

  • edge firewall
    • URL / Introduction
  • End User License Agreement (EULA) / How to do it…

F

  • fence device
    • URL / Getting ready, How to do it…
  • fencing
    • URL / Recommended hardware
  • firewall
    • about / Introduction
    • configuring / Introduction
    • cluster-specific firewall / Configuring a cluster-specific firewall
    • host-specific firewall / Configuring a host-specific firewall, How to do it…, How it works…
    • VM-specific firewall / Configuring a VM-specific firewall, How it works…
    • logging / Logging a firewall, How to do it…, How it works…
  • firewall CLI commands
    • about / Commonly-used firewall CLI commands
  • forum
    • URL / The forum
  • FreeNAS
    • URL / Getting ready, There's more…
  • FreeNAS storage
    • about / Installing the FreeNAS storage
    • installing / Installing the FreeNAS storage, Getting ready, How to do it…
  • full backup
    • about / Full backup
    • snapshot / Snapshot
    • suspendmode / Suspend
    • stop backup / Stop

G

  • Gluster commands
    • about / Gluster commands, How to do it…
    • URL / There's more...
  • GlusterFS
    • setting up, URL / Connecting the GlusterFS storage
  • GlusterFS cluster
    • URL / Getting ready…
  • GlusterFS storage
    • connecting / Connecting the GlusterFS storage, How to do it…
  • Graphical User Interface (GUI) / Introduction
  • GUI
    • Proxmox, updating through / Updating Proxmox through the GUI, How to do it…, How it works…, How to do it…

H

  • hardware-assisted virtualization extensions
    • URL / Getting ready
  • High Availability (HA)
    • about / Introduction
    • configuring / Configuring High Availability, Getting ready, How to do it…, There's more…
    • cluster / Getting ready
    • fencing / Getting ready
    • shared storage / Getting ready
  • host
    • adding, to Zabbix server / How to do it…, How it works…
  • host-specific firewall
    • configuring / Configuring a host-specific firewall, How to do it…, How it works…
  • hotplug
    • configuring / Configuring a hotplug, How to do it…
  • hypervisor
    • about / Introduction

I

  • ImageUSB
    • URL / There's more…
  • Infiniband / How it works…
  • Infiniband (IB)
    • configuring / Configuring Infiniband, Getting ready, How to do it…, How it works…
    • URL / Getting ready
  • Intrusion Prevention System (IPS) / Integrating a Suricata IPS
  • IPSet
    • about / IPSets
    • managing / Managing IPSets, Getting ready, How to do it…
  • iptables-based firewalls
    • URL / See also
  • iSCSI storage
    • connecting / Connecting the iSCSI storage
    • URL / Connecting the iSCSI storage, Getting ready, How to do it…, There's more…
  • ISO
    • managing / Managing the ISO and OpenVZ templates, How to do it…, There's more…

J

  • Java-based VNC
    • URL / Datacenter | Options menu

K

  • Kraken dash
    • URL / Monitoring a Ceph cluster with the Ceph dashboard
  • KVM-based virtual machine
    • creating / Creating a KVM-based virtual machine, How to do it…, There's more…
  • KVM-based VM-related commands
    • about / KVM-based VM-related commands
    • URL / There's more...
  • KVM-specific menus
    • about / Accessing KVM-specific menus, How to do it…
    • KVM | Summary menu / KVM | Summary menu
    • KVM | Hardware menu / KVM | Hardware menu
    • KVM | Options menu / KVM | Options menu
    • KVM | Task History menu / KVM | Task History menu
    • KVM | Monitor menu / KVM | Monitor menu
    • KVM | Backup menu / KVM | Backup menu
    • KVM | Snapshots menu / KVM | Snapshots menu
    • KVM | Firewall menu / KVM | Firewall menu
    • KVM | Permissions menu / KVM | Permissions menu
  • KVM VM
    • sound, configuring / Configuring sound in a KVM VM, How to do it…

L

  • Large Hadron Collider (LHC) / See also
  • LVM storage
    • connecting / Connecting the LVM storage, How to do it…
    • adding, with local devices / Adding the LVM storage with local devices
    • creating, with shared storage as backend / Creating LVM with a shared storage as the backend, How it works…
    • URL / There's more…

M

  • macro
    • about / Macros
  • mailing list
    • user, URL / Proxmox mailing lists
    • developer, URL / Proxmox mailing lists
  • Management Information Base (MIB)
    • URL / Configuring SNMP in Proxmox
  • manual backup
    • performing / Performing a manual backup, How to do it…
  • Metadata Server (MDS) daemon / MDS
  • multiple subnets
    • isolating / Isolating multiple subnets, How to do it…, There's more…

N

  • napp-it
    • URL / Installing the FreeNAS storage
  • NAS4Free
    • URL / Installing the FreeNAS storage
  • netfilter
    • about / Introduction
    • URL / Introduction
  • network
    • configuring / Configuring a basic network, How to do it…
  • Network Address Translation (NAT)
    • configuring / Configuring Network Address Translation, How it works…
  • network bonding
    • configuring / Configuring network bonding, Getting ready, How to do it…, There's more…
  • Network File System (NFS) storage
    • connecting / Connecting the NFS storage, Getting ready, How to do it…
  • Nexenta
    • URL / Installing the FreeNAS storage
  • node-related commands
    • about / Node-related commands
  • node-specific menus
    • about / Accessing node-specific menus
    • working / How it works…
    • Node | Search menu / Node | Search menu
    • Node | Summary menu / Node | Summary menu
    • Node | Services menu / Node | Services menu
    • Node | Network menu / Node | Network menu
    • Node | DNS menu / Node | DNS menu
    • Node | Time menu / Node | Time menu
    • Node | Syslog menu / Node | Syslog menu
    • Node | Bootlog menu / Node | Bootlog menu
    • Node | Task History menu / Node | Task History menu
    • Node | UBC menu / Node | UBC menu
    • Node | Subscription menu / Node | Subscription menu
    • Node | Firewall menu / Node | Firewall menu
    • Node | Firewall | Rules menu / Node | Firewall | Rules menu
    • Node | Firewall | Options menu / Node | Firewall | Options menu
    • Node | Firewall | Log menu / Node | Firewall | Log menu
    • Node | Updates menu / Node | Updates menu, Node | Ceph menu
    • Node | Ceph | Status menu / Node | Ceph | Status menu
    • Node | Ceph | Config menu / Node | Ceph | Config menu
    • Node | Ceph | Monitor menu / Node | Ceph | Monitor menu
    • Node | Ceph | Disks menu / Node | Ceph | Disks menu
    • Node | Ceph | OSD menu / Node | Ceph | OSD menu
    • Node | Ceph | Pools menu / Node | Ceph | Pools menu
    • Node | Ceph | Crush menu / Node | Ceph | Crush menu
    • Node | Ceph | Log menu / Node | Ceph | Log menu
    • Node management menu / Node management menu
  • nodes
    • adding, to cluster / Adding nodes to a cluster, How to do it…, How it works…
    • removing, from cluster / Removing nodes from a cluster, How to do it…
    • removed node, rejoining in cluster / Rejoining a removed node into a cluster, How to do it…
  • noVNC console / Datacenter | Options menu
    • URL / Datacenter | Options menu
  • NUMA
    • architecture, URL / How to do it…

O

  • OATH-based TFA
    • URL / Datacenter | Users menu
  • Object Identifier (OID) / Configuring SNMP in Proxmox
    • URL / Configuring SNMP in Proxmox
  • Object Storage Daemons (OSDs) / OSD
  • Opensm / How it works…
  • OpenVZ container
    • creating / Creating an OpenVZ container, How to do it…
    • managing / Managing OpenVZ containers, How to do it…
  • OpenVZ container-related commands
    • about / OpenVZ container-related commands, How to do it…
    • URL / There's more...
  • OpenVZ man page
    • URL / See also
  • OpenVZ specific menus
    • about / Accessing OpenVZ-specific menus, How it works…
    • OpenVZ | Summary menu / OpenVZ | Summary menu
    • OpenVZ | Resources menu / OpenVZ | Resources menu
    • OpenVZ | Network menu / OpenVZ | Network menu
    • OpenVZ | DNS menu / OpenVZ | DNS menu
    • OpenVZ | Options menu / OpenVZ | Options menu
    • OpenVZ | Task History menu / OpenVZ | Task History menu
    • OpenVZ | UBC menu / OpenVZ | UBC menu
    • OpenVZ | Backup menu / OpenVZ | Backup menu
    • OpenVZ | Firewall menu / OpenVZ | Firewall menu
    • OpenVZ | Permissions menu / OpenVZ | Permissions menu
  • OpenVZ templates
    • managing / Managing the ISO and OpenVZ templates, How to do it…, How it works…, There's more…
    • URL / There's more…
  • OpenVZ user bean counters (UBC)
    • about / Understanding OpenVZ user bean counters, How to do it…, How it works…
    • URL / See also
  • OpenVZ Zabbix template
    • adding / How to do it…, How it works…
    • zipped package, URL / How to do it…
    • extending / Extending the OpenVZ Zabbix template, How to do it…, See also
  • options, backup
    • -all / How to do it...
    • -bwlimit / How to do it...
    • -mailto / How to do it...
    • -maxfiles / How to do it...
    • -mode / How to do it...
    • -compress / How to do it...
    • -remove / How to do it...
    • -lockwait / How to do it...
    • -storage / How to do it...
    • -tmpdir / How to do it...
  • options, qmrestore command
    • -force / How to do it...
    • -unique / How to do it...
    • -pool / How to do it...
    • -storage / How to do it...
  • options, vzrestore command
    • -force / How to do it...
    • -storage / How to do it...

P

  • package repository
    • Enterprise Repository / Setting up a Proxmox package repository
    • No-Subscription Repository / Setting up a Proxmox package repository
    • Test Repository / Setting up a Proxmox package repository
    • Outdated stable repository (pve) / There's more…
    • Outdated Proxmox VE 2.x stable repository (squeeze pve) / There's more…
  • PCI Express/GPU passthrough
    • configuring / Configuring a PCI Express/GPU passthrough, How to do it…
    • URL / There's more…
  • PCI passthrough
    • configuring / Configuring a PCI passthrough, How to do it…
  • pfSense / Protocols
  • Placement Group (PG)
    • about / PG
    • URL / PG
  • Pluggable Authentication Module (PAM) / Introduction
  • pmxcfs
    • URL / See also
  • protocol
    • about / Protocols
  • Proxmox
    • hardware, requisites / Hardware requirements
    • minimum requisites / Minimum hardware
    • hardware, recommended / Recommended hardware
    • URL / Recommended hardware, Introduction
    • installation, preparing for / Preparing for installation, There's more…
    • ISO image, URL / How to do it…
    • installing, on Windows / There's more…
    • installing, on Linux / There's more…
    • installing, on bare metal node / Installing Proxmox on a bare metal node, How to do it…
    • installing, on Debian system / Installing Proxmox on a Debian system, How to do it...
    • subscription / A Proxmox subscription
    • subscription, URL / A Proxmox subscription
    • subscription, disabling / Disabling a Proxmox subscription, How it works…
    • subscription, applying / Applying a Proxmox subscription, Getting ready, There's more…
    • package repository, setting up / Setting up a Proxmox package repository, How to do it…, There's more…
    • forum, URL / How it works…, There's more…
    • help / Seeking support
    • support / Seeking support
    • wiki/documentation / Wiki/Documentation
    • cluster, creating / Creating a Proxmox cluster, How it works…, There's more…
    • wiki, URL / There's more…
    • about / Introduction
    • updating, through GUI / Updating Proxmox through the GUI, Getting ready, How to do it…, How it works…
    • updating, through CLI / Updating Proxmox through the CLI
    • documentation, URL / How to do it…
    • Roadmap link, URL / There's more…
    • built-in monitoring / Proxmox built-in monitoring, How to do it…
    • Simple Network Management Protocol (SNMP), configuring / Configuring SNMP in Proxmox, How to do it…
  • Proxmox Cluster File System (PMXCFS)
    • URL / Introduction
  • Proxmox cluster filesystem (pmxcfs)
    • about / Understanding the Proxmox cluster filesystem, How it works…
  • Proxmox Community Subscription
    • URL / Datacenter | Summary menu
  • Proxmox GUI
    • accessing / Accessing the Proxmox GUI, How to do it…, How it works…
    • styles, viewing / Viewing styles
    • datacenter-specific menus, accessing / Accessing datacenter-specific menus, How to do it…
    • node-specific menus, accessing / Accessing node-specific menus, How to do it…
    • KVM-specific menus, accessing / Accessing KVM-specific menus, How to do it…
    • OpenVZ specific menus, accessing / Accessing OpenVZ-specific menus, How to do it…
    • about / Proxmox built-in monitoring, How to do it…
  • Proxmox ISO installation image
    • URL / There's more…
  • Proxmox node
    • upgrading / Introduction
    • updating, on subscription level change / Updating after a change in subscription, How to do it…
  • Proxmox node, upgrading
    • packages upgrade only / Introduction
    • distribution upgrade / Introduction
  • Proxmox VE
    • about / Introduction
    • features / Introduction
  • Proxmox VE
    • about / Introduction
  • Proxmox Wiki
    • on firewalls, URL / There's more…

R

  • rebooting dilemmas
    • post update / Rebooting dilemmas after an update, How to do it…
  • REST
    • URL / Introduction
  • restore
    • through command line / Restoring through the command line, How to do it...
  • rules
    • about / Rules

S

  • #script option
    • URL / #script
  • security group
    • about / Security groups
    • enabling / Managing a security group, How to do it…
  • Self-Monitoring, Analysis and Reporting Technology (S.M.A.R.T.) ability / Configuring the disk health notifications
  • Simple Network Management Protocol (SNMP)
    • about / Configuring SNMP in Proxmox
    • URL / Configuring SNMP in Proxmox
    • Object Identifier (OID) / Configuring SNMP in Proxmox
    • Management Information Base (MIB) / Configuring SNMP in Proxmox
  • snapshots
    • about / Snapshots
    • managing / Managing snapshots, How to do it…
  • Solid State Drives (SSD) / Recommended hardware
  • sound
    • configuring, in KVM VM / Configuring sound in a KVM VM, Getting ready
  • SPICE-based console
    • URL / Datacenter | Options menu
  • stateful firewall
    • about / Introduction
    • URL / Introduction
  • storage
    • about / Introduction
    • local storage / Introduction, Local storage
    • configuring / Introduction
    • shared storage / Shared storage
    • Ceph storage / Ceph storage
  • storage-related commands
    • about / Storage-related commands
  • storage configurations
    • about / Basic storage configurations
    • steps / How to do it…
  • styles, Proxmox GUI
    • viewing / Viewing styles
    • Server View, displaying / Displaying Server View
    • Folder View, displaying / Displaying Folder View
    • Storage View, displaying / Displaying Storage View
    • Pool View, displaying / Displaying Pool View
  • support, Proxmox
    • seeking / Seeking support
    • forum / The forum
    • wiki/documentation / Wiki/Documentation
    • customer portals and tickets / Customer portals and tickets
    • mailing list / Proxmox mailing lists
    • bug tracker / The Proxmox bug tracker
  • Suricata
    • URL / Integrating a Suricata IPS
  • Suricata Intrusion Prevention System (IPS)
    • integrating / Integrating a Suricata IPS, How it works…

T

  • Template OS Linux template
    • URL / There's more…
  • Template Proxmox Resources / How to do it…
  • tickets
    • URL / Customer portals and tickets
  • triggers
    • URL / How it works…
  • TrueNAS
    • URL / Installing the FreeNAS storage
  • TurnKey Linux
    • URL / How to do it…

U

  • USB image writing application
    • URL / There's more…
  • USB passthrough
    • configuring / Configuring a USB passthrough, How to do it…

V

  • VirtIO driver
    • URL / How to do it…
  • virtual disk image
    • managing / Managing a virtual disk image, How to do it…
  • Virtual LAN (VLAN)
    • configuring / Configuring VLAN, How to do it…, How it works…
    • URL / Getting ready
  • virtual machine
    • migrating / Migrating a virtual machine, Getting ready, How to do it…
    • cloning / Cloning a virtual machine, How to do it…
  • virtual machines
    • nesting / Nesting virtual machines, Getting ready, How to do it…
  • VLAN tag / Getting ready
  • VM-specific firewall
    • configuring / Configuring a VM-specific firewall
  • VM Monitor
    • URL / KVM | Monitor menu
  • VM network interface
    • configuring / Configuring a VM network interface, Getting ready, How to do it…
  • vzdump.conf
    • used, for configuring backup / Configuring a backup with vzdump.conf, How to do it...
    • #bwlimit option / #bwlimit
    • #lockwait option / #lockwait
    • #stopwait option / #stopwait
    • #script option / #script
    • #exclude-path option / #exclude-path

W

  • wiki
    • URL / Wiki/Documentation
  • Windows-based KVM VM
    • URL / How to do it…

Z

  • Zabbix
    • monitoring with / Monitoring with Zabbix
    • URL / Monitoring with Zabbix
    • installing, URL / Getting ready
    • downloading, URL / Getting ready
    • host, adding to server / Adding a host to the Zabbix server, How to do it…, How it works…
    • OpenVZ Zabbix template, adding / Adding the OpenVZ Zabbix template, How to do it…, How it works…
    • OpenVZ Zabbix template, extending / Extending the OpenVZ Zabbix template, How to do it…, How it works…
  • Zabbix Agent / Getting ready
  • ZFS commands
    • about / ZFS commands, How to do it…
    • URL / There's more...
  • ZFS storage
    • connecting / Connecting the ZFS storage, How to do it…
    • URL / Connecting the ZFS storage
    • ZFS pool, creating / Creating a ZFS pool and attaching it to a Proxmox cluster
    • ZFS pool, attaching to Proxmox cluster / Creating a ZFS pool and attaching it to a Proxmox cluster
    • sharing, between Proxmox nodes / Sharing the ZFS storage between Proxmox nodes, How it works…
  • zones
    • about / Zones
    • host / Zones
    • VM / Zones
lock icon The rest of the chapter is locked
arrow left Previous Section
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at £13.99/month. Cancel anytime
Visually different images