Thanks for the assistance. Please see below. (xxxx hashed out private data)
root@test:~# cat /etc/pve/storage.cfg
dir: backup
path /backup
shared
content backup
maxfiles 5
dir: local
path /var/lib/vz
content images,iso,vztmpl,rootdir
maxfiles 0
dir: pve-disk2-backups
path /pve-disk2/backups
shared
content backup
maxfiles 5
dir: pve-disk2-data
path /pve-disk2/data
content images,iso,vztmpl,rootdir
maxfiles 5
root@test:~# cat /etc/pve/qemu-server/511.conf
#FQDN%3A xxxxxxx
#LAN%3A 10.0.4.2
#WAN%3A xxxxxxx
#Patched%3A YES
bootdisk: virtio0
cores: 2
cpu: host
cpuunits: 10000
ide2: none,media=cdrom
memory: 4096
name: xxxx
net0: e1000=56:49:B3:85
2:E0,bridge=vmbr0
net1: rtl8139=BE:BF:28:6A:7A:52
ostype: l26
sockets: 1
tablet: 0
vga: qxl
virtio0: pve-disk2-data:511/vm-511-disk-1.qcow2,format=qcow2,size=90G
root@test:~# pvs
PV VG Fmt Attr PSize PFree
/dev/sda2 pve lvm2 a-- 232.38g 16.00g
root@test:~# vgs
VG #PV #LV #SN Attr VSize VFree
pve 1 3 0 wz--n- 232.38g 16.00g
root@test:~# lvs
LV VG Attr LSize Pool Origin Data% Move Log Copy% Convert
data pve -wi-ao--- 154.39g
root pve -wi-ao--- 58.00g
swap pve -wi-ao--- 4.00g
root@test:~# fdisk -l
Disk /dev/sda: 250.1 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders, total 488397168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0001c001
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 1048575 523264 83 Linux
/dev/sda2 1048576 488396799 243674112 8e Linux LVM
WARNING: GPT (GUID Partition Table) detected on '/dev/sdb'! The util fdisk doesn't support GPT. Use GNU Parted.
Disk /dev/sdb: 250.1 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders, total 488397168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sdb1 1 488397167 244198583+ ee GPT
Disk /dev/mapper/pve-root: 62.3 GB, 62277025792 bytes
255 heads, 63 sectors/track, 7571 cylinders, total 121634816 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Disk /dev/mapper/pve-root doesn't contain a valid partition table
Disk /dev/mapper/pve-swap: 4294 MB, 4294967296 bytes
255 heads, 63 sectors/track, 522 cylinders, total 8388608 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Disk /dev/mapper/pve-swap doesn't contain a valid partition table
Disk /dev/mapper/pve-data: 165.8 GB, 165771476992 bytes
255 heads, 63 sectors/track, 20153 cylinders, total 323772416 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Disk /dev/mapper/pve-data doesn't contain a valid partition table
root@test:~# mount
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
udev on /dev type devtmpfs (rw,relatime,size=10240k,nr_inodes=2042095,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=1635652k,mode=755)
/dev/mapper/pve-root on / type ext3 (rw,relatime,errors=remount-ro,user_xattr,acl,barrier=0,data=ordered)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /run/shm type tmpfs (rw,nosuid,nodev,noexec,relatime,size=3271300k)
/dev/mapper/pve-data on /var/lib/vz type ext3 (rw,relatime,errors=continue,user_xattr,acl,barrier=0,data=ordered)
/dev/sda1 on /boot type ext3 (rw,relatime,errors=continue,user_xattr,acl,barrier=0,data=ordered)
rpc_pipefs on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
none on /sys/kernel/config type configfs (rw,relatime)
beancounter on /proc/vz/beancounter type cgroup (rw,relatime,blkio,name=beancounter)
container on /proc/vz/container type cgroup (rw,relatime,freezer,devices,name=container)
fairsched on /proc/vz/fairsched type cgroup (rw,relatime,cpuacct,cpu,cpuset,name=fairsched)
/dev/fuse on /etc/pve type fuse (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other)
/dev/sdb1 on /pve-disk2 type ext3 (rw,relatime,errors=continue,user_xattr,acl,barrier=0,data=ordered)