search for: awkwar

Displaying 12 results from an estimated 12 matches for "awkwar".

Did you mean: awkward
2015 Apr 30
0
CentOS Images on AWS with partitions on /dev/xvda1 are awkwared to resize
I think the command-line is far more flexable then the GUI interface. I use ec2-api-tools, but the python boto stuff works virtually the same. On Thu, 30 Apr 2015, Nico Kadel-Garcia wrote: > On Wed, Apr 29, 2015 at 11:33 PM, Kelly Prescott <kprescott at coolip.net> wrote: >> to follow-up, I will give an example. >> Here is the listing for the official centos AMI: >>
2015 Apr 30
0
CentOS Images on AWS with partitions on /dev/xvda1 are awkwared to resize
...a file system. > > The result is that if you elect to allocate a larger base disk image, > for example allocating 50 Gig to allow local home directories or space > for "mock" or for bulky logs, and don't spend the time to select and > allocate new disk images, it's awkward to simply expand the "/" > partition. And with only 8 Gig allocated in the latest CentOS 6 images > that I see in AWS, it's possible to get pretty pressed for space > pretty quickly. > > Now, AWS published guidelines on manipulating partition size, and > expanding a...
2015 Apr 30
0
CentOS Images on AWS with partitions on /dev/xvda1 are awkwared to resize
...a file system. > > The result is that if you elect to allocate a larger base disk image, > for example allocating 50 Gig to allow local home directories or space > for "mock" or for bulky logs, and don't spend the time to select and > allocate new disk images, it's awkward to simply expand the "/" > partition. And with only 8 Gig allocated in the latest CentOS 6 images > that I see in AWS, it's possible to get pretty pressed for space > pretty quickly. > > Now, AWS published guidelines on manipulating partition size, and > expanding a...
2015 Apr 30
2
CentOS Images on AWS with partitions on /dev/xvda1 are awkwared to resize
On Wed, Apr 29, 2015 at 11:33 PM, Kelly Prescott <kprescott at coolip.net> wrote: > to follow-up, I will give an example. > Here is the listing for the official centos AMI: > > IMAGE ami-96a818fe aws-marketplace/CentOS 7 x86_64 (2014_09_29) EBS > HVM-b7ee8a69-ee97-4a49-9e68-afaee216db2e-ami-d2a117ba.2 aws-marketplace > available public [marketplace:
2015 Apr 29
4
CentOS Images on AWS with partitions on /dev/xvda1 are awkwared to resize
...nd use those directly as a file system. The result is that if you elect to allocate a larger base disk image, for example allocating 50 Gig to allow local home directories or space for "mock" or for bulky logs, and don't spend the time to select and allocate new disk images, it's awkward to simply expand the "/" partition. And with only 8 Gig allocated in the latest CentOS 6 images that I see in AWS, it's possible to get pretty pressed for space pretty quickly. Now, AWS published guidelines on manipulating partition size, and expanding a matching filesystem, but the...
2020 Jul 07
2
[RFC]: mm,power: introduce MADV_WIPEONSUSPEND
...> You can do it seqlock-style, kind of - you reserve the first byte of > the page or so as a "is this page initialized" marker, and after every > read from the page, you do a compiler barrier and check whether that > byte has been cleared. This is certainly possible yet wery awkwar interface to use IMHO. MADV_EXTERNALY_VOLATILE would express the actual semantic much better. I might not still understand the expected usecase but if the target application has to be changed anyway then why not simply use a transparent and proper signaling mechanism like poll on a fd. That would b...
2020 Jul 07
2
[RFC]: mm,power: introduce MADV_WIPEONSUSPEND
...> You can do it seqlock-style, kind of - you reserve the first byte of > the page or so as a "is this page initialized" marker, and after every > read from the page, you do a compiler barrier and check whether that > byte has been cleared. This is certainly possible yet wery awkwar interface to use IMHO. MADV_EXTERNALY_VOLATILE would express the actual semantic much better. I might not still understand the expected usecase but if the target application has to be changed anyway then why not simply use a transparent and proper signaling mechanism like poll on a fd. That would b...
2020 Jul 07
3
[RFC]: mm,power: introduce MADV_WIPEONSUSPEND
...eserve the first byte of > > > the page or so as a "is this page initialized" marker, and after every > > > read from the page, you do a compiler barrier and check whether that > > > byte has been cleared. > > > > This is certainly possible yet wery awkwar interface to use IMHO. > > MADV_EXTERNALY_VOLATILE would express the actual semantic much better. > > I might not still understand the expected usecase but if the target > > application has to be changed anyway then why not simply use a > > transparent and proper signaling m...
2020 Jul 07
3
[RFC]: mm,power: introduce MADV_WIPEONSUSPEND
...eserve the first byte of > > > the page or so as a "is this page initialized" marker, and after every > > > read from the page, you do a compiler barrier and check whether that > > > byte has been cleared. > > > > This is certainly possible yet wery awkwar interface to use IMHO. > > MADV_EXTERNALY_VOLATILE would express the actual semantic much better. > > I might not still understand the expected usecase but if the target > > application has to be changed anyway then why not simply use a > > transparent and proper signaling m...
2020 Jul 07
0
[RFC]: mm,power: introduce MADV_WIPEONSUSPEND
...ck-style, kind of - you reserve the first byte of > > the page or so as a "is this page initialized" marker, and after every > > read from the page, you do a compiler barrier and check whether that > > byte has been cleared. > > This is certainly possible yet wery awkwar interface to use IMHO. > MADV_EXTERNALY_VOLATILE would express the actual semantic much better. > I might not still understand the expected usecase but if the target > application has to be changed anyway then why not simply use a > transparent and proper signaling mechanism like poll o...
2020 Jul 03
5
[RFC]: mm,power: introduce MADV_WIPEONSUSPEND
On Fri 03-07-20 10:34:09, Catangiu, Adrian Costin wrote: > This patch adds logic to the kernel power code to zero out contents of > all MADV_WIPEONSUSPEND VMAs present in the system during its transition > to any suspend state equal or greater/deeper than Suspend-to-memory, > known as S3. How does the application learn that its memory got wiped? S2disk is an async operation and it can
2020 Jul 03
5
[RFC]: mm,power: introduce MADV_WIPEONSUSPEND
On Fri 03-07-20 10:34:09, Catangiu, Adrian Costin wrote: > This patch adds logic to the kernel power code to zero out contents of > all MADV_WIPEONSUSPEND VMAs present in the system during its transition > to any suspend state equal or greater/deeper than Suspend-to-memory, > known as S3. How does the application learn that its memory got wiped? S2disk is an async operation and it can