Search results

  1. grin

    GUI don't allow partitions as Ceph OSD journal devices

    GUI don't allow partitions as Ceph OSD journal devices, and it should. We do it manually, but there seems to be no reason not to handle it. (Sidenote: the "disks" tab in the new gui is empty, probably should contain physical disks which have, say, SMART status.)
  2. grin

    datacenter level command line tools (like list all CTs)

    Is there a way to do datacenter (multinode) level tasks, apart from HA tools, from the command line? Like: list all the containers on all nodes migrate one vm from a node to another ..etc?
  3. grin

    lxc directory mountpoint migration don't work

    https://bugzilla.proxmox.com/show_bug.cgi?id=1147
  4. grin

    lxc directory mountpoint migration don't work

    You possibly meant: --- PVECT.pm 2016-09-15 13:24:38.000000000 +0200 +++ /tmp/PVECT.pm 2016-10-07 11:25:25.156919665 +0200 @@ -92,6 +92,7 @@ vmid => $id, target => $target, online => 0, # we cannot migrate CT (yet) online, only relocate + force => 1, # we want to pull over local mount...
  5. grin

    lxc directory mountpoint migration don't work

    We are running the latest and greatest (in fact the question have arisen while upgrading). How do you want me to convey this information to ha-manager? Or does it automagically "force" now? [UPDATE] I have checked, and 'pct migrate <ctid> <node> --force --online' (also with '-force' with one...
  6. grin

    lxc directory mountpoint migration don't work

    mp0: /mnt/remote_nfs_share,mp=/mnt/extstorage,size=1T Oct 06 15:32:07 ERROR: migration aborted (duration 00:00:00): can't determine assigned storage for mountpoint 'mp0' it is caused by the storage subsystem since it wants to be sure that the storage is managed by proxmox. However there seem...
  7. grin

    [SOLVED] trap divide error / divide error: 0000 [#1] SMP kernel bug

    The repo offers only 4.4.13-58 Where should I find it? [UPDATE] I see there's 4.4.16-64, I guess that fits your description.
  8. grin

    [SOLVED] trap divide error / divide error: 0000 [#1] SMP kernel bug

    Hello, This seems to be a rather critical one: under high load multisocket machines crash ceph osd [and other processes] with various division by zero errors. The patch to fix this seems to be referenced here: https://lkml.org/lkml/2016/7/12/297 See the thread for the details. Should apply to...
  9. grin

    Identifying backup files

    Tried, failed. Or rather it isn't correct since the renamed image seem to have lost its metadata: restore >> show info gives error 500. This renaming method isn't the one.
  10. grin

    Identifying backup files

    Thanks! Nice pointer. I am guilty of not searching first. Blame notwithstanding, the pointed resources raise more problems. Hook example is pretty basic (show the stages and env variables), but as far as I see the intent I am supposed to rename the file and the log in the backup-end hook. This...
  11. grin

    I have no permission to change my own avatar. :-P

    I have no permission to change my own avatar. :-P
  12. grin

    Identifying backup files

    I'm curious whether nobody yet noticed the problem with backups: they get a date and the number of CT (or VM), and that's all. It is a bit confusing when the CT is around but it's close toimpossible to handle when the original CTs get destroyed, then someone would like to recreate them from the...
  13. grin

    Jessie and 3.10.0 OpenVZ kernel and the future

    No that won't work since shutdown won't finish before migrate starts. I wrote a small script to get it done, but it's ugly, since watches the output of 'ha-manager status' and try to wait for the proper state of the ct. But if anyone interested, ask. Is there a way to 'shutdown and wait for...
  14. grin

    Jessie and 3.10.0 OpenVZ kernel and the future

    I am no kernel hacker buy my educated guess would be that the code would share large similarities to suspend/hibernate code. That one seems to be working for quite a time now. This one I really wonder how. Say I want to live migrate 1000 CT from node1 to node2. Obviosuly web GUI won't do...
  15. grin

    VM guest will not boot after changing drive type from IDE to VIRTIO

    There's a thread in the old readonly forum parts: https://forum.proxmox.com/threads/kvm-guest-will-not-boot-after-changing-drive-type-from-ide-to-virtio.4787/ This doesn't seem to be fixed. I have created a VM, added a sata disk, booted, stopped, added a virtio disk, deactivated the sata disk...