Opened 2 years ago

Closed 2 years ago

Last modified 2 years ago

#2711 closed task (fixed)

wiki is down at the moment

Reported by: robe Owned by: sac@…
Priority: normal Milestone: Sysadmin Contract 2022-II
Component: SysAdmin Keywords:
Cc:

Description

I had issues with backup of it and having issues remounting.

I may need to restart osgeo3

Change History (3)

comment:1 by robe, 2 years ago

Okay I'm going to reboot osgeo3 in a bit.

The following will be affected:

gallery.nextcloud.osgeo.org
repo.osgeo.org
matrix.osgeo.org
grass-wiki
wiki.osgeo.org
limesurvey.osgeo.org
talks.osgeo.org

comment:2 by robe, 2 years ago

Resolution: fixed
Status: newclosed

Okay back up now including wiki.osgeo.org

comment:3 by robe, 2 years ago

POSTMORTEM

Okay looks like the issue with wiki.osgeo.org was caused by lxd update that for some reason the wiki container got stuck in a mid mounted state, which allowed it to run fine but caused snapshot failure.

Normally I can do something like below to fix the snapshot issue, but didn't work this time.

lxc stop wiki
sudo zfs umount osgeo3_lxd/containers/wiki
sudo rm /var/snap/lxd/common/lxd/storage-pools/default/containers/wiki/backup.yaml
lxc start wiki #if fails try to mount
sudo zfs mount osgeo3_lxd/containers/wiki
lxc start wiki

I can tell lxd upgraded because:

snap info lxd

shows

snap-id:      J60k4JY0HppjwOjW8dZdYc8obXKxujRu
tracking:     latest/stable
refresh-date: today at 10:10 PST
channels:
  latest/stable:    4.22        2022-02-03 (22340) 79MB -
  latest/candidate: 4.22        2022-02-02 (22340) 79MB -
  latest/beta:      ↑
  latest/edge:      git-0d31b88 2022-02-03 (22345) 80MB -
Note: See TracTickets for help on using tickets.