xtrabackup does not support ALL_O_DIRECT for innodb_flush_method
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Percona XtraBackup moved to https://jira.percona.com/projects/PXB |
Fix Released
|
Medium
|
Alexey Kopytov | ||
1.6 |
Fix Released
|
Medium
|
Alexey Kopytov | ||
2.0 |
Fix Released
|
Medium
|
Alexey Kopytov |
Bug Description
InnoDB Backup Utility v1.5.1-xtrabackup; Copyright 2003, 2009 Innobase Oy
and Percona Inc 2009-2011. All Rights Reserved.
This software is published under
the GNU GENERAL PUBLIC LICENSE Version 2, June 1991.
110412 23:31:43 innobackupex-1.5.1: Starting mysql with options: --unbuffered --
110412 23:31:43 innobackupex-1.5.1: Connected to database with mysql child process (pid=26221)
110412 23:31:49 innobackupex-1.5.1: Connection to database server closed
IMPORTANT: Please check that the backup run completes successfully.
At the end of a successful backup run innobackupex-1.5.1
prints "completed OK!".
innobackupex-1.5.1: Using mysql Ver 14.14 Distrib 5.1.55, for debian-linux-gnu (x86_64) using EditLine wrapper
innobackupex-1.5.1: Using mysql server version Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
innobackupex-1.5.1: Created backup directory /home/backup/
110412 23:31:49 innobackupex-1.5.1: Starting mysql with options: --unbuffered --
110412 23:31:49 innobackupex-1.5.1: Connected to database with mysql child process (pid=26246)
110412 23:31:53 innobackupex-1.5.1: Connection to database server closed
110412 23:31:53 innobackupex-1.5.1: Starting ibbackup with command: xtrabackup --backup --suspend-at-end --target-
innobackupex-1.5.1: Waiting for ibbackup (pid=26256) to suspend
innobackupex-1.5.1: Suspend file '/home/
xtrabackup Ver undefined Rev undefined for 5.1.55 unknown-linux-gnu (x86_64)
xtrabackup: uses posix_fadvise().
xtrabackup: cd to /home/game-
xtrabackup: Target instance is assumed as followings.
xtrabackup: innodb_
xtrabackup: innodb_
xtrabackup: innodb_
xtrabackup: innodb_
xtrabackup: innodb_
xtrabackup: Unrecognized value ALL_O_DIRECT for innodb_flush_method
innobackupex-1.5.1: Error: ibbackup child process has died at /usr/bin/
Related branches
- Stewart Smith (community): Approve
-
Diff: 83 lines (+56/-1)3 files modifiedinnobackupex (+1/-1)
test/t/bug759225.sh (+51/-0)
xtrabackup.c (+4/-0)
I can confirm that, on debian squeeze with all software straight out of the repo.
Should it even care about the flush method?