/[smeserver]/rpms/e-smith-backup/sme9/e-smith-backup-2.4.0-workstation-SlowMounts.patch
ViewVC logotype

Contents of /rpms/e-smith-backup/sme9/e-smith-backup-2.4.0-workstation-SlowMounts.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Tue Dec 3 05:04:15 2013 UTC (10 years, 5 months ago) by wellsi
Branch: MAIN
CVS Tags: e-smith-backup-2_4_0-25_el6_sme, e-smith-backup-2_4_0-46_el6_sme, e-smith-backup-2_4_0-23_el6_sme, e-smith-backup-2_4_0-28_el6_sme, e-smith-backup-2_4_0-35_el6_sme, e-smith-backup-2_4_0-21_el6_sme, e-smith-backup-2_4_0-44_el6_sme, e-smith-backup-2_4_0-37_el6_sme, e-smith-backup-2_4_0-24_el6_sme, e-smith-backup-2_4_0-45_el6_sme, e-smith-backup-2_4_0-31_el6_sme, e-smith-backup-2_4_0-30_el6_sme, e-smith-backup-2_4_0-16_el6_sme, e-smith-backup-2_4_0-39_el6_sme, e-smith-backup-2_4_0-40_el6_sme, e-smith-backup-2_4_0-43_el6_sme, e-smith-backup-2_4_0-32_el6_sme, e-smith-backup-2_4_0-42_el6_sme, e-smith-backup-2_4_0-19_el6_sme, e-smith-backup-2_4_0-34_el6_sme, e-smith-backup-2_4_0-22_el6_sme, e-smith-backup-2_4_0-36_el6_sme, e-smith-backup-2_4_0-20_el6_sme, e-smith-backup-2_4_0-17_el6_sme, e-smith-backup-2_4_0-33_el6_sme, e-smith-backup-2_4_0-26_el6_sme, e-smith-backup-2_4_0-38_el6_sme, e-smith-backup-2_4_0-29_el6_sme, e-smith-backup-2_4_0-27_el6_sme, e-smith-backup-2_4_0-18_el6_sme, e-smith-backup-2_4_0-41_el6_sme, HEAD
* Tue Dec 02 2013 Ian Wells <esmith@wellsi.com> 2.4.0-16.sme
- Allow more time for cifs mounts before reporting errors [SME: 8034]

1 diff -ruN e-smith-backup-2.4.0.old/root/etc/e-smith/events/actions/workstation-backup-dar e-smith-backup-2.4.0/root/etc/e-smith/events/actions/workstation-backup-dar
2 --- e-smith-backup-2.4.0.old/root/etc/e-smith/events/actions/workstation-backup-dar 2013-12-02 08:12:13.000000000 -0800
3 +++ e-smith-backup-2.4.0/root/etc/e-smith/events/actions/workstation-backup-dar 2013-12-02 19:41:50.000000000 -0800
4 @@ -122,8 +122,14 @@
5 # verify $mntdir is mounted
6 if (&checkMount ($mntdir))
7 {
8 - ldie("Seems backup directory is not really mounted. It should not happen. \
9 - Verify availability of your backup volume. Stopping the backup now.\n");
10 + # The mount should have suceeded, but sometimes it needs more time,
11 + # so sleep and then check again.
12 + sleep 5;
13 + if (&checkMount ($mntdir))
14 + {
15 + ldie("Seems backup directory is not really mounted. It should not happen. \
16 + Verify availability of your backup volume. Stopping the backup now.\n");
17 + }
18 }
19
20 # rotating backup indicators

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed