Files
proxmox/docs/archive/historical/STORAGE_ENABLED_SUMMARY.md
defiQUG cb47cce074 Complete markdown files cleanup and organization
- Organized 252 files across project
- Root directory: 187 → 2 files (98.9% reduction)
- Moved configuration guides to docs/04-configuration/
- Moved troubleshooting guides to docs/09-troubleshooting/
- Moved quick start guides to docs/01-getting-started/
- Moved reports to reports/ directory
- Archived temporary files
- Generated comprehensive reports and documentation
- Created maintenance scripts and guides

All files organized according to established standards.
2026-01-06 01:46:25 -08:00

3.8 KiB

Additional Storage Enabled - Summary

Date: 2025-01-20
Status: Complete


Storage Enabled Successfully

r630-01: local-lvm ACTIVE

Configuration:

  • Type: LVM thin
  • Volume Group: pve
  • Thin Pool: data
  • Size: 200GB
  • Available: 200GB (0% used)
  • Status: Active

Details:

  • Node reference updated: ml110,pver630-01
  • Storage enabled and accessible
  • Ready for VM deployment

Usage:

# Check status
pvesm status local-lvm

# List contents
pvesm list local-lvm

# Use for VM creation
pct create <VMID> ... --storage local-lvm

r630-02: thin1 ACTIVE

Configuration:

  • Type: LVM thin
  • Volume Group: thin1
  • Thin Pool: thin1
  • Size: 226GB
  • Used: 124GB (52.35% - has existing VMs)
  • Available: 113GB
  • Status: Active

Details:

  • Node reference updated: r630-01r630-02
  • VG/thinpool reference fixed: pve/datathin1/thin1
  • Storage enabled and accessible
  • Contains existing VMs (VMIDs: 100, 101, 102, 103, 104, 105, 130, 5000)

Usage:

# Check status
pvesm status thin1

# List contents
pvesm list thin1

# Use for VM creation
pct create <VMID> ... --storage thin1

📊 Updated Storage Summary

r630-01 Storage

Storage Type Status Size Available
local dir Active 536GB 536GB
local-lvm lvmthin Active 200GB 200GB
thin1 lvmthin Disabled - -

Total Available: 736GB

r630-02 Storage

Storage Type Status Size Available
local dir Active 220GB 220GB
thin1 lvmthin Active 226GB 113GB
thin2 lvmthin Active 226GB 226GB
thin3 lvmthin Active 226GB 226GB
thin4 lvmthin Active 226GB 190GB
thin5 lvmthin Active 226GB 226GB
thin6 lvmthin Active 226GB 226GB

Total Available: 1.4TB+ (with thin1 now enabled)


🔧 Configuration Changes Made

r630-01: local-lvm

Before:

lvmthin: local-lvm
	thinpool data
	vgname pve
	content rootdir,images
	nodes ml110,pve

Status: Disabled

After:

lvmthin: local-lvm
	thinpool data
	vgname pve
	content rootdir,images
	nodes r630-01

Status: Active (200GB available)

r630-02: thin1

Before:

lvmthin: thin1
	thinpool data
	vgname pve
	content images,rootdir
	nodes r630-01

Status: Disabled

After:

lvmthin: thin1
	thinpool thin1
	vgname thin1
	content images,rootdir
	nodes r630-02

Status: Active (113GB available, 124GB used)


Verification

r630-01

ssh root@192.168.11.11
pvesm status local-lvm
# Should show: active, 200GB available

r630-02

ssh root@192.168.11.12
pvesm status thin1
# Should show: active, 113GB available, 52.35% used

📝 Notes

  1. r630-01 local-lvm:

    • Uses the pve/data thin pool
    • Standard storage name for easier migrations
    • Fully available (200GB)
  2. r630-02 thin1:

    • Uses the thin1/thin1 thin pool
    • Contains existing VMs (52% used)
    • Still has 113GB available for new VMs
  3. Backups Created:

    • Storage configuration files backed up before changes
    • Backup files: /etc/pve/storage.cfg.backup.*

🎯 Next Steps

Ready for Use

  • Both storage pools are active and ready
  • Can create new VMs on either storage
  • Can migrate VMs to these storage pools

Recommendations

  1. Use local-lvm on r630-01 for standard storage naming
  2. Use thin1 on r630-02 for additional capacity (113GB available)
  3. Monitor storage usage on thin1 (already 52% used)

Last Updated: 2025-01-20
Status: Storage Enabled Successfully