[Bug 1649872] Re: Ceph cluster mds failed during cephfs usage

2017-10-20 Thread James Page
** Changed in: ceph (Ubuntu)
   Status: Incomplete => Invalid

** Changed in: ubuntu-z-systems
   Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1649872

Title:
  Ceph cluster mds failed during cephfs usage

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1649872/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1649872] Re: Ceph cluster mds failed during cephfs usage

2017-07-05 Thread James Page
Looking at the original deployment:

2 osds: 2 up, 2 in

That might create issues; pools by default have a replica configuration
of 3.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1649872

Title:
  Ceph cluster mds failed during cephfs usage

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1649872/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1649872] Re: Ceph cluster mds failed during cephfs usage

2017-07-05 Thread James Page
Also attaching Juju bundle for those following.

** Attachment added: "default-2017-07-05.yaml"
   
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1649872/+attachment/4909796/+files/default-2017-07-05.yaml

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1649872

Title:
  Ceph cluster mds failed during cephfs usage

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1649872/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1649872] Re: Ceph cluster mds failed during cephfs usage

2017-07-05 Thread James Page
I'm unable to reproduce this on s390x either; steps I took to reproduce:

Bootstrap local LXD provider using ZFS backend.

juju deploy -n 3 ceph-mon
juju deploy -n 3 ceph-osd && juju config ceph-osd osd-devices=/srv/osd 
use-direct-io=False
juju deploy ceph-fs
juju add-relation ceph-mon ceph-osd
juju add-relation ceph-mon ceph-fs

I then mounted the cephfs created from the host system:

sudo mount -t ceph 10.189.59.86:6789:/ /mnt/cephfs -o
name=admin,secret=AQDW91xZWcFvIhAAbWVm3x6xx1LBDgvW7RyP9g==

after which I was able to write files to /mnt/cephfs:

ubuntu@s4lpb:/mnt/cephfs$ ls -lrt
total 314880
-rw-r--r-- 1 root root 322437120 Jul  3 21:54 zesty-server-cloudimg-arm64.img
-rw-r--r-- 1 root root 0 Jul  5 10:36 a
-rw-r--r-- 1 root root 0 Jul  5 10:36 b

ubuntu@s4lpb:/mnt/cephfs$ df -h
FilesystemSize  Used Avail Use% Mounted on
[...]
10.189.59.86:6789:/43G  6.1G   37G  15% /mnt/cephfs


Confirming kernel version:

$ uname -a
Linux s4lpb 4.4.0-67-generic #88-Ubuntu SMP Wed Mar 8 16:39:07 UTC 2017 s390x 
s390x s390x GNU/Linux
ubuntu@s4lpb:/mnt/cephfs$ 


** Changed in: ceph (Ubuntu)
   Status: Confirmed => Incomplete

** Changed in: ubuntu-z-systems
   Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1649872

Title:
  Ceph cluster mds failed during cephfs usage

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1649872/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1649872] Re: Ceph cluster mds failed during cephfs usage

2017-07-05 Thread James Page
For completeness:

$ juju status
ModelController  Cloud/Region   Version
default  localhost   lxd/localhost  2.0.2

App   Version  Status  Scale  Charm Store   Rev  OS  Notes
ceph-fs   10.2.7   active  1  ceph-fs   jujucharms3  ubuntu  
ceph-mon  10.2.7   active  3  ceph-mon  jujucharms9  ubuntu  
ceph-osd  10.2.7   active  3  ceph-osd  jujucharms  243  ubuntu  

Unit Workload  Agent  Machine  Public address  Ports  Message
ceph-fs/0*   activeidle   610.189.59.58   Unit is ready (1 
MDS)
ceph-mon/0*  activeidle   010.189.59.86   Unit is ready and 
clustered
ceph-mon/1   activeidle   110.189.59.156  Unit is ready and 
clustered
ceph-mon/2   activeidle   210.189.59.246  Unit is ready and 
clustered
ceph-osd/0*  activeidle   310.189.59.93   Unit is ready (1 
OSD)
ceph-osd/1   activeidle   410.189.59.82   Unit is ready (1 
OSD)
ceph-osd/2   activeidle   510.189.59.204  Unit is ready (1 
OSD)

Machine  StateDNSInst idSeries  AZ
0started  10.189.59.86   juju-0e3568-0  xenial  
1started  10.189.59.156  juju-0e3568-1  xenial  
2started  10.189.59.246  juju-0e3568-2  xenial  
3started  10.189.59.93   juju-0e3568-3  xenial  
4started  10.189.59.82   juju-0e3568-4  xenial  
5started  10.189.59.204  juju-0e3568-5  xenial  
6started  10.189.59.58   juju-0e3568-6  xenial  

Relation  Provides  Consumes  Type
mds   ceph-fs   ceph-mon  regular
mon   ceph-mon  ceph-mon  peer
mon   ceph-mon  ceph-osd  regular

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1649872

Title:
  Ceph cluster mds failed during cephfs usage

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1649872/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1649872] Re: Ceph cluster mds failed during cephfs usage

2017-07-05 Thread James Page
Unable to reproduce this problem on amd64; will attempt with an s390x.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1649872

Title:
  Ceph cluster mds failed during cephfs usage

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1649872/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1649872] Re: Ceph cluster mds failed during cephfs usage

2017-05-11 Thread Frank Heimes
** Changed in: ubuntu-z-systems
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1649872

Title:
  Ceph cluster mds failed during cephfs usage

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1649872/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1649872] Re: Ceph cluster mds failed during cephfs usage

2017-05-10 Thread James Page
** Changed in: ubuntu-z-systems
 Assignee: Ceph OpenStack Team (ceph-openstack-team) => (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1649872

Title:
  Ceph cluster mds failed during cephfs usage

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1649872/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1649872] Re: Ceph cluster mds failed during cephfs usage

2017-05-04 Thread Frank Heimes
** Changed in: ceph (Ubuntu)
   Status: Incomplete => Confirmed

** Tags added: openstack-ibm

** Changed in: ubuntu-z-systems
 Assignee: Canonical Server Team (canonical-server) => (unassigned)

** Changed in: ubuntu-z-systems
 Assignee: (unassigned) => Ceph OpenStack Team (ceph-openstack-team)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1649872

Title:
  Ceph cluster mds failed during cephfs usage

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1649872/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1649872] Re: Ceph cluster mds failed during cephfs usage

2017-01-09 Thread Ryan Beisner
** Tags added: s390x uosci

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1649872

Title:
  Ceph cluster mds failed during cephfs usage

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1649872/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1649872] Re: Ceph cluster mds failed during cephfs usage

2017-01-06 Thread James Page
It would be useful to have log files for the ceph-mds daemon as well
please; this might give more of a clue as to why the reply is being
corrupted.

** Changed in: ceph (Ubuntu)
   Status: New => Incomplete

** Changed in: ceph (Ubuntu)
   Importance: Undecided => Low

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1649872

Title:
  Ceph cluster mds failed during cephfs usage

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1649872/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1649872] Re: Ceph cluster mds failed during cephfs usage

2016-12-18 Thread Frank Heimes
** Also affects: ubuntu-z-systems
   Importance: Undecided
   Status: New

** Changed in: ubuntu-z-systems
 Assignee: (unassigned) => Canonical Server Team (canonical-server)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1649872

Title:
  Ceph cluster mds failed during cephfs usage

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1649872/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs