Search results

  1. X

    iSCSI Setup

    Well, if you think Proxmox Docs are incomplete in some ways, why don't you "Contribute" your time and make the document easier for everyone. The Proxmox team developers are doing Wonderful Job. the information is all over the web you just need to Search. Anyways, in that tune you won't get much...
  2. X

    iSCSI Setup

    Don't be upset, you just need to learn the simple things. VM can be created without shared storage and specific users, all these three entities are independent to each other and co-related depends on scenario. Documentation are very clear, your question is ambiguous on the other hand, What are...
  3. X

    First Cluster networking questions (OVS and Uplink)

    You ask very specific question regarding your unique complex networking setup with no detail at all. that's not going to help you, unless its the question only for you?
  4. X

    Updating Proxmox 4.4 casuing HDD disappeared in VM

    Yes Thank you, i just notice that, will investigate further.
  5. X

    Updating Proxmox 4.4 casuing HDD disappeared in VM

    Here is Volume Detail, Status of volume: Gluster-FS ------------------------------------------------------------------------------ Brick : Brick 10.10.2.11:/GlusterFS Port : 49152 Online : Y Pid : 2268 File System : xfs...
  6. X

    Updating Proxmox 4.4 casuing HDD disappeared in VM

    How to check the health status ? Gluster process Port Online Pid ------------------------------------------------------------------------------ Brick 10.10.2.11:/GlusterFS 49152 Y 2268 Brick 10.10.2.12:/GlusterFS...
  7. X

    Updating Proxmox 4.4 casuing HDD disappeared in VM

    I found the files located in /mnt/pve/Gluster-FS/images/101 (102, and so on) but if I try to manually copy the files to Actual location /GlusterFS/images, got this input/out error.
  8. X

    Updating Proxmox 4.4 casuing HDD disappeared in VM

    Hello, Got strange problem after updating Proxmox 4.4 to minor updates, Just restart the Server and HDD is missing in VM. Disk was stored in GlusterFS, other Images are still there, only HDD is missing. Here is the error: In the /GlusterFS/images/ there are directories with VM ID's 100 101 102...
  9. X

    Proxmox network

    Why not, I am also using bridge for vlan and it works perfectly without any special arguments.
  10. X

    Proxmox network

    Hi John, you should create the network related thread at Network & Firewall section, What do you mean by 1 quad nic and 2 quad nic? You can assign every single nic to each mentioned domain. here is how I manage, if it makes you clear? cat interfaces # network interface settings; autogenerated...
  11. X

    About subscriptions

    is that a question? I don't think subscription is mandatory even for production environment, it depends upon your requirements of Proxmox support.
  12. X

    Other Cluster Nodes keep asking for password

    Check the date/time is same and sync for both server, which usually cause this issue
  13. X

    Full flash PVE

    I think SSD Failure has nothing to do with proxmox, I am using non-enterprise grade SSD (cheap one) since 3 years for Proxmox, still working great.
  14. X

    drbdmanage license change

    Now, DRBD9 is stable ! dunno, why didn't they flash the news.
  15. X

    Sheepdog Questions

    Actually, its pretty straight forward, you just need to create shared storage, it doesn't matter the Host is Proxmox or any other DIstro. you can use any DRBD9 guide to create shared storage. I didn't use it for my VM's, since I don't have 10GB network, so I use it only for Data (MySql/Apache)...
  16. X

    Sheepdog Questions

    Well, In that case, you don't have to use whole "Disk" for DRBD, use only specific partition to sync. and you can specify the partition size as you like. rest of the partitions you can utilize for other VMs.
  17. X

    Sheepdog Questions

    Cpanel means, you'll have LAMP? (I guess) so stick with DRBD9, its a good choice for HA. don't go for GlusterFS.
  18. X

    Sheepdog Questions

    The performance of GlusterFS is good, and it depends on what kind of service you will run on shared storage ? generally Databases are not recommenced on this kind of shared storage (except DRBD), 10GB connectivity is not required but you will see huge difference, specially in Live migration, I...
  19. X

    Sheepdog Questions

    Sheepdog is Shared Storage so, it does not concern with "equally hardware", you can use Sheepdog over Raid card, it will work, I don't have experience with Sheepdog, I chose GlusterFS instead. (as Sheepdog is still not recommended from Proxmox for Production environment)
  20. X

    [SOLVED] vmbr-x behavior (ifdown/ifup)

    I see, Thanks for clarification.