Displaying 7 results from an estimated 7 matches for "d5b9".
Did you mean:
85b9
2015 Mar 25
0
Re: [PATCH 1/2] New API: btrfs_filesystem_show
...be done using 'virt-rescue'.
>
Hi, Rich
I think we should have a API btrfs_filesystem_show_all:
#btrfs fi show
Label: none uuid: e34452fa-5444-4e7b-9faa-c26fa1b83686
Total devices 1 FS bytes used 176.00KiB
devid 1 size 1.00GiB used 236.00MiB path /dev/sda6
Label: none uuid: 9cdb73b9-d5b9-46c4-9395-25a952e7922a
Total devices 5 FS bytes used 112.00KiB
devid 1 size 10.00GiB used 1.02GiB path /dev/sdb
devid 2 size 10.00GiB used 2.00GiB path /dev/sdd
devid 3 size 10.00GiB used 2.00GiB path /dev/sde
...
If VM has two btrfs filesystem, this API could tell user
which device runs on which...
2015 Mar 06
3
Re: [PATCH 1/2] New API: btrfs_filesystem_show
On Fri, Mar 06, 2015 at 07:39:36AM +0000, Chen, Hanxiao wrote:
>
>
> > -----Original Message-----
> > From: Richard W.M. Jones [mailto:rjones@redhat.com]
> > Sent: Thursday, March 05, 2015 8:59 PM
> > To: Chen, Hanxiao/陈 晗霄
> > Cc: libguestfs@redhat.com
> > Subject: Re: [Libguestfs] [PATCH 1/2] New API: btrfs_filesystem_show
> >
> > AFAICT
2015 Jun 06
0
What has happened to the CentOS logo?
...FuQ1BG4wb9ZcLT513wbo+ymRr61svAwOLYd6SZf
3viSPqLLoTlgR2DdLIjWd0rH3qZZKvLwQVOcLMhU4iMw2NHG7Ae2+Ob8AaXUt2L7
hRBg05hoHC8QhxwVA4MDBC9z4cHK0yDlYA5P8h4iecsoOcZCQ6tkAlJoXoFg4jf2
L6aoWMvr7O5CGncksyaexxae2Kz42XCx0X6iDhxBICrbFkRBY/WNfoDYhrm7DvaB
r+1r67XOsK0+iiOPsB5p6d7mo1PeaIwdq7k39AycPr9q9ENknS+K9xPb9zJzKYK/
D5b9+VcRd8hlyoh0z4r5h48ZFm+x1fuXjMDyYgRjT+68Itjrbkg7lmER+udWYOg6
lHEvqIPwRj4SwbiDdd6dfw1jldYRtkEMQoNi4K8mfP4HtVIhJ25NfJ71uYamQ8+l
lm6MfNGtmwUHbQrXzvt5pu3TEnyUiezAa9jQ/UTOfNBJNSCiAqGiJfnH5BxYNowX
svAdBUAFx3sMtOJxl9nkUFYxMj3YNgY6lJ7qxR0YQMlem2fRRhVeZ2AAXJ9sxmDo
hKZ1RbtSUEyerv71iETV
=7HvB
-----END PGP SIGN...
2015 Jun 06
3
What has happened to the CentOS logo?
On Sat, Jun 06, 2015 at 10:39:07AM +0100, J Martin Rushton wrote:
> Thanks, I'm used to grub, and had forgotten that grub2 doesn't read
> the config itself and needs the make config step.
Back when grub2 oozed into Fedora, I made a small page, both as a reminder
for myself and to stop repeating answers on the Fedora forums.
You probably don't need it, but just in case.
2015 Jun 11
2
[PATCH] New API: btrfs_filesystem_show_all
...alloc");
+ goto error;
+ }
+
+ /* Output of `btrfs filesystem show' is like:
+ *
+ * Label: none uuid: e34452fa-5444-4e7b-9faa-c26fa1b83686
+ * Total devices 1 FS bytes used 176.00KiB
+ * devid 1 size 1.00GiB used 236.00MiB path /dev/sda6
+ *
+ * Label: none uuid: 9cdb73b9-d5b9-46c4-9395-25a952e7922a
+ * Total devices 5 FS bytes used 112.00KiB
+ * devid 1 size 10.00GiB used 1.02GiB path /dev/sdb
+ * devid 2 size 10.00GiB used 2.00GiB path /dev/sdd
+ * devid 3 size 10.00GiB used 2.00GiB path /dev/sde
+ *
+ * Btrfs v3.18.2
+ *
+ *
+ * If no btrfs device fo...
2015 Jun 11
0
Re: [PATCH] New API: btrfs_filesystem_show_all
...+
> + /* Output of `btrfs filesystem show' is like:
> + *
> + * Label: none uuid: e34452fa-5444-4e7b-9faa-c26fa1b83686
> + * Total devices 1 FS bytes used 176.00KiB
> + * devid 1 size 1.00GiB used 236.00MiB path /dev/sda6
> + *
> + * Label: none uuid: 9cdb73b9-d5b9-46c4-9395-25a952e7922a
> + * Total devices 5 FS bytes used 112.00KiB
> + * devid 1 size 10.00GiB used 1.02GiB path /dev/sdb
> + * devid 2 size 10.00GiB used 2.00GiB path /dev/sdd
> + * devid 3 size 10.00GiB used 2.00GiB path /dev/sde
> + *
> + * Btrfs v3.18.2
> +...
2015 Jun 11
1
Re: [PATCH] New API: btrfs_filesystem_show_all
...filesystem show' is like:
> > + *
> > + * Label: none uuid: e34452fa-5444-4e7b-9faa-c26fa1b83686
> > + * Total devices 1 FS bytes used 176.00KiB
> > + * devid 1 size 1.00GiB used 236.00MiB path /dev/sda6
> > + *
> > + * Label: none uuid: 9cdb73b9-d5b9-46c4-9395-25a952e7922a
> > + * Total devices 5 FS bytes used 112.00KiB
> > + * devid 1 size 10.00GiB used 1.02GiB path /dev/sdb
> > + * devid 2 size 10.00GiB used 2.00GiB path /dev/sdd
> > + * devid 3 size 10.00GiB used 2.00GiB path /dev/sde
> > + *
> >...