Hi,
I think you are asking:
"If I use an iSCSI storage for a proxmox backup over the internet, will it be encrypted?"
Perhaps a better way would be to backup to a local storage and then use an encrypted file transfer to your offsite backup? ftp is not an encrypted protocol but you could use...
You could check your kernel boot line? (in grub)
Also, you could check thin-provisioning-tools is installed?
I always create the thin pool with the -T switch to lvcreate, what is the advantage of the two stage create?
You can see who logged into the web GUI in the "Cluster log" at the bottom of the web page. On the server, you can see the users by clicking on ">_Shell" and type "cat /etc/passwd". BUT this won't get you anything if you don't trust your admin person...there are many ways they could have left...
Hi,
In my experience you can't change the IPs effectively, you need to reinstall proxmox with the new IPs entered. Otherwise you get odd errors after reboot or during ops.
Yours
Interfering Andy
You could still do this:
Create disks in a binary chop manner...(exponential might be a better name)..i.e. disk1 10GB, disk2 20GB, disk3 40GB,
Then inside the VM add the disks to a VG, Then create LVs for your websites. If you need to recover disk space you can pv move the data off the disk in...
I guess you realise that you should have moved the VM's storage first...I think it works to edit the files in /etc/pve/qemu-server. The VM's are off so it should work, based on me doing it once before only.
Since it took me an hour to work out how to do this...
lvs does not show disk space used in Data%:
root@hack1:~# lvs
LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert
base-100-disk-2 data Vri---tz-k 20.00g thindata...
If it is the same problem, you'll find the pending sectors will increase maybe up to 17 and then reset to 0 and remapped will increase by just 1.
17 is the highest I've seen I think. So keep an eye on it and check that your ssd has new firmware.
If you think that there are pending sectors you...
I (quite frequently) have to refresh firefox because it has lost details in the "summary" or "hardware" of VMs. Just today, firefox lost a migrated container and thought it was on the old host and could not see it in its new place until refreshed.
It is probably due to running firefox through...
Hi,
I only said try "something like" that!
"qm list" gives a list of VMs
"|" sends the output to the next command grep
"grep running" looks for running in the text and returns 1 if not found...so the next line should probably be 1 not 0.
But I wasn't suggesting a final solution, just a...
Hi Gosha,
I am worried because my setup is similar to yours - my disks are on raid cards and configured as 16 single disk raid 0s. That is the closest I could get to un-raided too. I don't get your problem perhaps because I am on proxmox 5.1 ... anyway ...
Have you tried making your osds as...
Hi LnxBil, you say on your github project is complete and it works for you...
GitLab has the ability to use docker-machine to start C.I. tests. Do you think your driver would work with GitLab to connect it to ProxMox instead of kubernetes? This would be quite cool as you could commit to GitLab...
At least with the newest INTEL ssd drives Pending Sector no longer means the same thing. It is used to indicate that a block will be re-mapped soon, (as far as I can tell.)
On hdd it always meant that a sector could not be read and the drive is hoping that you write to it so that it can be...
Hi,
Here is my opinion:
For your "first Proxmox server", just grab any old disk and install it. Have a play and see all the amazing possibilities.
For a standalone first live server, I'd go for mirrored Proxmox/OS disks 2x450G, and 2x450G mirrored for VMs to Run on. Note, there will be...
Hi,
When proxmox 5.1 migrates a VM that has local storage there is no progress reported, just started then finished.
I noticed that the migrating process uses "dd". You can get progress from "dd" by sending it a USR1 signal. i.e. "pkill -USR1 dd"
Andrew
On Xen.
Remus provides transparent high availability to ordinary virtual machines running on Xen. It does this by continually live migrating a copy of a running VM to a backup server, which automatically activates if the primary server fails.
The other one I know of is on VMware.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.