(anonymous) wrote:

> great parts of the toolserver-cluster were down or very slow in the last few
> hours. AFAIS it was a problem with the user-store or rosemary (where the user-
> store is physically connected). I rebooted rosemary, but the reboot showed
> problems with its IPv6-address. I tried to fix that what caused several other
> reboots. Rosemary is now up and running but the user-store is not available
> (looks like Nosy just mounted it without updating the fstab-file). So I was
> forced to remove the user-store everywhere (beside on willow because it need a
> reboot to do that and a reboot is scheduled already later for today).
> I will try if I can find the partition for user-store and mount it but I have
> not much hope (there are way to many devices to try) – just to be clear: There
> is no data lost. Also away will be munin, because its data is also mounted on
> that host. I fear that we have to wait for Nosy to recover before we get the
> user-store back.

> [...]

Couldn't the search not be automated à la (untested):

| mkdir t
| for DEVICE in part1 part2; do
|   mount -o ro $DEVICE t || continue
|   [ -e t/sge ] && echo "Found ./sge on $DEVICE"
|   umount t
| done

(with "sge" being just the first example of a directory be-
neath /mnt/user-store that I can remember).

Tim


_______________________________________________
Toolserver-l mailing list (Toolserver-l@lists.wikimedia.org)
https://lists.wikimedia.org/mailman/listinfo/toolserver-l
Posting guidelines for this list: 
https://wiki.toolserver.org/view/Mailing_list_etiquette

Reply via email to